mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merging from 5.0-bt rep to a local branch
This commit is contained in:
@ -1104,8 +1104,7 @@ int 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, (gptr)&e);
|
||||
return 0;
|
||||
return insert_dynamic(a, (gptr)&e);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user