mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@ -76,9 +76,9 @@ public:
|
||||
my_time_t starts;
|
||||
my_time_t ends;
|
||||
my_time_t execute_at;
|
||||
my_bool starts_null;
|
||||
my_bool ends_null;
|
||||
my_bool execute_at_null;
|
||||
bool starts_null;
|
||||
bool ends_null;
|
||||
bool execute_at_null;
|
||||
|
||||
sp_name *identifier;
|
||||
Item* item_expression;
|
||||
|
Reference in New Issue
Block a user