~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_class.h

Bunch of warning cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
 
470
470
#ifdef MYSQL_SERVER
471
471
 
472
 
void free_tmp_table(THD *thd, TABLE *entry);
473
 
 
474
472
 
475
473
/* The following macro is to make init of Query_arena simpler */
476
474
#ifndef DBUG_OFF