Fixed a typo, which prevented non-valgrind build.
This commit is contained in:
parent
2da1cbd97d
commit
9de6a750f0
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user