~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_base.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 07:36:57 UTC
  • Revision ID: brian@tangent.org-20080720073657-qrzqnfu31mut8vjd
my_bool...

Show diffs side-by-side

added added

removed removed

Lines of Context:
3675
3675
  {
3676
3676
    handler::Table_flags flags_some_set= handler::Table_flags();
3677
3677
    handler::Table_flags flags_all_set= ~handler::Table_flags();
3678
 
    my_bool multi_engine= false;
 
3678
    bool multi_engine= false;
3679
3679
    void* prev_ht= NULL;
3680
3680
    for (TABLE_LIST *table= tables; table; table= table->next_global)
3681
3681
    {