sandynz commented on pull request #12670: URL: https://github.com/apache/shardingsphere/pull/12670#issuecomment-926379553
Verification, they all works. ``` mysql> SHOW SCALING CHECK ALGORITHMS; +---------+---------------------------------------------------+--------------------------+----------------+ | type | description | supported_database_types | provider | +---------+---------------------------------------------------+--------------------------+----------------+ | DEFAULT | Default implementation with CRC32 of all records. | ["MySQL","PostgreSQL"] | ShardingSphere | +---------+---------------------------------------------------+--------------------------+----------------+ 1 row in set (0.13 sec) mysql> STOP SCALING SOURCE WRITING 1; Query OK, 0 rows affected (0.07 sec) ``` -- 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]
