~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:45:16 UTC
  • mto: (511.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016064516-113mzoni8z5pknw1
Done with macro warnings for client, libdrizzle and mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
/* Buffer to hold 'version' and 'version_comment' */
64
64
#define MAX_SERVER_VERSION_LENGTH     128
65
65
 
66
 
/* Array of options to pass to libdrizzled */
67
 
#define MAX_SERVER_ARGS               64
68
 
 
69
66
void* sql_alloc(unsigned size);       // Don't use drizzled alloc for these
70
67
void sql_element_free(void *ptr);
71
68