报错信息
show slave status\G; |
获取信息
- 事务gtid
master-bin.005138 5cc28f3c-6a8d-11e4-beff-00163e5563d9:491632994
- 涉及的表
fireway.sm_member_realtime_statistics
- 获取该pos的sql操作
|
分析故障原因
- 从机中没有该行记录
select * from fireway.sm_member_realtime_statistics where id=2 \G;
Empty set (0.00 sec) - 需要确认是什么原因导致的。
- 可能原因:从机执行了delete或truncate操作
- 验证方法——从binlog中过滤出所有与该表有关的操作,进一步排查是否有delete和truncate操作。
具体步骤
1. 查看relaylog 183和184
当前sql重演到184,需要排查183 184,并没有delete和truncate的操作。[root@hjkj-mysql data]# mysqlbinlog --no-defaults -v -v hjkj-mysql-relay-bin.000183 | sed -n '/sm_member_realtime_statistics/p'
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:57:06 server id 100 end_log_pos 140753961 CRC32 0x7f18fe66 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:57:16 server id 100 end_log_pos 141286468 CRC32 0x8d6d9c15 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:57:47 server id 100 end_log_pos 170990108 CRC32 0x82a16c88 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:57:58 server id 100 end_log_pos 173579905 CRC32 0xcc98103e Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:57:59 server id 100 end_log_pos 173597322 CRC32 0x92959730 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:58:20 server id 100 end_log_pos 188539528 CRC32 0xc0ab026f Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:58:31 server id 100 end_log_pos 193133361 CRC32 0x3746098b Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:59:12 server id 100 end_log_pos 246486945 CRC32 0x3c39b9d8 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 9:59:53 server id 100 end_log_pos 251761686 CRC32 0xd0b9cd0a Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:01:04 server id 100 end_log_pos 258716318 CRC32 0x3a6ef266 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
UPDATE fireway.sm_member_realtime_statistics
170712 10:02:55 server id 100 end_log_pos 265723194 CRC32 0xec7c9111 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## UPDATE `fireway`.`sm_member_realtime_statistics`
[root@hjkj-mysql data]# mysqlbinlog --no-defaults -v -v hjkj-mysql-relay-bin.000184 | sed -n '/sm_member_realtime_statistics/p'
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:05:58 server id 100 end_log_pos 282580861 CRC32 0x8a05b6e7 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:05:59 server id 100 end_log_pos 282766802 CRC32 0xfb66b80c Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:06:20 server id 100 end_log_pos 284062278 CRC32 0x28905b89 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:07:31 server id 100 end_log_pos 287812410 CRC32 0x8890ca64 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:08:02 server id 100 end_log_pos 295188615 CRC32 0x517a31b4 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:08:13 server id 100 end_log_pos 295858883 CRC32 0x0e70e614 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:08:24 server id 100 end_log_pos 296285071 CRC32 0xb8d40dbe Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
UPDATE fireway.sm_member_realtime_statistics
170712 10:08:24 server id 100 end_log_pos 296296581 CRC32 0x4f2dcd7e Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## UPDATE `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:09:24 server id 100 end_log_pos 300258446 CRC32 0x2d14416e Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:09:26 server id 100 end_log_pos 300335949 CRC32 0x1d61a583 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:09:57 server id 100 end_log_pos 341971639 CRC32 0x90c10dab Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:10:18 server id 100 end_log_pos 343237280 CRC32 0x81656a27 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:11:08 server id 100 end_log_pos 347721738 CRC32 0x5bf6b6ff Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
UPDATE fireway.sm_member_realtime_statistics
170712 10:12:19 server id 100 end_log_pos 361796721 CRC32 0x5e980ea2 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## UPDATE `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:12:30 server id 100 end_log_pos 362810990 CRC32 0x71da4708 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:12:31 server id 100 end_log_pos 362838199 CRC32 0xac47b7c9 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
UPDATE fireway.sm_member_realtime_statistics
170712 10:13:42 server id 100 end_log_pos 378284666 CRC32 0xc776ed1b Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## UPDATE `fireway`.`sm_member_realtime_statistics`
UPDATE fireway.sm_member_realtime_statistics
170712 10:15:03 server id 100 end_log_pos 388625403 CRC32 0x8499bb2e Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## UPDATE `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:15:03 server id 100 end_log_pos 388677884 CRC32 0x34b6f0c2 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
UPDATE fireway.sm_member_realtime_statistics
170712 10:15:44 server id 100 end_log_pos 393827665 CRC32 0x19a14ed8 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## UPDATE `fireway`.`sm_member_realtime_statistics`
INSERT INTO fireway.sm_member_realtime_statistics(
170712 10:16:36 server id 100 end_log_pos 400260242 CRC32 0xdfd0b5e8 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
UPDATE fireway.sm_member_realtime_statistics
170712 10:16:47 server id 100 end_log_pos 401082452 CRC32 0x82fd89b3 Table_map: `fireway`.`sm_member_realtime_statistics` mapped to number 11310
## UPDATE `fireway`.`sm_member_realtime_statistics`
[root@hjkj-mysql data]# mysqlbinlog --no-defaults -v -v hjkj-mysql-relay-bin.000183 | sed -n '/sm_member_realtime_statistics/,+20p'|grep '^###'
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=45 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002344934' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HLJAS332' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='邵长虹' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJA2000000000002253078' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='高峰' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=NULL /* LONGINT meta=4613 nullable=1 is_null=1 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1495254339 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=46 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001857010' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='AS689' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='邓琴' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000879035' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='庹志宏' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=5616.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1487556223 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @19=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=47 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000002099046' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HBAS401' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='李路' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000624075' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='肖金阳' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2699.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1491965974 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=48 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002484640' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HBAS502' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='弋小雪' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001811102' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='程茜' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2298.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1497770373 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=49 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001533080' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='CS0049' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='谭忠燕' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000603002' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='杨顺' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2699.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1481540737 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=50 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001088135' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='SCAS332' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='史巧凤' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000441212' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='何明镜' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=3480.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1473667595 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=51 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001191122' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HNZZAS041' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='牛少峰' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001191124' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='左珍' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=3000.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1476057408 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=52 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001925110' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS942' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='杨涛' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='116577' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='黄超' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=3349.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1488871767 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=53 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002530866' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='AS835' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='唐国庆' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='63330' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='黄大伟' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=3399.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1498653811 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=54 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000002021089' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HLJAS229' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='张杨' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000824039' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='李云峰' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2159.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1490750647 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
WARNING: The range of printed events ends with a row event or a table map event that does not have the STMT_END_F flag set. This might be because the last statement was not fully written to the log, or because you are using a --stop-position or --stop-datetime that refers to an event in the middle of a statement. The event(s) from the partial statement have not been written to output.
## UPDATE `fireway`.`sm_member_realtime_statistics`
## WHERE
## @1=45 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002344934' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HLJAS332' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='邵长虹' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJA2000000000002253078' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='高峰' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=NULL /* LONGINT meta=4613 nullable=1 is_null=1 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1495254339 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
[root@hjkj-mysql data]# grep @1= /tmp/booboo | awk '{print $2}'|sort -n -t '=' -k 2
@1=45 insert
@1=45 update
@1=46
@1=47
@1=48
@1=49
@1=50
@1=51
@1=52
@1=53
@1=54
[root@hjkj-mysql data]# mysqlbinlog --no-defaults -v -v hjkj-mysql-relay-bin.000184 | sed -n '/sm_member_realtime_statistics/,+20p'|grep '^###'
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=55 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002236599' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='AS779' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='罗从友' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000952075' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='张涛' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2899.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1493709438 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=56 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001234314' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HNZZAS095' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='王亚平' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001191124' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='左珍' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=3000.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1477049185 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=57 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002505016' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HLJAS385' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='张可嵩' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001118105' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='唐署光' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=1999.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1498099576 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=58 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000000097015' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='AS414' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='况正秋' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='130947' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='杨寿' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2999.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1449936000 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=59 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001952016' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS967' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='卢娜' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001857201' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='程超超' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=1399.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1489029510 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=60 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002497216' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HBAS497' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='张世超' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001367100' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='冯松涛' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2699.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1498011871 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=61 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001925065' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HBAS367' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='刘丽佳' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000778041' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='高强' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=NULL /* LONGINT meta=4613 nullable=1 is_null=1 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1488766325 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## UPDATE `fireway`.`sm_member_realtime_statistics`
## WHERE
## @1=2 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001442105' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HHXJD' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='惠花现金贷' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HHXJD' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='惠花现金贷' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=22 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=14 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @10=103800.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1479957551 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=22 /* LONGINT meta=0 nullable=1 is_null=0 */
## @15=14 /* LONGINT meta=0 nullable=1 is_null=0 */
## @16=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @17=103800.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @18=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=62 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000002021177' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HNAS382' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='谢容' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001925070' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='王晨旭' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=3988.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1491197547 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=63 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001234160' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS742' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='姬云霄' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='123547' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='田嘉翔' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=1398.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1476779978 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=64 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002505074' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='CS0256' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='雷玉平' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='45065' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='唐昌英' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=1499.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1498112023 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=65 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001955228' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS1019' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='姚莉娟' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000265029' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='刘炜' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=NULL /* LONGINT meta=4613 nullable=1 is_null=1 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1490078472 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=66 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002506384' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS1304' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='王海震' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='158034' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='王治露' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2899.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1498285314 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## UPDATE `fireway`.`sm_member_realtime_statistics`
## WHERE
## @1=18 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002252679' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HLJAS298' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='王海涛' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001118074' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='马金辉' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=1619.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1493961646 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=67 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001811053' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS909' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='金万美' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000297082' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='骆志勇' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=900.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1486521767 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=68 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000000065082' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='AS405' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='刘艳萍' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='71274' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='左开雨' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2699.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1449331200 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## UPDATE `fireway`.`sm_member_realtime_statistics`
## WHERE
## @1=61 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001925065' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HBAS367' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='刘丽佳' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000778041' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='高强' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=NULL /* LONGINT meta=4613 nullable=1 is_null=1 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1488766325 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## UPDATE `fireway`.`sm_member_realtime_statistics`
## WHERE
## @1=2 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001442105' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='HHXJD' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='惠花现金贷' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HHXJD' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='惠花现金贷' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=23 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=14 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @10=103800.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1479957551 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=23 /* LONGINT meta=0 nullable=1 is_null=0 */
## @15=14 /* LONGINT meta=0 nullable=1 is_null=0 */
## @16=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @17=103800.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @18=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=69 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJA2000000000002433109' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='AS812' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='张君義' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='120768' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='刘小弟' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2599.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1496901230 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## UPDATE `fireway`.`sm_member_realtime_statistics`
## WHERE
## @1=65 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001955228' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS1019' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='姚莉娟' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000000265029' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='刘炜' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=NULL /* LONGINT meta=4613 nullable=1 is_null=1 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1490078472 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## INSERT INTO `fireway`.`sm_member_realtime_statistics`
## SET
## @1=70 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000000036115' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='AS389' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='秦小凤' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='AS389' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='秦小凤' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=NULL /* LONGINT meta=0 nullable=1 is_null=1 */
## @10=2498.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1447776000 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @15=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @16=NULL /* TIMESTAMP(0) meta=0 nullable=1 is_null=1 */
## @17=NULL /* TIMESTAMP(0) meta=4613 nullable=1 is_null=1 */
## @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=1 /* LONGINT meta=0 nullable=1 is_null=0 */
WARNING: The range of printed events ends with a row event or a table map event that does not have the STMT_END_F flag set. This might be because the last statement was not fully written to the log, or because you are using a --stop-position or --stop-datetime that refers to an event in the middle of a statement. The event(s) from the partial statement have not been written to output.
## UPDATE `fireway`.`sm_member_realtime_statistics`
## WHERE
## @1=19 /* LONGINT meta=0 nullable=0 is_null=0 */
## @2='HJB2000000000001811020' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @3='GZAS885' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @4='姜华明' /* VARSTRING(300) meta=300 nullable=1 is_null=0 */
## @5='HJB2000000000001811018' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @6='周彰彬' /* VARSTRING(192) meta=192 nullable=1 is_null=0 */
## @7=2 /* LONGINT meta=0 nullable=1 is_null=0 */
## @8=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @9=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @10=7000.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @11='2017:07:12' /* DATE meta=0 nullable=1 is_null=0 */
## @12=1499788800 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @13=1486363228 /* TIMESTAMP(0) meta=0 nullable=1 is_null=0 */
## @14=2 /* LONGINT meta=0 nullable=1 is_null=0 */
## @15=1 /* LONGINT meta=0 nullable=1 is_null=0 */
## @16=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @17=7000.00000 /* DECIMAL(18,5) meta=4613 nullable=1 is_null=0 */
## @18=0 /* LONGINT meta=0 nullable=1 is_null=0 */
## @19=0 /* LONGINT meta=0 nullable=1 is_null=0 */
2. 查看slave的binlog
查找所有binlog日志,获取关键字sm_member_realtime_statistics的行
发现其中有TRUNCATE TABLE sm_member_realtime_statistics
误操作
|
3.找出误操作的时间点
[root@hjkj-mysql logs]# mysqlbinlog --no-defaults -v -v mysql-bin.000088 | grep -B 8 'TRUNCATE' |
4. 询问客户是否知道什么导致了误操作
客户说没有客户端程序,没有人执行
通过relaylog中记录的update记录做回滚
desc fireway.sm_member_realtime_statistics; |
还原思路
1. 183号日志中的插入记录进行重演,能恢复出id为45到54的记录
获取所有表的记录 |
2. 184号-490号日志寻找1到44的记录
不用再尝试了,太累了