• Luis Soares's avatar
    BUG#57899: Certain reserved words should not be reserved · 2ac03c69
    Luis Soares authored
    Small fix for the test case. The column named "slow" was
    used twice in the SELECTs. As a consequence, the column
    named "ignore_server_ids" was not used.
    
    To fix this we simply replace the second column selected 
    named "slow" with a column named "ignore_server_ids".
    2ac03c69
keywords.result 6.63 KB