~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_base.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:
6333
6333
}
6334
6334
 
6335
6335
 
6336
 
my_bool mysql_rm_tmp_tables(void)
 
6336
bool mysql_rm_tmp_tables(void)
6337
6337
{
6338
6338
  uint i, idx;
6339
6339
  char  filePath[FN_REFLEN], *tmpdir, filePathCopy[FN_REFLEN];