Remove an unnecessary #include

This commit is contained in:
Marko Mäkelä 2018-05-30 10:48:48 +03:00
parent 6f96ff7268
commit a31e99a89c

View File

@ -54,10 +54,6 @@ Smart ALTER TABLE
#include "ha_innodb.h"
#include "ut0new.h"
#include "ut0stage.h"
#ifdef WITH_WSREP
//#include "wsrep_api.h"
#include <sql_acl.h> // PROCESS_ACL
#endif
static const char *MSG_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN=
"INPLACE ADD or DROP of virtual columns cannot be "