~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_table.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 07:25:05 UTC
  • Revision ID: brian@tangent.org-20080720072505-q4713t2you563w5t
More my_bool... man am I getting tired of writing this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
 
278
278
*/
279
279
 
280
 
bool mysql_rm_table(THD *thd,TABLE_LIST *tables, my_bool if_exists,
281
 
                    my_bool drop_temporary)
 
280
bool mysql_rm_table(THD *thd,TABLE_LIST *tables, bool if_exists, bool drop_temporary)
282
281
{
283
282
  bool error, need_start_waiting= false;
284
283