~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/mysql_priv.h

  • Committer: Brian Aker
  • Date: 2008-06-29 15:16:28 UTC
  • Revision ID: brian@tangent.org-20080629151628-404kr7u1sd278qoz
Warnings cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
701
701
/*
702
702
  External variables
703
703
*/
704
 
extern ulong server_id, concurrency;
 
704
extern ulong server_id;
705
705
 
706
706
 
707
707
typedef my_bool (*qc_engine_callback)(THD *thd, char *table_key,