sandynz commented on pull request #15461:
URL: https://github.com/apache/shardingsphere/pull/15461#issuecomment-1044396665


   Parser test passed:
   ```
   mysql> show scaling status 1_abc123DEF;
   ERROR 1201 (C1201): Scaling job 1_abc123DEF does not exist.
   mysql> show scaling status 123;
   ERROR 1201 (C1201): Scaling job 123 does not exist.
   mysql> show scaling status 0x1a2b;
   ERROR 1201 (C1201): Scaling job 0x1a2b does not exist.
   mysql> show scaling status abCD;
   ERROR 1201 (C1201): Scaling job abCD does not exist.
   mysql> show scaling status ABcd;
   ERROR 1201 (C1201): Scaling job ABcd does not exist.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to