~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/row/row0merge.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:
1892
1892
        incomplete transactions is initiated.  Thus, this should not
1893
1893
        interfere with the incomplete transactions. */
1894
1894
        trx->isolation_level = TRX_ISO_READ_UNCOMMITTED;
1895
 
        err = que_eval_sql(NULL, drop_temp_indexes, FALSE, trx);
 
1895
        pars_info_t *info = pars_info_create();
 
1896
        err = que_eval_sql(info, drop_temp_indexes, FALSE, trx);
1896
1897
        ut_a(err == DB_SUCCESS);
1897
1898
 
1898
1899
        row_mysql_unlock_data_dictionary(trx);