mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@ -95,9 +95,9 @@ public:
|
||||
my_time_t execute_at;
|
||||
my_time_t starts;
|
||||
my_time_t ends;
|
||||
my_bool starts_null;
|
||||
my_bool ends_null;
|
||||
my_bool execute_at_null;
|
||||
bool starts_null;
|
||||
bool ends_null;
|
||||
bool execute_at_null;
|
||||
|
||||
longlong expression;
|
||||
interval_type interval;
|
||||
|
Reference in New Issue
Block a user