kevin0490 发表于 2018-10-7 11:33:37

mysql 5.7基于组提交,group commit

  
### INSERT INTO `wukong_test`.`wukong`
  
### SET
  
###   @1=3 /* INT meta=0 nullable=1 is_null=0 */
  
###   @2='ccccc' /* VARSTRING(80) meta=80 nullable=1 is_null=0 */
  
# at 496468
  
#1705274:17:35 server id 12001end_log_pos 496499 CRC32 0xd6e7f69f   Xid = 5556
  
COMMIT/*!*/;
  
# at 496499
  
#1705274:17:35 server id 12001end_log_pos 496564 CRC32 0x28816d5c   GTID    last_committed=1845 sequence_number=1846
  
SET @@SESSION.GTID_NEXT= '0a646c88-36e2-11e7-937d-fa163ed7a7b1:3624'/*!*/;
  
# at 496564
  
#1705274:17:35 server id 12001end_log_pos 496632 CRC32 0x03150d48   Query   thread_id=1852exec_time=0 error_code=0
  
SET TIMESTAMP=1495873055/*!*/;
  
BEGIN


页: [1]
查看完整版本: mysql 5.7基于组提交,group commit