~jaypipes/drizzle/subscriber-plugin

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-03-26 01:22:04 UTC
  • mto: (1405.1.6 staging)
  • mto: This revision was merged to the branch mainline in revision 1415.
  • Revision ID: brian@gaz-20100326012204-chqh9lcnme5hpqtb
Fixes failure related to Heap's hack on deletion. Also cleans up error
message (I made one more specific).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1450
1450
  void nukeTable(Table *table);
1451
1451
public:
1452
1452
 
 
1453
  void dumpTemporaryTableNames(const char *id);
1453
1454
  int drop_temporary_table(TableList *table_list);
1454
1455
  bool rm_temporary_table(plugin::StorageEngine *base, TableIdentifier &identifier);
1455
1456
  bool rm_temporary_table(TableIdentifier &identifier);