mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -33,7 +33,11 @@ struct TABLE;
|
||||
class Event_queue_element_for_exec
|
||||
{
|
||||
public:
|
||||
Event_queue_element_for_exec(){};
|
||||
Event_queue_element_for_exec()
|
||||
{
|
||||
dbname.str= NULL; dbname.length= 0;
|
||||
name.str= NULL; name.length= 0;
|
||||
};
|
||||
~Event_queue_element_for_exec();
|
||||
|
||||
bool
|
||||
|
Reference in New Issue
Block a user