Commit 39c55b5c authored by unknown's avatar unknown

Fixed a typo, which prevented non-valgrind build.

parent 5ae26fee
...@@ -1325,7 +1325,7 @@ int ha_create_table_from_engine(THD* thd, ...@@ -1325,7 +1325,7 @@ int ha_create_table_from_engine(THD* thd,
} }
err_end: err_end:
my_free((char*) frmblob, MYF(MY_ALLOW_ZERO)); my_free((char*) frmblob, MYF(MY_ALLOW_ZERO_PTR));
DBUG_RETURN(error); DBUG_RETURN(error);
} }
......
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