• Georgi Kodinov's avatar
    Addendum to the fix for bug #53095 (failing information_schema.test on windows) · 28004bd5
    Georgi Kodinov authored
    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.
    28004bd5
sql_show.cc 241 KB