~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/libmysql.c

  • Committer: Brian Aker
  • Date: 2008-07-05 19:32:59 UTC
  • mfrom: (53.2.28 codestyle)
  • Revision ID: brian@tangent.org-20080705193259-opqzfb0oprfcg8dm
Merge from Monty's tree

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;