mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
This commit is contained in:
@ -1285,9 +1285,17 @@ struct st_sp_chistics
|
||||
enum enum_sp_suid_behaviour suid;
|
||||
bool detistic;
|
||||
enum enum_sp_data_access daccess;
|
||||
void init() { bzero(this, sizeof(*this)); }
|
||||
void set(const st_sp_chistics &other) { *this= other; }
|
||||
};
|
||||
|
||||
|
||||
class Sp_chistics: public st_sp_chistics
|
||||
{
|
||||
public:
|
||||
Sp_chistics() { init(); }
|
||||
};
|
||||
|
||||
|
||||
struct st_trg_chistics: public st_trg_execution_order
|
||||
{
|
||||
|
Reference in New Issue
Block a user