~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/dict/dict0crea.c

  • Committer: Brian Aker
  • Date: 2009-11-29 19:05:11 UTC
  • Revision ID: brian@gaz-20091129190511-pzjon80zwqfnf0zn
Small Innodb fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1221
1221
        VARBINARY, like in other InnoDB system tables, to get a clean
1222
1222
        design. */
1223
1223
 
1224
 
        error = que_eval_sql(NULL,
 
1224
        pars_info_t *info = pars_info_create();
 
1225
        error = que_eval_sql(info,
1225
1226
                             "PROCEDURE CREATE_FOREIGN_SYS_TABLES_PROC () IS\n"
1226
1227
                             "BEGIN\n"
1227
1228
                             "CREATE TABLE\n"