~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2010-03-31 19:14:14 UTC
  • Revision ID: brian@gaz-20100331191414-9yv44mmpvf0tb7l1
Updated to use show schemas specific table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4765
4765
             }
4766
4766
             else
4767
4767
             {
4768
 
               if (prepare_new_schema_table(session, lex, "SCHEMA_NAMES"))
 
4768
               if (prepare_new_schema_table(session, lex, "SHOW_SCHEMAS"))
4769
4769
                 DRIZZLE_YYABORT;
4770
4770
             }
4771
4771