summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mysql_com.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index d52bd8eaada..990a7160bd1 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -190,9 +190,9 @@ enum enum_indicator_type
#define GENERATED_ROW_END_FLAG (1 << 28) /* autogenerated column declared with
`generated always at row end`
(see II.a SQL Standard).*/
-#define WITHOUT_SYSTEM_VERSIONING_FLAG (1 << 29) /* column that doesn't support
- system versioning when table
- itself supports it*/
+#define VERS_OPTIMIZED_UPDATE_FLAG (1 << 29) /* column that doesn't support
+ system versioning when table
+ itself supports it*/
#define HIDDEN_FLAG (1 << 31) /* hide from SELECT * */
#define REFRESH_GRANT (1ULL << 0) /* Refresh grant tables */