Commit 9de6a750 authored by unknown's avatar unknown

Fixed a typo, which prevented non-valgrind build.

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