summaryrefslogtreecommitdiff
path: root/sql/sql_alter.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-05-07 22:36:25 +0200
committerSergei Golubchik <sergii@pisem.net>2014-05-07 22:36:25 +0200
commit914a2b38bf4685e15a8e2e92579d7c34b35fa6c7 (patch)
treed4900bc5d26ec61a60b8c1007d501c59b5d98020 /sql/sql_alter.h
parenta2807e41e8fcac00711cf4465e910327bfd69fe2 (diff)
downloadmariadb-git-914a2b38bf4685e15a8e2e92579d7c34b35fa6c7.tar.gz
merge of "BUG# 13975227: ONLINE OPTIMIZE TABLE FOR INNODB TABLES"
revno: 5820 committer: Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> branch nick: mysql-5.6-13975225 timestamp: Mon 2014-02-17 15:12:16 +0530 message: BUG# 13975227: ONLINE OPTIMIZE TABLE FOR INNODB TABLES
Diffstat (limited to 'sql/sql_alter.h')
-rw-r--r--sql/sql_alter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sql_alter.h b/sql/sql_alter.h
index f0c0a873a5c..526442e83e2 100644
--- a/sql/sql_alter.h
+++ b/sql/sql_alter.h
@@ -1,4 +1,5 @@
-/* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2010, 2014, Oracle and/or its affiliates.
+ Copyright (c) 2013, 2014, Monty Program Ab.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -73,6 +74,7 @@ public:
static const uint ALTER_CONVERT = 1L << 10;
// Set for FORCE
+ // Set for ENGINE(same engine)
// Set by mysql_recreate_table()
static const uint ALTER_RECREATE = 1L << 11;