~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-10-09 19:51:23 UTC
  • mfrom: (1166.3.3 merge)
  • mto: This revision was merged to the branch mainline in revision 1177.
  • Revision ID: brian@gaz-20091009195123-iriitbbfuaa06f55
Merge delete work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2157
2157
  if (delete_table_proto_file(path))
2158
2158
    error=1;
2159
2159
 
2160
 
  if (base->deleteTable(this, path))
 
2160
  if (base->doDeleteTable(this, path))
2161
2161
  {
2162
2162
    error=1;
2163
2163
    errmsg_printf(ERRMSG_LVL_WARN, _("Could not remove temporary table: '%s', error: %d"),