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);
1896
err = que_eval_sql(info, drop_temp_indexes, FALSE, trx);
1898
1899
row_mysql_unlock_data_dictionary(trx);