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( ...@@ -2253,7 +2253,9 @@ row_create_table_for_mysql(
" of the MyISAM type!\n", " of the MyISAM type!\n",
table->name); table->name);
#ifndef DBUG_OFF
err_exit: err_exit:
#endif /* !DBUG_OFF */
dict_mem_table_free(table); dict_mem_table_free(table);
if (commit) { 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