~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2008-08-19 23:26:33 UTC
  • Revision ID: brian@tangent.org-20080819232633-diua29a85vhsek75
Class cleanups... duplicates are in definitions and unireg :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
15934
15934
      }
15935
15935
      else
15936
15936
      {
15937
 
        if (table_list->schema_table &&
15938
 
            table_list->schema_table->i_s_requested_object & OPTIMIZE_I_S_TABLE)
 
15937
        if (table_list->schema_table && table_list->schema_table->i_s_requested_object & OPTIMIZE_I_S_TABLE)
15939
15938
        {
15940
15939
          const char *tmp_buff;
15941
15940
          int f_idx;