mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed access privilege bug in query cache.
Change tests to use database 'mysqltest' instead of 'foo' Add option to not print access denied messages to check_table_access()
This commit is contained in:
@ -22,7 +22,6 @@
|
||||
|
||||
int mysql_do(THD *thd, List<Item> &values)
|
||||
{
|
||||
int error;
|
||||
List_iterator<Item> li(values);
|
||||
Item *value;
|
||||
DBUG_ENTER("mysql_do");
|
||||
|
Reference in New Issue
Block a user