~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sql_common.h

  • Committer: Monty Taylor
  • Date: 2008-09-14 02:48:07 UTC
  • mto: This revision was merged to the branch mainline in revision 387.
  • Revision ID: monty@inaugust.com-20080914024807-gk23alauwr9qayns
More mysys removal from libdrizzle. Got rid of MEM_ROOT related stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
extern "C" {
30
30
#endif
31
31
 
32
 
DRIZZLE_FIELD *unpack_fields(DRIZZLE_DATA *data, MEM_ROOT *alloc, uint fields,
33
 
                                         bool default_value);
 
32
DRIZZLE_FIELD *unpack_fields(DRIZZLE_DATA *data, uint fields,
 
33
                             bool default_value);
34
34
void free_rows(DRIZZLE_DATA *cur);
35
35
void free_old_query(DRIZZLE *drizzle);
36
36
void end_server(DRIZZLE *drizzle);
37
37
bool drizzle_reconnect(DRIZZLE *drizzle);
38
38
void drizzle_read_default_options(struct st_drizzle_options *options,
39
 
                                const char *filename,const char *group);
 
39
                                  const char *filename,const char *group);
40
40
bool
41
41
cli_advanced_command(DRIZZLE *drizzle, enum enum_server_command command,
42
42
                     const unsigned char *header, uint32_t header_length,