mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-14798 Add, drop system versioning semantic and syntax
This commit is contained in:
committed by
Sergei Golubchik
parent
eedab70c1c
commit
f96b1a4e39
@ -1725,7 +1725,8 @@ struct Vers_parse_info
|
||||
{
|
||||
Vers_parse_info() :
|
||||
versioned_fields(false),
|
||||
unversioned_fields(false)
|
||||
unversioned_fields(false),
|
||||
add_period(false)
|
||||
{}
|
||||
|
||||
struct start_end_t
|
||||
@ -1789,6 +1790,7 @@ public:
|
||||
*/
|
||||
bool versioned_fields : 1;
|
||||
bool unversioned_fields : 1;
|
||||
bool add_period : 1; // ADD PERIOD FOR SYSTEM_TIME was specified
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user