~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2009-11-17 00:27:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1221.
  • Revision ID: brian@gaz-20091117002752-w6ilss4ebow6goea
Cleanup interface for open session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1094
1094
 
1095
1095
Table *Session::openTable(TableList *table_list, bool *refresh, uint32_t flags)
1096
1096
{
1097
 
  register Table *table;
 
1097
  Table *table;
1098
1098
  char key[MAX_DBKEY_LENGTH];
1099
1099
  unsigned int key_length;
1100
1100
  const char *alias= table_list->alias;