~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 18:54:32 UTC
  • mto: This revision was merged to the branch mainline in revision 387.
  • Revision ID: monty@inaugust.com-20080914185432-n0o4tpyaubaljd7d
Removed more mysys stuff.
Removed defaults file processing from libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
void free_old_query(DRIZZLE *drizzle);
36
36
void end_server(DRIZZLE *drizzle);
37
37
bool drizzle_reconnect(DRIZZLE *drizzle);
38
 
void drizzle_read_default_options(struct st_drizzle_options *options,
39
 
                                  const char *filename,const char *group);
40
38
bool
41
39
cli_advanced_command(DRIZZLE *drizzle, enum enum_server_command command,
42
40
                     const unsigned char *header, uint32_t header_length,