Commit f385837d authored by Monty's avatar Monty

Fixed compiler issue when compiling with EXTRA_DEBUG

parent 40eb56b6
......@@ -10489,7 +10489,7 @@ static int handle_grant_table(THD *thd, const Grant_table_base& grant_table,
if (which_table != PROXIES_PRIV_TABLE)
{
DBUG_PRINT("loop",("scan fields: '%s'@'%s' '%s' '%s' '%s'",
user, host,
user_from->user, user_from->host,
get_field(thd->mem_root, table->field[1]) /*db*/,
get_field(thd->mem_root, table->field[3]) /*table*/,
get_field(thd->mem_root,
......
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