mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 10:57:54 +02:00
Merge
This commit is contained in:
commit
e38dae0bc1
45 changed files with 424 additions and 160 deletions
|
|
@ -771,7 +771,7 @@ public:
|
|||
const char* table_name_arg,
|
||||
List<Item>& fields_arg, enum enum_duplicates handle_dup,
|
||||
bool using_trans);
|
||||
void set_fields(List<Item> &fields_arg);
|
||||
void set_fields(const char* db, List<Item> &fields_arg);
|
||||
const char* get_db() { return db; }
|
||||
#ifdef HAVE_REPLICATION
|
||||
void pack_info(Protocol* protocol);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue