• Ivo Roylev's avatar
    Bug# 25998635: Client does not escape the USE statement · 20addb05
    Ivo Roylev authored
    When there are quotes in the USE statement, the mysql client does
    not correctly escape them.
    
    The USE statement is processed line by line from the client's parser,
    and cannot handle multi-line commands as the server.
    
    The fix is to escape the USE parameters whenever quotes are used.
    20addb05
mysql.cc 143 KB