Commit 0cc6e447 authored by unknown's avatar unknown

Fix compile error, caused by wl#925 variable rename


sql/sql_acl.cc:
  Fix compile error
parent 90b56f21
...@@ -4460,7 +4460,7 @@ static int handle_grant_struct(uint struct_no, bool drop, ...@@ -4460,7 +4460,7 @@ static int handle_grant_struct(uint struct_no, bool drop,
DBUG_ENTER("handle_grant_struct"); DBUG_ENTER("handle_grant_struct");
LINT_INIT(acl_user); LINT_INIT(acl_user);
LINT_INIT(acl_db); LINT_INIT(acl_db);
LINT_INIT(grant_table); LINT_INIT(grant_name);
DBUG_PRINT("info",("scan struct: %u search: '%s'@'%s'", DBUG_PRINT("info",("scan struct: %u search: '%s'@'%s'",
struct_no, user_from->user.str, user_from->host.str)); struct_no, user_from->user.str, user_from->host.str));
......
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