mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merging lex-pointer change from 4.1 to 5.0.
This commit is contained in:
@ -1573,7 +1573,7 @@ static int replace_user_table(THD *thd, TABLE *table, const LEX_USER &combo,
|
||||
break;
|
||||
}
|
||||
|
||||
USER_RESOURCES mqh = thd->lex->mqh;
|
||||
USER_RESOURCES mqh= thd->lex->mqh;
|
||||
if (mqh.bits & 1)
|
||||
table->field[28]->store((longlong) mqh.questions);
|
||||
if (mqh.bits & 2)
|
||||
|
Reference in New Issue
Block a user