Commit a95be964 authored by josh4trunks's avatar josh4trunks

Apply fix for raw devices to XtraDB

parent ee5633a3
......@@ -2253,7 +2253,9 @@ row_create_table_for_mysql(
" of the MyISAM type!\n",
table->name);
#ifndef DBUG_OFF
err_exit:
#endif /* !DBUG_OFF */
dict_mem_table_free(table);
if (commit) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment