summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-05-08 10:25:09 +0200
committerSergei Golubchik <sergii@pisem.net>2014-05-08 10:25:09 +0200
commit99027efd14f9f3a66dcc32d6313a4c4ed71bffe8 (patch)
tree175c6c07b172390f11793e71ee6248085a5a0f53 /sql/handler.h
parent9927b36e87652c6dc4ff2425e86570d678bac224 (diff)
downloadmariadb-git-99027efd14f9f3a66dcc32d6313a4c4ed71bffe8.tar.gz
post-fix for the merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONED TABLES"
make this innodb-only patch work for other engines as well
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 06c7f73e9a9..d67d7fb0888 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1790,6 +1790,9 @@ public:
// Virtual columns changed
static const HA_ALTER_FLAGS ALTER_COLUMN_VCOL = 1L << 30;
+ // ALTER TABLE for a partitioned table
+ static const HA_ALTER_FLAGS ALTER_PARTITIONED = 1L << 31;
+
/**
Create options (like MAX_ROWS) for the new version of table.