mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
This changest:
Plugins now when compiled or not compiled work correctly with status variables. Status variables from plugins now set their own names (removed bit where plugin name was pre-appended this broke Innodb and Cluster) A few Makefile cleanups.
This commit is contained in:
@ -21,9 +21,6 @@
|
||||
*/
|
||||
|
||||
#include "mysql_priv.h"
|
||||
#ifdef WITH_INNOBASE_STORAGE_ENGINE
|
||||
#include "ha_innodb.h"
|
||||
#endif
|
||||
#include "sql_select.h"
|
||||
#include "sp_head.h"
|
||||
#include "sql_trigger.h"
|
||||
|
Reference in New Issue
Block a user