~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

Moved the last of the libdrizzleclient calls into Protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
};
325
325
 
326
326
 
327
 
#define net_new_transaction(net) ((net)->pkt_nr=0)
328
 
 
329
 
 
330
327
  /* The following is for user defined functions */
331
328
 
332
329
enum Item_result {STRING_RESULT=0, REAL_RESULT, INT_RESULT, ROW_RESULT,