Skip to content
  • Luis Soares's avatar
    2ac03c69
    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
    BUG#57899: Certain reserved words should not be reserved
    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".
Loading