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

This commit is contained in:
Vladislav Vaintroub 2011-05-03 12:50:09 +02:00
parent e6926b06da
commit b46f14352b

View File

@ -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",