~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-03-25 01:22:58 UTC
  • mfrom: (1395.1.4 build)
  • Revision ID: brian@gaz-20100325012258-cg51yq2yiuldvgxw
Merge of ALTER TABLE code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1351
1351
  void close_old_data_files(bool morph_locks= false,
1352
1352
                            bool send_refresh= false);
1353
1353
  void close_open_tables();
 
1354
  void close_data_files_and_morph_locks(TableIdentifier &identifier);
1354
1355
  void close_data_files_and_morph_locks(const char *db, const char *table_name);
1355
1356
 
1356
1357
private:
1424
1425
  bool removeTableMessage(TableIdentifier &identifier);
1425
1426
  bool getTableMessage(TableIdentifier &identifier, message::Table &table_message);
1426
1427
  bool doesTableMessageExist(TableIdentifier &identifier);
1427
 
  bool rename(TableIdentifier &from, TableIdentifier &to);
 
1428
  bool renameTableMessage(TableIdentifier &from, TableIdentifier &to);
1428
1429
 
1429
1430
  /* Work with temporary tables */
1430
1431
  Table *find_temporary_table(TableList *table_list);