mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge MySQL->MariaDB
* Finished Monty and Jani's merge * Some InnoDB tests still fail (because it's old xtradb code run against newer testsuite). They are expected to go after mergning with the latest xtradb.
This commit is contained in:
@ -340,8 +340,7 @@ Rpl_filter::add_wild_table_rule(DYNAMIC_ARRAY* a, const char* table_spec)
|
||||
e->tbl_name= e->db + (dot - table_spec) + 1;
|
||||
e->key_len= len;
|
||||
memcpy(e->db, table_spec, len);
|
||||
insert_dynamic(a, (uchar*)&e);
|
||||
return 0;
|
||||
return insert_dynamic(a, (uchar*)&e);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user