summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-02-19 11:23:20 +0200
committerMonty <monty@mariadb.org>2018-02-19 11:23:20 +0200
commit2ba0785ae6b692feefe97c81aa06427724ce197b (patch)
treec2d3203c38442f167831b5d326ea09bcc9269089 /sql/partition_info.cc
parent778f76a2c6898a45a6c89799ddaad6650ffd0a47 (diff)
downloadmariadb-git-10.3-alter.tar.gz
Move alter partition flags to alter_info->partition_flags10.3-alter
This is done to get more free flag bits for alter_info->flags Renamed all ALTER PARTITION defines to start with ALTER_PARTITION_ Renamed ALTER_PARTITION to ALTER_PARTITION_INFO Renamed ALTER_TABLE_REORG to ALTER_PARTITION_TABLE_REORG Other things: - Shifted some ALTER_xxx defines to get empty bits at end
Diffstat (limited to 'sql/partition_info.cc')
-rw-r--r--sql/partition_info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/partition_info.cc b/sql/partition_info.cc
index 5939da09eae..ca3967aa8d1 100644
--- a/sql/partition_info.cc
+++ b/sql/partition_info.cc
@@ -3243,7 +3243,7 @@ static bool strcmp_null(const char *a, const char *b)
such partitioned tables using numeric colums in the partitioning expression.
For more info see bug#14521864.
Does not check if columns etc has changed, i.e. only for
- alter_info->flags == ALTER_PARTITION.
+ alter_info->partition_flags == ALTER_PARTITION_INFO.
*/
bool partition_info::has_same_partitioning(partition_info *new_part_info)