• Luis Soares's avatar
    BUG#57899: Certain reserved words should not be reserved · aafb35d0
    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".
    aafb35d0
keywords.test 5.47 KB