~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.cc

  • Committer: Monty Taylor
  • Date: 2008-07-11 15:49:04 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711154904-nrtkef3bo1jvzrds
A crapton more warning cleanups (I turned on more warnings) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2120
2120
 
2121
2121
void Query_arena::cleanup_stmt()
2122
2122
{
2123
 
  assert("Query_arena::cleanup_stmt()" == "not implemented");
 
2123
  assert("not implemented");
2124
2124
}
2125
2125
 
2126
2126
/*