• cmiller@zippy.cornsilk.net's avatar
    Bug#26703: DROP DATABASE fails if database contains a #mysql50# \ · 05258bfa
    cmiller@zippy.cornsilk.net authored
    	table with backticks
    
    (Thanks to Lu Jingdong, though I did not take his patch directly, as
    it contained a significant flaw.)
    
    It wasn't a backtick/parsing problem.  We merely didn't anticipate
    and allocate enough space to handle the optional "#mysql50#" table-
    name prefix. 
    
    Now, allocate that extra space in case we need it when we look up 
    a legacy table to get its file's name.
    05258bfa
drop.result 3.29 KB