From 7d815be198e0c9a6ae47e45d91210d11d549cd7b Mon Sep 17 00:00:00 2001 From: Kosov Eugene Date: Wed, 26 Oct 2016 14:32:41 +0300 Subject: SQL: store versioning field flags in EXTRA2 --- include/mysql_com.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/mysql_com.h') 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 */ -- cgit v1.2.1