~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

Monty fixes pluss a few from me for charset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4954
4954
            mysql_init_select(lex);
4955
4955
            lex->current_select->parsing_place= SELECT_LIST;
4956
4956
            lex->sql_command= SQLCOM_SHOW_FIELDS;
 
4957
            lex->command= new(std::nothrow) command::Select(SQLCOM_SHOW_FIELDS,
 
4958
                                                            YYSession);
 
4959
            if (lex->command == NULL)
 
4960
              DRIZZLE_YYABORT;
4957
4961
            lex->select_lex.db= 0;
4958
4962
            lex->verbose= 0;
4959
4963
            if (prepare_schema_table(YYSession, lex, $2, "COLUMNS"))