~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Vijay Samuel
  • Date: 2010-06-25 13:44:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1641.
  • Revision ID: vijay@vijay-20100625134452-m99chn57utvz83x9
Merge encapsulate TableList-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1343
1343
    while (open_cache.records > table_cache_size && unused_tables)
1344
1344
      hash_delete(&open_cache,(unsigned char*) unused_tables);
1345
1345
 
1346
 
    if (table_list->create)
 
1346
    if (table_list->getCreate())
1347
1347
    {
1348
1348
      TableIdentifier  lock_table_identifier(table_list->db, table_list->table_name, message::Table::STANDARD);
1349
1349