mirror of https://github.com/MariaDB/server
Browse Source
Since the original fix for this bug lowercases the search pattern it's not a good idea to copy the search pattern to the output instead of the real table name found (since, depending on the case mode these two names may differ in case). Fixed the infrmation_schema.test failure by making sure the actual table name of an inoformation schema table is passed instead of the lookup pattern even when the pattern doesn't contain wildcards.pull/73/head
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue