Commit a31e99a8 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove an unnecessary #include

parent 6f96ff72
...@@ -54,10 +54,6 @@ Smart ALTER TABLE ...@@ -54,10 +54,6 @@ Smart ALTER TABLE
#include "ha_innodb.h" #include "ha_innodb.h"
#include "ut0new.h" #include "ut0new.h"
#include "ut0stage.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= static const char *MSG_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN=
"INPLACE ADD or DROP of virtual columns cannot be " "INPLACE ADD or DROP of virtual columns cannot be "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment