mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#5030: Splitting mysql_priv.h
Adding my_global.h first in all files using NO_EMBEDDED_ACCESS_CHECKS. Correcting a merge problem resulting from a changed definition of check_some_access compared to the original patches.
This commit is contained in:
@ -327,6 +327,7 @@ TODO list:
|
||||
(This could be done with almost no speed penalty)
|
||||
*/
|
||||
|
||||
#include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */
|
||||
#include "sql_priv.h"
|
||||
#include "sql_cache.h"
|
||||
#include "sql_parse.h" // check_table_access
|
||||
|
Reference in New Issue
Block a user