~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2010-03-01 17:04:10 UTC
  • mfrom: (1309.1.23 build)
  • Revision ID: brian@gaz-20100301170410-ph8eb1hdf9rqks51
Merge up build to staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
                                  path, dropped_tables);
268
268
    if (deleted >= 0)
269
269
    {
270
 
      plugin::StorageEngine::dropDatabase(path);
271
270
      error= 0;
272
271
    }
273
272
  }