mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Merge branch '10.0' into 10.1
This commit is contained in:
@@ -20,16 +20,14 @@
|
||||
|
||||
/* Classes in mysql */
|
||||
|
||||
#include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */
|
||||
#ifdef MYSQL_SERVER
|
||||
#include "unireg.h" // REQUIRED: for other includes
|
||||
#endif
|
||||
#include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */
|
||||
#include <waiting_threads.h>
|
||||
#include "sql_const.h"
|
||||
#include <mysql/plugin_audit.h>
|
||||
#include "log.h"
|
||||
#include "rpl_tblmap.h"
|
||||
#include "mdl.h"
|
||||
#include "field.h" // Create_field
|
||||
#include "probes_mysql.h"
|
||||
#include "sql_locale.h" /* my_locale_st */
|
||||
#include "sql_profile.h" /* PROFILING */
|
||||
|
||||
Reference in New Issue
Block a user