sandynz commented on PR #28402:
URL: https://github.com/apache/shardingsphere/pull/28402#issuecomment-1712764565

   `algorithm_type` and `algorithm_props` columns are added.
   
   Result example:
   ```
   mysql> show migration check status 
j0102p00008b4985880e5ad6822c87e2a9597ef533;
   
+-------------------+--------+---------------------+---------------------+-------------------+-------------------------+-------------------------+------------------+----------------+-----------------+---------------+
   | tables            | result | check_failed_tables | finished_percentage | 
remaining_seconds | check_begin_time        | check_end_time          | 
duration_seconds | algorithm_type | algorithm_props | error_message |
   
+-------------------+--------+---------------------+---------------------+-------------------+-------------------------+-------------------------+------------------+----------------+-----------------+---------------+
   | ds_0.t_order_item | true   |                     | 100                 | 0 
                | 2023-09-10 16:54:12.717 | 2023-09-10 16:54:13.616 | 0         
       | CRC32_MATCH    |                 |               |
   
+-------------------+--------+---------------------+---------------------+-------------------+-------------------------+-------------------------+------------------+----------------+-----------------+---------------+
   1 row in set (0.47 sec)
   
   mysql> show migration check status 
j0102p00009e6221cef2c4467323e205a1e4d1604b;
   
+-------------------+--------+---------------------+---------------------+-------------------+-------------------------+-------------------------+------------------+----------------+--------------------+---------------+
   | tables            | result | check_failed_tables | finished_percentage | 
remaining_seconds | check_begin_time        | check_end_time          | 
duration_seconds | algorithm_type | algorithm_props    | error_message |
   
+-------------------+--------+---------------------+---------------------+-------------------+-------------------------+-------------------------+------------------+----------------+--------------------+---------------+
   | ds_0.t_order_copy | true   |                     | 100                 | 0 
                | 2023-09-10 16:53:03.814 | 2023-09-10 16:53:05.124 | 1         
       | DATA_MATCH     | 'chunk-size'='300' |               |
   
+-------------------+--------+---------------------+---------------------+-------------------+-------------------------+-------------------------+------------------+----------------+--------------------+---------------+
   1 row in set (0.04 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]

Reply via email to