~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/libmysql.c

  • Committer: Monty Taylor
  • Date: 2008-07-05 19:08:35 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705190835-61j6e4ftlz8s0m1i
Removed some duplicate defines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
#define unsigned_field(A) ((A)->flags & UNSIGNED_FLAG)
89
89
 
90
90
static void append_wild(char *to,char *end,const char *wild);
91
 
sig_handler my_pipe_sig_handler(int sig);
92
91
 
93
92
static my_bool mysql_client_init= 0;
94
93
static my_bool org_my_init_done= 0;