Commit b46f1435 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix Xtradb compile error on Win64 - conversion between pointers of different size

parent e6926b06
......@@ -11783,7 +11783,7 @@ static MYSQL_SYSVAR_ULINT(pass_corrupt_table, srv_pass_corrupt_table,
"except for the deletion.",
NULL, NULL, 0, 0, 1, 0);
static MYSQL_SYSVAR_ULONG(lazy_drop_table, srv_lazy_drop_table,
static MYSQL_SYSVAR_ULINT(lazy_drop_table, srv_lazy_drop_table,
PLUGIN_VAR_RQCMDARG,
"At deleting tablespace, only miminum needed processes at the time are done. "
"e.g. for http://bugs.mysql.com/51325",
......
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