mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge tag 'mariadb-10.0.23' into 10.0-galera
This commit is contained in:
@ -5186,7 +5186,7 @@ bool Discovered_table_list::add_table(const char *tname, size_t tlen)
|
||||
custom discover_table_names() method, that calls add_table() directly).
|
||||
Note: avoid comparing the same name twice (here and in add_file).
|
||||
*/
|
||||
if (wild && my_wildcmp(files_charset_info, tname, tname + tlen, wild, wend,
|
||||
if (wild && my_wildcmp(table_alias_charset, tname, tname + tlen, wild, wend,
|
||||
wild_prefix, wild_one, wild_many))
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user