Commit f32fb586 authored by ingo@mysql.com's avatar ingo@mysql.com

Fixed a typo, which prevented non-valgrind build.

parent 7af65592
...@@ -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