mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
SQL: store versioning field flags in EXTRA2
This commit is contained in:
committed by
Aleksey Midenkov
parent
e094228631
commit
7d815be198
@@ -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 */
|
||||
|
Reference in New Issue
Block a user