~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/handler.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 07:56:12 UTC
  • Revision ID: brian@tangent.org-20080720075612-hihd0rwoyo02i7vv
my_bool from handler and set_var

Show diffs side-by-side

added added

removed removed

Lines of Context:
2892
2892
*/
2893
2893
 
2894
2894
int
2895
 
handler::ha_discard_or_import_tablespace(my_bool discard)
 
2895
handler::ha_discard_or_import_tablespace(bool discard)
2896
2896
{
2897
2897
  mark_trx_read_write();
2898
2898