Commit 0cc6e447 authored by unknown's avatar unknown
Browse files

Fix compile error, caused by wl#925 variable rename


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