~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sql_common.h

  • Committer: Monty Taylor
  • Date: 2008-09-15 00:46:33 UTC
  • mfrom: (383.1.55 client-split)
  • Revision ID: monty@inaugust.com-20080915004633-fmjw27fi41cxs35w
Merged from client-split.

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
 
bool
39
 
cli_advanced_command(DRIZZLE *drizzle, enum enum_server_command command,
40
 
                     const unsigned char *header, uint32_t header_length,
41
 
                     const unsigned char *arg, uint32_t arg_length, bool skip_check);
42
 
uint32_t cli_safe_read(DRIZZLE *drizzle);
43
38
void net_clear_error(NET *net);
44
39
void set_drizzle_error(DRIZZLE *drizzle, int errcode, const char *sqlstate);
45
40
#ifdef  __cplusplus