mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
backport wild_compare fix from 4.1 - bug#3924
This commit is contained in:
parent
a4d82ab8fe
commit
f1ffa13923
9 changed files with 61 additions and 38 deletions
|
|
@ -149,7 +149,7 @@ OPEN_TABLE_LIST *list_open_tables(THD *thd, const char *wild)
|
|||
if (wild)
|
||||
{
|
||||
strxmov(name,entry->table_cache_key,".",entry->real_name,NullS);
|
||||
if (wild_compare(name,wild))
|
||||
if (wild_compare(name,wild,0))
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue