`

mysql- insert select带来的死锁DEADLOCK问题

阅读更多
转载 :mysql- insert select带来的锁问题
https://blog.csdn.net/jolly10/article/details/80095443
转载:MySQL insert into select锁表的问题
https://blog.csdn.net/llliarby/article/details/78697327
参考上边两个帖子,感觉很有帮助,谢谢作者。

insert to select 在oracle正常;迁移到MySQL中,需要在MySQL数据库中对select中where的条件加上索引,避免行锁升级为表锁,否则在并发稍高的情况下可能报死锁错误。
(InnoDB的行锁是针对索引加的锁,不是针对记录加的锁。并且该索引不能失效,否则都会从行锁升级为表锁。只有通过索引条件检索数据,InnoDB才使用行级锁,否则,InnoDB将使用表锁!)


=====================================
2018-10-15 13:42:21 0x7f0392490700 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 59 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 145983 srv_active, 0 srv_shutdown, 8831476 srv_idle
srv_master_thread log flush and writes: 8977425
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 74860116
OS WAIT ARRAY INFO: signal count 96378495
RW-shared spins 0, rounds 111513573, OS waits 37771488
RW-excl spins 0, rounds 1040260488, OS waits 27323187
RW-sx spins 1662780, rounds 35755946, OS waits 564784
Spin rounds per wait: 111513573.00 RW-shared, 1040260488.00 RW-excl, 21.50 RW-sx
------------------------
LATEST DETECTED DEADLOCK
------------------------
2018-10-15 13:40:54 0x7f0390df7700
*** (1) TRANSACTION:
TRANSACTION 1190471, ACTIVE 0 sec inserting
mysql tables in use 2, locked 2
LOCK WAIT 10 lock struct(s), heap size 1136, 464 row lock(s)
MySQL thread id 16235, OS thread handle 139653292992256, query id 122073736 127.0.0.1 root Sending data
INSERT INTO table_name (id)
            SELECT '817ed9d8cbf548b0846f395b9bb41d1d'
            FROM dual
            WHERE not exists(
                SELECT 1
                FROM table_name
                WHERE id = '817ed9d8cbf548b0846f395b9bb41d1d'
            )
*** (1) WAITING FOR THIS LOCK TO BE GRANTED:
RECORD LOCKS space id 2381 page no 524 n bits 160 index PRIMARY of table `tf_test_dbs`.`table_name` trx id 1190471 lock_mode X locks gap before rec insert intention waiting
Record lock, heap no 68 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613130616632383235333265346164663936383761653565633633313132; asc a10af282532e4adf9687ae5ec63112; (total 32 bytes);
1: len 6; hex 0000001229b2; asc     ) ;;
2: len 7; hex b30000801b0110; asc        ;;
3: SQL NULL;
4: len 30; hex 663239653637393030336366346337616166666663313761666566346136; asc f29e679003cf4c7aafffc17afef4a6; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3138202020202020202020202020202020; asc             -18               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000000; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

*** (2) TRANSACTION:
TRANSACTION 1190472, ACTIVE 0 sec inserting
mysql tables in use 2, locked 2
11 lock struct(s), heap size 1136, 464 row lock(s)
MySQL thread id 16238, OS thread handle 139653292193536, query id 122073734 127.0.0.1 root Sending data
INSERT INTO table_name (id)
            SELECT '0708224281f545d69bd6ba59463cf278'
            FROM dual
            WHERE not exists(
                SELECT 1
                FROM table_name
                WHERE id = 'ab9a457d73664a1d8762bc4e8cfd46ad'
            )
*** (2) HOLDS THE LOCK(S):
RECORD LOCKS space id 2381 page no 524 n bits 160 index PRIMARY of table `tf_test_dbs`.`table_name` trx id 1190472 lock mode S
Record lock, heap no 1 PHYSICAL RECORD: n_fields 1; compact format; info bits 0
0: len 8; hex 73757072656d756d; asc supremum;;

Record lock, heap no 2 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 373838666464386236393337343539353864356664303235363738316130; asc 788fdd8b693745958d5fd0256781a0; (total 32 bytes);
1: len 6; hex 0000001229b7; asc     ) ;;
2: len 7; hex b80000022c0110; asc     ,  ;;
3: SQL NULL;
4: len 30; hex 333132653835653730663864346139333963393836336231373266363330; asc 312e85e70f8d4a939c9863b172f630; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3139202020202020202020202020202020; asc             -19               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000000; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 3 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386336356137306237383038343964383834336537323435653135373136; asc 8c65a70b780849d8843e7245e15716; (total 32 bytes);
1: len 6; hex 00000011460c; asc     F ;;
2: len 7; hex b900008008018b; asc        ;;
3: len 30; hex 633535656332643835363831343030306139376338313863353438643735; asc c55ec2d856814000a97c818c548d75; (total 32 bytes);
4: len 30; hex 653861346534313138393339343831376161376635333863653464383061; asc e8a4e41189394817aa7f538ce4d80a; (total 32 bytes);
5: len 30; hex 443138303932363134303935363632303320202020202020202020202020; asc D1809261409566203             ; (total 32 bytes);
6: len 5; hex 99a0f4e279; asc     y;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 80001df7; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e279; asc     y;;
17: len 5; hex 99a0f4e279; asc     y;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 4 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386338303138303666653231346563633931366230383939356432636639; asc 8c801806fe214ecc916b08995d2cf9; (total 32 bytes);
1: len 6; hex 0000001149b0; asc     I ;;
2: len 7; hex ea000001ce018b; asc        ;;
3: len 30; hex 656339613763353737633465346239303934323937633062626638383933; asc ec9a7c577c4e4b9094297c0bbf8893; (total 32 bytes);
4: len 30; hex 363664616538646338646636346533366239386637616632613031626432; asc 66dae8dc8df64e36b98f7af2a01bd2; (total 32 bytes);
5: len 30; hex 443138303932363134343831333938323720202020202020202020202020; asc D1809261448139827             ; (total 32 bytes);
6: len 5; hex 99a0f4ec0d; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 80013880; asc   8 ;;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4ec0d; asc      ;;
17: len 5; hex 99a0f4ec0d; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 5 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393634393939313030303361343930356135333561396233636531616230; asc 96499910003a4905a535a9b3ce1ab0; (total 32 bytes);
1: len 6; hex 0000001229cd; asc     ) ;;
2: len 7; hex ce0000400f0110; asc    @   ;;
3: SQL NULL;
4: len 30; hex 656366333165303064666362343761626261636638326438306464393533; asc ecf31e00dfcb47abbacf82d80dd953; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3137202020202020202020202020202020; asc             -17               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000001; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 6 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386436376230623634353738346237646163396663383162613239643431; asc 8d67b0b645784b7dac9fc81ba29d41; (total 32 bytes);
1: len 6; hex 0000001137d1; asc     7 ;;
2: len 7; hex e000000314018b; asc        ;;
3: len 30; hex 353263643738346639306331343034353933396134343238353531346164; asc 52cd784f90c14045939a44285514ad; (total 32 bytes);
4: len 30; hex 316234663134373462663638343232623939366432386234613834333639; asc 1b4f1474bf68422b996d28b4a84369; (total 32 bytes);
5: len 30; hex 443138303932313135333233343238383120202020202020202020202020; asc D1809211532342881             ; (total 32 bytes);
6: len 5; hex 99a0eaf822; asc     ";;
7: len 4; hex 80111700; asc     ;;
8: len 4; hex 80111700; asc     ;;
9: len 4; hex 80013880; asc   8 ;;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0eaf822; asc     ";;
17: len 5; hex 99a0eaf822; asc     ";;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 7 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386438353765383530356363346562326136306632643864316633386264; asc 8d857e8505cc4eb2a60f2d8d1f38bd; (total 32 bytes);
1: len 6; hex 000000114624; asc     F$;;
2: len 7; hex a70000400e018b; asc    @   ;;
3: len 30; hex 656133643831666231333335346436316230633035613236663638346633; asc ea3d81fb13354d61b0c05a26f684f3; (total 32 bytes);
4: len 30; hex 366637333538646365363965343035666236636635636533373062383466; asc 6f7358dce69e405fb6cf5ce370b84f; (total 32 bytes);
5: len 30; hex 443138303932363134313030393332323120202020202020202020202020; asc D1809261410093221             ; (total 32 bytes);
6: len 5; hex 99a0f4e289; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 80001df7; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e289; asc      ;;
17: len 5; hex 99a0f4e289; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 8 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386439643865353532376464343033303939633566313765633132373334; asc 8d9d8e5527dd403099c5f17ec12734; (total 32 bytes);
1: len 6; hex 000000115c94; asc     \ ;;
2: len 7; hex f200008017018b; asc        ;;
3: len 30; hex 383366353564333165393566343665366238396662653036366435353637; asc 83f55d31e95f46e6b89fbe066d5567; (total 32 bytes);
4: len 30; hex 366238333038383433373235343530353934656661363635343635626536; asc 6b8308843725450594efa665465be6; (total 32 bytes);
5: len 30; hex 443138303932373130343334363832303320202020202020202020202020; asc D1809271043468203             ; (total 32 bytes);
6: len 5; hex 99a0f6aaee; asc      ;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6aaee; asc      ;;
17: len 5; hex 99a0f6aaee; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 9 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386465393234616235666563343138396138666631633262356262623533; asc 8de924ab5fec4189a8ff1c2b5bbb53; (total 32 bytes);
1: len 6; hex 000000116434; asc     d4;;
2: len 7; hex b30000801b018b; asc        ;;
3: len 30; hex 386132343561623764326637343662666139376132376538393865396565; asc 8a245ab7d2f746bfa97a27e898e9ee; (total 32 bytes);
4: len 30; hex 323335646463646439663337346634343865306435346661333933653933; asc 235ddcdd9f374f448e0d54fa393e93; (total 32 bytes);
5: len 30; hex 443138313030393134313232343634353020202020202020202020202020; asc D1810091412246450             ; (total 32 bytes);
6: len 5; hex 99a112e318; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 800002ff; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e318; asc      ;;
17: len 5; hex 99a112e318; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 10 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386561633335346132393065346238333939663435363235333739323237; asc 8eac354a290e4b8399f45625379227; (total 32 bytes);
1: len 6; hex 000000122a32; asc     *2;;
2: len 7; hex b10001001d0110; asc        ;;
3: SQL NULL;
4: len 30; hex 363731353535356339613437343930346266323734363930643764666431; asc 6715555c9a474904bf274690d7dfd1; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3132202020202020202020202020202020; asc             -12               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000006; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 11 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383164663439326337383736343132373964616236386364643564636332; asc 81df492c787641279dab68cdd5dcc2; (total 32 bytes);
1: len 6; hex 000000122a35; asc     *5;;
2: len 7; hex b4000001c30110; asc        ;;
3: SQL NULL;
4: len 30; hex 616534326463626433373664346662326262333234376136343466653636; asc ae42dcbd376d4fb2bb3247a644fe66; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3137202020202020202020202020202020; asc             -17               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000006; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 12 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386264613466656461363166343238656262343239653338356538326163; asc 8bda4feda61f428ebb429e385e82ac; (total 32 bytes);
1: len 6; hex 000000122a38; asc     *8;;
2: len 7; hex b70000022b0110; asc     +  ;;
3: SQL NULL;
4: len 30; hex 316462306632303663616164343033626166663333373362643632356134; asc 1db0f206caad403baff3373bd625a4; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3133202020202020202020202020202020; asc             -13               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000006; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 13 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383935396438626364386666346435356166626330383533643631636537; asc 8959d8bcd8ff4d55afbc0853d61ce7; (total 32 bytes);
1: len 6; hex 000000122a3a; asc     *:;;
2: len 7; hex b9000080080110; asc        ;;
3: SQL NULL;
4: len 30; hex 623639363534353031613434346233653832306137636339303430326434; asc b69654501a444b3e820a7cc90402d4; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3420202020202020202020202020202020; asc             -4                ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000006; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 14 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393036353235383739313139343833333931386631386239653166396138; asc 9065258791194833918f18b9e1f9a8; (total 32 bytes);
1: len 6; hex 000000114b83; asc     K ;;
2: len 7; hex ab0000031c018b; asc        ;;
3: len 30; hex 616433393334656532666436343530346135616563376539323364316562; asc ad3934ee2fd64504a5aec7e923d1eb; (total 32 bytes);
4: len 30; hex 356539306163323966613665343532633962663630356535373237663164; asc 5e90ac29fa6e452c9bf605e5727f1d; (total 32 bytes);
5: len 30; hex 443138303932363134353730323133303420202020202020202020202020; asc D1809261457021304             ; (total 32 bytes);
6: len 5; hex 99a0f4ee42; asc     B;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4ee42; asc     B;;
17: len 5; hex 99a0f4ee42; asc     B;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 15 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393062386336616138633433346333326135373131353631323735323965; asc 90b8c6aa8c434c32a571156127529e; (total 32 bytes);
1: len 6; hex 000000115da5; asc     ] ;;
2: len 7; hex bf00004013018b; asc    @   ;;
3: len 30; hex 353437393338343138376162343435653866636633333938633036653163; asc 5479384187ab445e8fcf3398c06e1c; (total 32 bytes);
4: len 30; hex 633935353832363563623664346339303835626362373361313039353731; asc c9558265cb6d4c9085bcb73a109571; (total 32 bytes);
5: len 30; hex 443138303932373131303330323136323720202020202020202020202020; asc D1809271103021627             ; (total 32 bytes);
6: len 5; hex 99a0f6b0c2; asc      ;;
7: len 4; hex 809402a0; asc     ;;
8: len 4; hex 809402a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800329b8; asc   ) ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6b0c2; asc      ;;
17: len 5; hex 99a0f6b0c2; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 16 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386232373833623166623738343763316166616637653066623638356162; asc 8b2783b1fb7847c1afaf7e0fb685ab; (total 32 bytes);
1: len 6; hex 000000122a44; asc     *D;;
2: len 7; hex c30000402c0110; asc    @,  ;;
3: SQL NULL;
4: len 30; hex 393931313639376565623435343737306130363731363863636163613632; asc 9911697eeb454770a067168ccaca62; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3020202020202020202020202020202020; asc             -0                ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000007; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 17 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393230303666333733323939343865323964316136623735616139383666; asc 92006f37329948e29d1a6b75aa986f; (total 32 bytes);
1: len 6; hex 000000114bcf; asc     K ;;
2: len 7; hex b900008008018b; asc        ;;
3: len 30; hex 313537663438626262393337343338366139373930653130306530353464; asc 157f48bbb9374386a9790e100e054d; (total 32 bytes);
4: len 30; hex 346362383162623939646431343733653865333536656461323538393938; asc 4cb81bb99dd1473e8e356eda258998; (total 32 bytes);
5: len 30; hex 443138303932363134353732363436363120202020202020202020202020; asc D1809261457264661             ; (total 32 bytes);
6: len 5; hex 99a0f4ee5a; asc     Z;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4ee5a; asc     Z;;
17: len 5; hex 99a0f4ee5a; asc     Z;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 18 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393330366138613666316333343333363939643038353861636232373639; asc 9306a8a6f1c3433699d0858acb2769; (total 32 bytes);
1: len 6; hex 00000011461b; asc     F ;;
2: len 7; hex a200008005018b; asc        ;;
3: len 30; hex 623966363561656636373165343662363938316630623032623938333536; asc b9f65aef671e46b6981f0b02b98356; (total 32 bytes);
4: len 30; hex 313565353230386536313163343838376237333534393035396261303261; asc 15e5208e611c4887b73549059ba02a; (total 32 bytes);
5: len 30; hex 443138303932363134313030363831323720202020202020202020202020; asc D1809261410068127             ; (total 32 bytes);
6: len 5; hex 99a0f4e286; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 80001df7; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e286; asc      ;;
17: len 5; hex 99a0f4e286; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 19 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393332366437313930366139343239386139366233313463646234613265; asc 9326d71906a94298a96b314cdb4a2e; (total 32 bytes);
1: len 6; hex 000000115c82; asc     \ ;;
2: len 7; hex e6000001c5018b; asc        ;;
3: len 30; hex 333333336433663837306661346663636139396563336265313765643534; asc 3333d3f870fa4fcca99ec3be17ed54; (total 32 bytes);
4: len 30; hex 663839666666613563623466346530383965613864663536323639653866; asc f89fffa5cb4f4e089ea8df56269e8f; (total 32 bytes);
5: len 30; hex 443138303932373130343333393332373020202020202020202020202020; asc D1809271043393270             ; (total 32 bytes);
6: len 5; hex 99a0f6aae7; asc      ;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6aae7; asc      ;;
17: len 5; hex 99a0f6aae7; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 20 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393336393566656339303234346438623865653335363930656337656265; asc 93695fec90244d8b8ee35690ec7ebe; (total 32 bytes);
1: len 6; hex 000000119153; asc      S;;
2: len 7; hex b0000003060139; asc       9;;
3: len 30; hex 383863383933646434663364343833346231336138333466306432363033; asc 88c893dd4f3d4834b13a834f0d2603; (total 32 bytes);
4: len 30; hex 323064316563663237623661346334643931383066396565613234313066; asc 20d1ecf27b6a4c4d9180f9eea2410f; (total 32 bytes);
5: len 30; hex 443138313031303130343130353734343120202020202020202020202020; asc D1810101041057441             ; (total 32 bytes);
6: len 5; hex 99a114aa46; asc     F;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 80000708; asc     ;;
11: len 4; hex 8009c848; asc    H;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a114aa57; asc     W;;
17: len 5; hex 99a114aa57; asc     W;;
18: len 4; hex 80000001; asc     ;;
19: len 1; hex 81; asc  ;;

Record lock, heap no 21 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393364343330343733373931346234333839376336323538353164626265; asc 93d4304737914b43897c625851dbbe; (total 32 bytes);
1: len 6; hex 000000116639; asc     f9;;
2: len 7; hex f900004004018b; asc    @   ;;
3: len 30; hex 316263613237373037653465343337626135383835383339613865333236; asc 1bca27707e4e437ba5885839a8e326; (total 32 bytes);
4: len 30; hex 633466346633393430396662343830636233396265306535653430633063; asc c4f4f39409fb480cb39be0e5e40c0c; (total 32 bytes);
5: len 30; hex 443138313030393134313834393431313820202020202020202020202020; asc D1810091418494118             ; (total 32 bytes);
6: len 5; hex 99a112e4b1; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 800002ff; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e4b1; asc      ;;
17: len 5; hex 99a112e4b1; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 22 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393464323462326162643263343131393964613931383838306264333362; asc 94d24b2abd2c41199da918880bd33b; (total 32 bytes);
1: len 6; hex 000000115f0e; asc     _ ;;
2: len 7; hex fe00008003018b; asc        ;;
3: len 30; hex 313563343430613763333034343365396133396534613031616134343536; asc 15c440a7c30443e9a39e4a01aa4456; (total 32 bytes);
4: len 30; hex 323035326532343239323534343539646264646165633964366136643165; asc 2052e2429254459dbddaec9d6a6d1e; (total 32 bytes);
5: len 30; hex 443138303932373134333631373135373420202020202020202020202020; asc D1809271436171574             ; (total 32 bytes);
6: len 5; hex 99a0f6e912; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6e912; asc      ;;
17: len 5; hex 99a0f6e912; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 23 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393561333963373466636334343263663936363765393463323738323138; asc 95a39c74fcc442cf9667e94c278218; (total 32 bytes);
1: len 6; hex 000000114dc7; asc     M ;;
2: len 7; hex f6000001f6018b; asc        ;;
3: len 30; hex 653835643730366233623832343330646133306231626566336164363533; asc e85d706b3b82430da30b1bef3ad653; (total 32 bytes);
4: len 30; hex 303538386435363361623035346666656164623133393366623038346331; asc 0588d563ab054ffeadb1393fb084c1; (total 32 bytes);
5: len 30; hex 443138303932363136323831343536313520202020202020202020202020; asc D1809261628145615             ; (total 32 bytes);
6: len 5; hex 99a0f5070f; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f5070f; asc      ;;
17: len 5; hex 99a0f5070f; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 24 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393563376236373763666536343162616139623066313665623466363164; asc 95c7b677cfe641baa9b0f16eb4f61d; (total 32 bytes);
1: len 6; hex 000000116620; asc     f ;;
2: len 7; hex e80000c00b018b; asc        ;;
3: len 30; hex 333466666463613064303437346433653930323534646439333134333538; asc 34ffdca0d0474d3e90254dd9314358; (total 32 bytes);
4: len 30; hex 323531366664343333376630346137343836616561336464636439383431; asc 2516fd4337f04a7486aea3ddcd9841; (total 32 bytes);
5: len 30; hex 443138313030393134313834303431393220202020202020202020202020; asc D1810091418404192             ; (total 32 bytes);
6: len 5; hex 99a112e4a8; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 800002ff; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e4a8; asc      ;;
17: len 5; hex 99a112e4a8; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 25 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393632373137323261313932343463636134363735626336313033356462; asc 96271722a19244cca4675bc61035db; (total 32 bytes);
1: len 6; hex 00000011600b; asc     ` ;;
2: len 7; hex bc00008009018b; asc        ;;
3: len 30; hex 316337313665316662346639343861333961663763326431653630646335; asc 1c716e1fb4f948a39af7c2d1e60dc5; (total 32 bytes);
4: len 30; hex 393265663837346231643366343365656265303836373064346530386339; asc 92ef874b1d3f43eebe08670d4e08c9; (total 32 bytes);
5: len 30; hex 443138303932383138343535303635373320202020202020202020202020; asc D1809281845506573             ; (total 32 bytes);
6: len 5; hex 99a0f92b72; asc    +r;;
7: len 4; hex 80002710; asc   ' ;;
8: len 4; hex 80002710; asc   ' ;;
9: len 4; hex 800186a0; asc     ;;
10: len 4; hex 8000001e; asc     ;;
11: len 4; hex 80000052; asc    R;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f92b72; asc    +r;;
17: len 5; hex 99a0f92b72; asc    +r;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 28 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393736303439616630623964343866656132303838356261616361616163; asc 976049af0b9d48fea20885baacaaac; (total 32 bytes);
1: len 6; hex 00000011435a; asc     CZ;;
2: len 7; hex ec0000401d018b; asc    @   ;;
3: len 30; hex 643032323436646264626366343835346165663137396366656535306231; asc d02246dbdbcf4854aef179cfee50b1; (total 32 bytes);
4: len 30; hex 653666383664336633353832346563643864333431323961656536386531; asc e6f86d3f35824ecd8d34129aee68e1; (total 32 bytes);
5: len 30; hex 443138303932363131333531353135313720202020202020202020202020; asc D1809261135151517             ; (total 32 bytes);
6: len 5; hex 99a0f4b8cf; asc      ;;
7: len 4; hex 80251430; asc  % 0;;
8: len 4; hex 80251430; asc  % 0;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000cad9; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4b8cf; asc      ;;
17: len 5; hex 99a0f4b8cf; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 29 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393737326664636331386234343636343864616162626164633933343134; asc 9772fdcc18b446648daabbadc93414; (total 32 bytes);
1: len 6; hex 000000115795; asc     W ;;
2: len 7; hex e30000032d018b; asc     -  ;;
3: len 30; hex 646436313565643335626437346434363862333038643430623134633439; asc dd615ed35bd74d468b308d40b14c49; (total 32 bytes);
4: len 30; hex 656162613139623636393530346336376233633266323039386637333337; asc eaba19b669504c67b3c2f2098f7337; (total 32 bytes);
5: len 30; hex 443138303932363137333831393533363120202020202020202020202020; asc D1809261738195361             ; (total 32 bytes);
6: len 5; hex 99a0f51993; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f51993; asc      ;;
17: len 5; hex 99a0f51993; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 30 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393833633566396166386435343633616230323962636663633764653037; asc 983c5f9af8d5463ab029bcfcc7de07; (total 32 bytes);
1: len 6; hex 0000001145b8; asc     E ;;
2: len 7; hex e30000032d018b; asc     -  ;;
3: len 30; hex 303236366336356238323133346237613938396431636539636638613130; asc 0266c65b82134b7a989d1ce9cf8a10; (total 32 bytes);
4: len 30; hex 623934376462356530613134346630346131636231396531623561333766; asc b947db5e0a144f04a1cb19e1b5a37f; (total 32 bytes);
5: len 30; hex 443138303932363134303735353730323620202020202020202020202020; asc D1809261407557026             ; (total 32 bytes);
6: len 5; hex 99a0f4e1f7; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 80013880; asc   8 ;;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e1f7; asc      ;;
17: len 5; hex 99a0f4e1f7; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 31 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393835623336623265303839343530663866666238366464646237666435; asc 985b36b2e089450f8ffb86dddb7fd5; (total 32 bytes);
1: len 6; hex 000000114587; asc     E ;;
2: len 7; hex c5000001df018b; asc        ;;
3: len 30; hex 366139623261373963366430343136646131386434653063623434393135; asc 6a9b2a79c6d0416da18d4e0cb44915; (total 32 bytes);
4: len 30; hex 633666613830343439383833343964333939613264326464653662633037; asc c6fa8044988349d399a2d2dde6bc07; (total 32 bytes);
5: len 30; hex 443138303932363134303633333439353120202020202020202020202020; asc D1809261406334951             ; (total 32 bytes);
6: len 5; hex 99a0f4e1a1; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800186a0; asc     ;;
10: len 4; hex 80000007; asc     ;;
11: len 4; hex 8000077e; asc    ~;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e1a1; asc      ;;
17: len 5; hex 99a0f4e1a1; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 33 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393865653439386565313231343134333834663661656336383136633735; asc 98ee498ee121414384f6aec6816c75; (total 32 bytes);
1: len 6; hex 000000115bc5; asc     [ ;;
2: len 7; hex ef00004033018b; asc    @3  ;;
3: len 30; hex 393135366136623561376335343434623935646432633735323637303931; asc 9156a6b5a7c5444b95dd2c75267091; (total 32 bytes);
4: len 30; hex 316562376231363335346465346235373865393261353837653935306335; asc 1eb7b16354de4b578e92a587e950c5; (total 32 bytes);
5: len 30; hex 443138303932373130333830303737333020202020202020202020202020; asc D1809271038007730             ; (total 32 bytes);
6: len 5; hex 99a0f6a980; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6a980; asc      ;;
17: len 5; hex 99a0f6a980; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 34 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396136616232393338666536346233346132336261663438333063613638; asc 9a6ab2938fe64b34a23baf4830ca68; (total 32 bytes);
1: len 6; hex 000000115000; asc     P ;;
2: len 7; hex de00000119018b; asc        ;;
3: len 30; hex 643934356639363261313939343435616165343930323465653337616432; asc d945f962a199445aae49024ee37ad2; (total 32 bytes);
4: len 30; hex 666134613862363035663530343864326164623064326562373765303565; asc fa4a8b605f5048d2adb0d2eb77e05e; (total 32 bytes);
5: len 30; hex 443138303932363136333333313933343620202020202020202020202020; asc D1809261633319346             ; (total 32 bytes);
6: len 5; hex 99a0f5085f; asc     _;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f5085f; asc     _;;
17: len 5; hex 99a0f5085f; asc     _;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 35 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396161646165323166353230343133326164666161363032346635303636; asc 9aadae21f5204132adfaa6024f5066; (total 32 bytes);
1: len 6; hex 000000114276; asc     Bv;;
2: len 7; hex e400000316018b; asc        ;;
3: len 30; hex 633836333863626630373037346337303936313037613864373935656538; asc c8638cbf07074c7096107a8d795ee8; (total 32 bytes);
4: len 30; hex 643138346531363063396566343964333833303332346562336634313332; asc d184e160c9ef49d3830324eb3f4132; (total 32 bytes);
5: len 30; hex 443138303932363131333430373338333020202020202020202020202020; asc D1809261134073830             ; (total 32 bytes);
6: len 5; hex 99a0f4b887; asc      ;;
7: len 4; hex 80733430; asc  s40;;
8: len 4; hex 80733430; asc  s40;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8002763e; asc   v>;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4b887; asc      ;;
17: len 5; hex 99a0f4b887; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 36 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396164623662376362363665346265316239393364366538653239663365; asc 9adb6b7cb66e4be1b993d6e8e29f3e; (total 32 bytes);
1: len 6; hex 0000001142f2; asc     B ;;
2: len 7; hex ae00000228018b; asc     (  ;;
3: len 30; hex 376262396336633361393330343865623833303162663537666237376137; asc 7bb9c6c3a93048eb8301bf57fb77a7; (total 32 bytes);
4: len 30; hex 353764386631303934373564343266303862643939643239613234363132; asc 57d8f109475d42f08bd99d29a24612; (total 32 bytes);
5: len 30; hex 443138303932363131333434343335303920202020202020202020202020; asc D1809261134443509             ; (total 32 bytes);
6: len 5; hex 99a0f4b8ac; asc      ;;
7: len 4; hex 80591c80; asc  Y  ;;
8: len 4; hex 80591c80; asc  Y  ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8001e780; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4b8ac; asc      ;;
17: len 5; hex 99a0f4b8ac; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 38 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396234656339333738396634346534343864643561383163666139643065; asc 9b4ec93789f44e448dd5a81cfa9d0e; (total 32 bytes);
1: len 6; hex 00000011458a; asc     E ;;
2: len 7; hex c70000011e018b; asc        ;;
3: len 30; hex 313631626164633864353864346661323839623932323139366539373865; asc 161badc8d58d4fa289b922196e978e; (total 32 bytes);
4: len 30; hex 316633396561396331613561343964363831333536346530313466303539; asc 1f39ea9c1a5a49d6813564e014f059; (total 32 bytes);
5: len 30; hex 443138303932363134303633363134313920202020202020202020202020; asc D1809261406361419             ; (total 32 bytes);
6: len 5; hex 99a0f4e1a4; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800186a0; asc     ;;
10: len 4; hex 80000007; asc     ;;
11: len 4; hex 8000077e; asc    ~;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e1a4; asc      ;;
17: len 5; hex 99a0f4e1a4; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 39 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396261363431383935343036346632383861376462303263663039383430; asc 9ba6418954064f288a7db02cf09840; (total 32 bytes);
1: len 6; hex 000000114955; asc     IU;;
2: len 7; hex b200000307018b; asc        ;;
3: len 30; hex 376666376134653061633335346332623861663764363736663463623861; asc 7ff7a4e0ac354c2b8af7d676f4cb8a; (total 32 bytes);
4: len 30; hex 393437613636386530346331346332646165313736363337653163663362; asc 947a668e04c14c2dae176637e1cf3b; (total 32 bytes);
5: len 30; hex 443138303932363134343635393834323820202020202020202020202020; asc D1809261446598428             ; (total 32 bytes);
6: len 5; hex 99a0f4ebbb; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800186a0; asc     ;;
10: len 4; hex 80000007; asc     ;;
11: len 4; hex 8000077e; asc    ~;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4ebbb; asc      ;;
17: len 5; hex 99a0f4ebbb; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 40 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396265353036623834393034343238613931623833396436343838373832; asc 9be506b84904428a91b839d6488782; (total 32 bytes);
1: len 6; hex 00000011459e; asc     E ;;
2: len 7; hex d300004025018b; asc    @%  ;;
3: len 30; hex 633433346664343061306238343938376231363130643230313330616236; asc c434fd40a0b84987b1610d20130ab6; (total 32 bytes);
4: len 30; hex 373163323835343363346462343963653930393137653432366531646366; asc 71c28543c4db49ce90917e426e1dcf; (total 32 bytes);
5: len 30; hex 443138303932363134303733363232393820202020202020202020202020; asc D1809261407362298             ; (total 32 bytes);
6: len 5; hex 99a0f4e1e4; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 80013880; asc   8 ;;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e1e4; asc      ;;
17: len 5; hex 99a0f4e1e4; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 41 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396438343934663566623638343731396237343662626235656131363562; asc 9d8494f5fb684719b746bbb5ea165b; (total 32 bytes);
1: len 6; hex 00000011463b; asc     F;;;
2: len 7; hex b4000001c3018b; asc        ;;
3: len 30; hex 646432393666386639306536346666656262373037303062386232663365; asc dd296f8f90e64ffebb70700b8b2f3e; (total 32 bytes);
4: len 30; hex 323963623263306230353932343765656239623632316635303664636235; asc 29cb2c0b059247eeb9b621f506dcb5; (total 32 bytes);
5: len 30; hex 443138303932363134313031393333303220202020202020202020202020; asc D1809261410193302             ; (total 32 bytes);
6: len 5; hex 99a0f4e294; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 80001df7; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e294; asc      ;;
17: len 5; hex 99a0f4e294; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 42 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396562356634346366323430346532626137613636353934613233666235; asc 9eb5f44cf2404e2ba7a66594a23fb5; (total 32 bytes);
1: len 6; hex 000000115ca0; asc     \ ;;
2: len 7; hex fa00000140018b; asc     @  ;;
3: len 30; hex 313333306632303937643462343164383964373662643930326637643666; asc 1330f2097d4b41d89d76bd902f7d6f; (total 32 bytes);
4: len 30; hex 646561373436373638623664343934666261643937626565326330623464; asc dea746768b6d494fbad97bee2c0b4d; (total 32 bytes);
5: len 30; hex 443138303932373130343335313932313520202020202020202020202020; asc D1809271043519215             ; (total 32 bytes);
6: len 5; hex 99a0f6aaf3; asc      ;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6aaf3; asc      ;;
17: len 5; hex 99a0f6aaf3; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 44 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396663333961393466363137343165396166626538313363633262396532; asc 9fc39a94f61741e9afbe813cc2b9e2; (total 32 bytes);
1: len 6; hex 0000001143c0; asc     C ;;
2: len 7; hex ab0000031c018b; asc        ;;
3: len 30; hex 376163653334643236656264346661383966326364633436653133306534; asc 7ace34d26ebd4fa89f2cdc46e130e4; (total 32 bytes);
4: len 30; hex 323734333238376662633966346238643863643532623735613262353235; asc 2743287fbc9f4b8d8cd52b75a2b525; (total 32 bytes);
5: len 30; hex 443138303932363131333535343132363220202020202020202020202020; asc D1809261135541262             ; (total 32 bytes);
6: len 5; hex 99a0f4b8f6; asc      ;;
7: len 4; hex 801b7740; asc   w@;;
8: len 4; hex 801b7740; asc   w@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80009642; asc    B;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4b8f6; asc      ;;
17: len 5; hex 99a0f4b8f6; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 45 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613033376333303562393338343238326135623461633139356563343930; asc a037c305b9384282a5b4ac195ec490; (total 32 bytes);
1: len 6; hex 0000001138b0; asc     8 ;;
2: len 7; hex de00000119018b; asc        ;;
3: len 30; hex 643930663366356161383131346561613932326438346164373936343063; asc d90f3f5aa8114eaa922d84ad79640c; (total 32 bytes);
4: len 30; hex 383062326530613162653338343134623866653233336365363237613864; asc 80b2e0a1be38414b8fe233ce627a8d; (total 32 bytes);
5: len 30; hex 443138303932313138333435353435363020202020202020202020202020; asc D1809211834554560             ; (total 32 bytes);
6: len 5; hex 99a0eb28b7; asc    ( ;;
7: len 4; hex 80807aa0; asc   z ;;
8: len 4; hex 80807aa0; asc   z ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 8000193b; asc    ;;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0eb28b7; asc    ( ;;
17: len 5; hex 99a0eb28b7; asc    ( ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 47 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613165356632356234636238343032396237346563336661633733366537; asc a1e5f25b4cb84029b74ec3fac736e7; (total 32 bytes);
1: len 6; hex 0000001143b3; asc     C ;;
2: len 7; hex a300008006018b; asc        ;;
3: len 30; hex 363966353066303631316633346665366164613132303865646635663162; asc 69f50f0611f34fe6ada1208edf5f1b; (total 32 bytes);
4: len 30; hex 633561386333363835323135343233633834636439393333663034656533; asc c5a8c3685215423c84cd9933f04ee3; (total 32 bytes);
5: len 30; hex 443138303932363131333534373331363320202020202020202020202020; asc D1809261135473163             ; (total 32 bytes);
6: len 5; hex 99a0f4b8ef; asc      ;;
7: len 4; hex 8016e360; asc    `;;
8: len 4; hex 8016e360; asc    `;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80007d37; asc   }7;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4b8ef; asc      ;;
17: len 5; hex 99a0f4b8ef; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 48 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613233316265376663353833343131336136373332383638646232626636; asc a231be7fc5834113a6732868db2bf6; (total 32 bytes);
1: len 6; hex 000000115e0b; asc     ^ ;;
2: len 7; hex de00000119018b; asc        ;;
3: len 30; hex 346264396264333339353637346637323939326563326264386235313035; asc 4bd9bd3395674f72992ec2bd8b5105; (total 32 bytes);
4: len 30; hex 393165333130363263336465343038353834633161626534666161303565; asc 91e31062c3de408584c1abe4faa05e; (total 32 bytes);
5: len 30; hex 443138303932373131343331363931303720202020202020202020202020; asc D1809271143169107             ; (total 32 bytes);
6: len 5; hex 99a0f6bad0; asc      ;;
7: len 4; hex 809402a0; asc     ;;
8: len 4; hex 809402a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800329b8; asc   ) ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6bad0; asc      ;;
17: len 5; hex 99a0f6bad0; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 49 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613238313832366364383834346536653833393666373638303939663937; asc a281826cd8844e6e8396f768099f97; (total 32 bytes);
1: len 6; hex 00000011662b; asc     f+;;
2: len 7; hex ef00004033018b; asc    @3  ;;
3: len 30; hex 643738373439336465326139343865666130313730643339376366313537; asc d787493de2a948efa0170d397cf157; (total 32 bytes);
4: len 30; hex 363962653430313231343862343734643962383461353166653139633961; asc 69be4012148b474d9b84a51fe19c9a; (total 32 bytes);
5: len 30; hex 443138313030393134313834333535343120202020202020202020202020; asc D1810091418435541             ; (total 32 bytes);
6: len 5; hex 99a112e4ac; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 800002ff; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e4ac; asc      ;;
17: len 5; hex 99a112e4ac; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 50 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613330366664633162336130346535376164333261356437626334643131; asc a306fdc1b3a04e57ad32a5d7bc4d11; (total 32 bytes);
1: len 6; hex 0000001151ef; asc     Q ;;
2: len 7; hex b500004012018b; asc    @   ;;
3: len 30; hex 653639643439346234656264343032316264363039633661666164336238; asc e69d494b4ebd4021bd609c6afad3b8; (total 32 bytes);
4: len 30; hex 353962653465386530633133346136343932333632663131643362653139; asc 59be4e8e0c134a6492362f11d3be19; (total 32 bytes);
5: len 30; hex 443138303932363136343030363534373020202020202020202020202020; asc D1809261640065470             ; (total 32 bytes);
6: len 5; hex 99a0f50a06; asc      ;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f50a06; asc      ;;
17: len 5; hex 99a0f50a06; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 51 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 373734343264333662363764343563303936393064383664623061343066; asc 77442d36b67d45c09690d86db0a40f; (total 32 bytes);
1: len 6; hex 00000011658e; asc     e ;;
2: len 7; hex ad00004011018b; asc    @   ;;
3: len 30; hex 616166343234626162316233343730336135313631353637373761343565; asc aaf424bab1b34703a516156777a45e; (total 32 bytes);
4: len 30; hex 623762326565613532383861346330356166306232623738623838663662; asc b7b2eea5288a4c05af0b2b78b88f6b; (total 32 bytes);
5: len 30; hex 443138313030393134313733393334373420202020202020202020202020; asc D1810091417393474             ; (total 32 bytes);
6: len 5; hex 99a112e467; asc     g;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 8000004d; asc    M;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e467; asc     g;;
17: len 5; hex 99a112e467; asc     g;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 52 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 373761303161383937633064346166613931336534656530326666326166; asc 77a01a897c0d4afa913e4ee02ff2af; (total 32 bytes);
1: len 6; hex 00000011471e; asc     G ;;
2: len 7; hex c90000031a018b; asc        ;;
3: len 30; hex 353963336136653566353164343961353834643932306232383032643135; asc 59c3a6e5f51d49a584d920b2802d15; (total 32 bytes);
4: len 30; hex 373162373537636437613332343038616235666534363362343663633966; asc 71b757cd7a32408ab5fe463b46cc9f; (total 32 bytes);
5: len 30; hex 443138303932363134323231303736313720202020202020202020202020; asc D1809261422107617             ; (total 32 bytes);
6: len 5; hex 99a0f4e58a; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800186a0; asc     ;;
10: len 4; hex 80000007; asc     ;;
11: len 4; hex 8000077e; asc    ~;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e58a; asc      ;;
17: len 5; hex 99a0f4e58a; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 54 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393538383063396565313766343130353831366664363633306266373466; asc 95880c9ee17f4105816fd6630bf74f; (total 32 bytes);
1: len 6; hex 0000001229b6; asc     ) ;;
2: len 7; hex b70000022b0110; asc     +  ;;
3: SQL NULL;
4: len 30; hex 646537613462326335356537346162316261303366303732336661616335; asc de7a4b2c55e74ab1ba03f0723faac5; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3720202020202020202020202020202020; asc             -7                ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000000; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 56 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 373866636463323338303366343336363864383063643163306165383435; asc 78fcdc23803f43668d80cd1c0ae845; (total 32 bytes);
1: len 6; hex 000000116337; asc     c7;;
2: len 7; hex b600004020018b; asc    @   ;;
3: len 30; hex 636334613061316162653239346433306136393561313537346264396234; asc cc4a0a1abe294d30a695a1574bd9b4; (total 32 bytes);
4: len 30; hex 666433313661326335363236346165343835353261626639653133613537; asc fd316a2c56264ae48552abf9e13a57; (total 32 bytes);
5: len 30; hex 443138313030393134303833303339343020202020202020202020202020; asc D1810091408303940             ; (total 32 bytes);
6: len 5; hex 99a112e21e; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 80013880; asc   8 ;;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e21e; asc      ;;
17: len 5; hex 99a112e21e; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 57 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383833666165333032623364343539616237383962626437633935376134; asc 883fae302b3d459ab789bbd7c957a4; (total 32 bytes);
1: len 6; hex 000000122a1c; asc     * ;;
2: len 7; hex bb000001220110; asc     "  ;;
3: SQL NULL;
4: len 30; hex 666462306363323162656665343961643938386136386639366536383336; asc fdb0cc21befe49ad988a68f96e6836; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3139202020202020202020202020202020; asc             -19               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000005; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 58 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 373939353661643138323635343739356265366331386531613364636264; asc 79956ad182654795be6c18e1a3dcbd; (total 32 bytes);
1: len 6; hex 000000115cac; asc     \ ;;
2: len 7; hex a200008005018b; asc        ;;
3: len 30; hex 306537313462663130306664343134353934323432303336633766396466; asc 0e714bf100fd414594242036c7f9df; (total 32 bytes);
4: len 30; hex 323638663938366363373238343231626132323930353639333335396433; asc 268f986cc728421ba22905693359d3; (total 32 bytes);
5: len 30; hex 443138303932373130343335363231333920202020202020202020202020; asc D1809271043562139             ; (total 32 bytes);
6: len 5; hex 99a0f6aaf9; asc      ;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6aaf9; asc      ;;
17: len 5; hex 99a0f6aaf9; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 59 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376134626432663436656537346139393835336138323063306536376334; asc 7a4bd2f46ee74a99853a820c0e67c4; (total 32 bytes);
1: len 6; hex 000000113d10; asc     = ;;
2: len 7; hex a70000400e018b; asc    @   ;;
3: len 30; hex 323664316338323864653865343639343937626162646233393966396139; asc 26d1c828de8e469497babdb399f9a9; (total 32 bytes);
4: len 30; hex 363134376362663766366138346266323862386463313461613834336664; asc 6147cbf7f6a84bf28b8dc14aa843fd; (total 32 bytes);
5: len 30; hex 443138303932353134333931343832313020202020202020202020202020; asc D1809251439148210             ; (total 32 bytes);
6: len 5; hex 99a0f2e9ce; asc      ;;
7: len 4; hex 801842f0; asc   B ;;
8: len 4; hex 801842f0; asc   B ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800084ba; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f2e9ce; asc      ;;
17: len 5; hex 99a0f2e9ce; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 60 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376135643032356561353561343539353831376535373438393334653436; asc 7a5d025ea55a4595817e5748934e46; (total 32 bytes);
1: len 6; hex 000000119108; asc       ;;
2: len 7; hex e000000314018b; asc        ;;
3: len 30; hex 623664396436393263313338346433363939643937316231646139343238; asc b6d9d692c1384d3699d971b1da9428; (total 32 bytes);
4: len 30; hex 353765306263306664373864343665303836663361306231626431313031; asc 57e0bc0fd78d46e086f3a0b1bd1101; (total 32 bytes);
5: len 30; hex 443138313030393232323532303836303120202020202020202020202020; asc D1810092225208601             ; (total 32 bytes);
6: len 5; hex 99a1136654; asc    fT;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 80000708; asc     ;;
11: len 4; hex 8009c848; asc    H;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a1136654; asc    fT;;
17: len 5; hex 99a1136654; asc    fT;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 61 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376164316565643331626135343531376239636365323435633561383333; asc 7ad1eed31ba54517b9cce245c5a833; (total 32 bytes);
1: len 6; hex 000000115581; asc     U ;;
2: len 7; hex c00000c013018b; asc        ;;
3: len 30; hex 316631653064616663383938343732323933396236636331333465663936; asc 1f1e0dafc8984722939b6cc134ef96; (total 32 bytes);
4: len 30; hex 363830323432633335336663343661376231343861373464333435656239; asc 680242c353fc46a7b148a74d345eb9; (total 32 bytes);
5: len 30; hex 443138303932363136353535323535393020202020202020202020202020; asc D1809261655525590             ; (total 32 bytes);
6: len 5; hex 99a0f50df4; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f50df4; asc      ;;
17: len 5; hex 99a0f50df4; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 62 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376166623737333031383531346438613966373763323561326464323865; asc 7afb773018514d8a9f77c25a2dd28e; (total 32 bytes);
1: len 6; hex 00000011657b; asc     e{;;
2: len 7; hex a100000301018b; asc        ;;
3: len 30; hex 323531396533303135623039343665376138346233626530386364616236; asc 2519e3015b0946e7a84b3be08cdab6; (total 32 bytes);
4: len 30; hex 303231626136353536663834343962656262313562376435323833343839; asc 021ba6556f8449bebb15b7d5283489; (total 32 bytes);
5: len 30; hex 443138313030393134313733333131383120202020202020202020202020; asc D1810091417331181             ; (total 32 bytes);
6: len 5; hex 99a112e461; asc     a;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 8000004d; asc    M;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e461; asc     a;;
17: len 5; hex 99a112e461; asc     a;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 64 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376264356363333663353964343961336237626465373637633763633764; asc 7bd5cc36c59d49a3b7bde767c7cc7d; (total 32 bytes);
1: len 6; hex 0000001229ba; asc     ) ;;
2: len 7; hex bb000001220110; asc     "  ;;
3: SQL NULL;
4: len 30; hex 653463613231386262353565346436333835353238323231623238636635; asc e4ca218bb55e4d6385528221b28cf5; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3136202020202020202020202020202020; asc             -16               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000000; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 65 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376264626333613031663431343566323963383964636539333231396561; asc 7bdbc3a01f4145f29c89dce93219ea; (total 32 bytes);
1: len 6; hex 000000115c78; asc     \x;;
2: len 7; hex e000000314018b; asc        ;;
3: len 30; hex 376139643839386237656235343839616235366433363835656132336132; asc 7a9d898b7eb5489ab56d3685ea23a2; (total 32 bytes);
4: len 30; hex 303962316430396237333562346663396134306561323630316339356639; asc 09b1d09b735b4fc9a40ea2601c95f9; (total 32 bytes);
5: len 30; hex 443138303932373130343333373435323620202020202020202020202020; asc D1809271043374526             ; (total 32 bytes);
6: len 5; hex 99a0f6aae5; asc      ;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6aae5; asc      ;;
17: len 5; hex 99a0f6aae5; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 66 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376265663466383038623638343366653934626332323233363037396433; asc 7bef4f808b6843fe94bc22236079d3; (total 32 bytes);
1: len 6; hex 000000113f45; asc     ?E;;
2: len 7; hex e400000316018b; asc        ;;
3: len 30; hex 653562633635363938396265343936663839666636353965373561386333; asc e5bc656989be496f89ff659e75a8c3; (total 32 bytes);
4: len 30; hex 306461643035653139623736343462343930346663343931323332303534; asc 0dad05e19b7644b4904fc491232054; (total 32 bytes);
5: len 30; hex 443138303932353136313032393338393720202020202020202020202020; asc D1809251610293897             ; (total 32 bytes);
6: len 5; hex 99a0f3029d; asc      ;;
7: len 4; hex 808ef990; asc     ;;
8: len 4; hex 808ef990; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80030e2c; asc    ,;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f3029d; asc      ;;
17: len 5; hex 99a0f3029d; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 68 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613130616632383235333265346164663936383761653565633633313132; asc a10af282532e4adf9687ae5ec63112; (total 32 bytes);
1: len 6; hex 0000001229b2; asc     ) ;;
2: len 7; hex b30000801b0110; asc        ;;
3: SQL NULL;
4: len 30; hex 663239653637393030336366346337616166666663313761666566346136; asc f29e679003cf4c7aafffc17afef4a6; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3138202020202020202020202020202020; asc             -18               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000000; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 69 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376461646661346634633761343533636137323137376433626633376132; asc 7dadfa4f4c7a453ca72177d3bf37a2; (total 32 bytes);
1: len 6; hex 000000115b3b; asc     [;;;
2: len 7; hex bc00008009018b; asc        ;;
3: len 30; hex 663730396636316135323931346432663936663534336139363261306262; asc f709f61a52914d2f96f543a962a0bb; (total 32 bytes);
4: len 30; hex 666530633362383936626364343336376164623437623462343366386234; asc fe0c3b896bcd4367adb47b4b43f8b4; (total 32 bytes);
5: len 30; hex 443138303932373130333731363437343220202020202020202020202020; asc D1809271037164742             ; (total 32 bytes);
6: len 5; hex 99a0f6a951; asc     Q;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6a951; asc     Q;;
17: len 5; hex 99a0f6a951; asc     Q;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 70 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376464383864656265336465346233353939356235343464316130363566; asc 7dd88debe3de4b35995b544d1a065f; (total 32 bytes);
1: len 6; hex 000000114abc; asc     J ;;
2: len 7; hex af00000118018b; asc        ;;
3: len 30; hex 653334643437383161366337346261626233373665623535386665346662; asc e34d4781a6c74babb376eb558fe4fb; (total 32 bytes);
4: len 30; hex 363238613432396165646230346433663966343664366132623766386533; asc 628a429aedb04d3f9f46d6a2b7f8e3; (total 32 bytes);
5: len 30; hex 443138303932363134353135363531333920202020202020202020202020; asc D1809261451565139             ; (total 32 bytes);
6: len 5; hex 99a0f4ecf9; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4ecf9; asc      ;;
17: len 5; hex 99a0f4ecf9; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 71 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 376531353961356538383136343432616264316366653736353232623430; asc 7e159a5e8816442abd1cfe76522b40; (total 32 bytes);
1: len 6; hex 0000001150c4; asc     P ;;
2: len 7; hex d4000001e3018b; asc        ;;
3: len 30; hex 376264356432626565666431343730633862393932343537383961613239; asc 7bd5d2beefd1470c8b99245789aa29; (total 32 bytes);
4: len 30; hex 373764386433373437333038343431316266306364303334306564306666; asc 77d8d37473084411bf0cd0340ed0ff; (total 32 bytes);
5: len 30; hex 443138303932363136333432383536333620202020202020202020202020; asc D1809261634285636             ; (total 32 bytes);
6: len 5; hex 99a0f5089d; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f5089d; asc      ;;
17: len 5; hex 99a0f5089d; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 72 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383033306562613832646534343861663835613766356163303063656233; asc 8030eba82de448af85a7f5ac00ceb3; (total 32 bytes);
1: len 6; hex 000000115b8b; asc     [ ;;
2: len 7; hex cc0000030f018b; asc        ;;
3: len 30; hex 646139666632386164383035343964383862313064383437373633643038; asc da9ff28ad80549d88b10d847763d08; (total 32 bytes);
4: len 30; hex 323566373462386639316538346238633863396634636132356363303533; asc 25f74b8f91e84b8c8c9f4ca25cc053; (total 32 bytes);
5: len 30; hex 443138303932373130333734313631353420202020202020202020202020; asc D1809271037416154             ; (total 32 bytes);
6: len 5; hex 99a0f6a969; asc     i;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6a969; asc     i;;
17: len 5; hex 99a0f6a969; asc     i;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 74 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383133623361623863613934346161373937666637363565633932323037; asc 813b3ab8ca944aa797ff765ec92207; (total 32 bytes);
1: len 6; hex 000000116381; asc     c ;;
2: len 7; hex c400000205018b; asc        ;;
3: len 30; hex 353063333837363330663138343339383837653564663332316466363962; asc 50c387630f18439887e5df321df69b; (total 32 bytes);
4: len 30; hex 373666666435643131303038343964666137646430313764643961383363; asc 76ffd5d1100849dfa7dd017dd9a83c; (total 32 bytes);
5: len 30; hex 443138313030393134303933333232333020202020202020202020202020; asc D1810091409332230             ; (total 32 bytes);
6: len 5; hex 99a112e261; asc     a;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e261; asc     a;;
17: len 5; hex 99a112e261; asc     a;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 75 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383831306431346165383965343064396262356535386266666433316333; asc 8810d14ae89e40d9bb5e58bffd31c3; (total 32 bytes);
1: len 6; hex 000000122a28; asc     *(;;
2: len 7; hex a70000400e0110; asc    @   ;;
3: SQL NULL;
4: len 30; hex 386435666234323337346263343633313937646366653837386264386662; asc 8d5fb42374bc463197dcfe878bd8fb; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3520202020202020202020202020202020; asc             -5                ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000005; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 76 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383237653333343236303938343464343962393934326366653334633439; asc 827e3342609844d49b9942cfe34c49; (total 32 bytes);
1: len 6; hex 000000114bb9; asc     K ;;
2: len 7; hex ac00000130018b; asc     0  ;;
3: len 30; hex 656361626662346165613561346139393838343865613838323562333137; asc ecabfb4aea5a4a998848ea8825b317; (total 32 bytes);
4: len 30; hex 393466353163306666386465343634336135663963306564646631353331; asc 94f51c0ff8de4643a5f9c0eddf1531; (total 32 bytes);
5: len 30; hex 443138303932363134353732303439343220202020202020202020202020; asc D1809261457204942             ; (total 32 bytes);
6: len 5; hex 99a0f4ee54; asc     T;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4ee54; asc     T;;
17: len 5; hex 99a0f4ee54; asc     T;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 77 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383365373663303531356636343132313837616661626633643766643938; asc 83e76c0515f6412187afabf3d7fd98; (total 32 bytes);
1: len 6; hex 000000114dd1; asc     M ;;
2: len 7; hex fe00008003018b; asc        ;;
3: len 30; hex 366565616561353731396462343834313933623836353462333231646536; asc 6eeaea5719db484193b8654b321de6; (total 32 bytes);
4: len 30; hex 643236343433353430666335346137653830323630613935303865376131; asc d26443540fc54a7e80260a9508e7a1; (total 32 bytes);
5: len 30; hex 443138303932363136323832303131313620202020202020202020202020; asc D1809261628201116             ; (total 32 bytes);
6: len 5; hex 99a0f50715; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f50715; asc      ;;
17: len 5; hex 99a0f50715; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 78 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383430663665616438313033346261613838386461303165343135653231; asc 840f6ead81034baa888da01e415e21; (total 32 bytes);
1: len 6; hex 00000011498a; asc     I ;;
2: len 7; hex d200000312018b; asc        ;;
3: len 30; hex 353634353236376537343331343465633962613437623031623762653337; asc 5645267e743144ec9ba47b01b7be37; (total 32 bytes);
4: len 30; hex 303430626662386236646538343763616162383138313839343365363663; asc 040bfb8b6de847caab81818943e66c; (total 32 bytes);
5: len 30; hex 443138303932363134343735383130353420202020202020202020202020; asc D1809261447581054             ; (total 32 bytes);
6: len 5; hex 99a0f4ebfa; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 80013880; asc   8 ;;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4ebfa; asc      ;;
17: len 5; hex 99a0f4ebfa; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 79 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383435396162613762363232343262373833383039356133643461623461; asc 8459aba7b62242b7838095a3d4ab4a; (total 32 bytes);
1: len 6; hex 000000114d9d; asc     M ;;
2: len 7; hex d900008024018b; asc     $  ;;
3: len 30; hex 343339383430393865316335346536326238313262383034653333663431; asc 43984098e1c54e62b812b804e33f41; (total 32 bytes);
4: len 30; hex 613734343031656136363539346433653839626261646363643132323965; asc a74401ea66594d3e89bbadccd1229e; (total 32 bytes);
5: len 30; hex 443138303932363136323735393535333720202020202020202020202020; asc D1809261627595537             ; (total 32 bytes);
6: len 5; hex 99a0f506fb; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f506fb; asc      ;;
17: len 5; hex 99a0f506fb; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 80 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 393731613439636535303264343433313965326538613165373339643233; asc 971a49ce502d44319e2e8a1e739d23; (total 32 bytes);
1: len 6; hex 0000001229ef; asc     ) ;;
2: len 7; hex ee0000023b0110; asc     ;  ;;
3: SQL NULL;
4: len 30; hex 643364396235333231613662343536366231633337363534386266313164; asc d3d9b5321a6b4566b1c376548bf11d; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3620202020202020202020202020202020; asc             -6                ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000003; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 81 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383464653838333764613662346132353965343636343163303763643235; asc 84de8837da6b4a259e46641c07cd25; (total 32 bytes);
1: len 6; hex 0000001145a8; asc     E ;;
2: len 7; hex d900008024018b; asc     $  ;;
3: len 30; hex 316539356266366666356531343039646138303565373761373031323565; asc 1e95bf6ff5e1409da805e77a70125e; (total 32 bytes);
4: len 30; hex 306362306535613031393437343530356138663335313834353939343035; asc 0cb0e5a019474505a8f35184599405; (total 32 bytes);
5: len 30; hex 443138303932363134303734323936323020202020202020202020202020; asc D1809261407429620             ; (total 32 bytes);
6: len 5; hex 99a0f4e1ea; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 80013880; asc   8 ;;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e1ea; asc      ;;
17: len 5; hex 99a0f4e1ea; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 82 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383535353632323737326436343932666132353064633663383436363865; asc 8555622772d6492fa250dc6c84668e; (total 32 bytes);
1: len 6; hex 000000115847; asc     XG;;
2: len 7; hex cf00008022018b; asc     "  ;;
3: len 30; hex 396238343436353536613466343536386234386433653539653936356532; asc 9b8446556a4f4568b48d3e59e965e2; (total 32 bytes);
4: len 30; hex 663639643764303331353933343464636264353065653031613936663131; asc f69d7d03159344dcbd50ee01a96f11; (total 32 bytes);
5: len 30; hex 443138303932363137343633313435323920202020202020202020202020; asc D1809261746314529             ; (total 32 bytes);
6: len 5; hex 99a0f51b9f; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f51b9f; asc      ;;
17: len 5; hex 99a0f51b9f; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 83 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383535393064373939663239346535363932386236633335323964356263; asc 85590d799f294e56928b6c3529d5bc; (total 32 bytes);
1: len 6; hex 00000011473c; asc     G<;;
2: len 7; hex db00004030018b; asc    @0  ;;
3: len 30; hex 653263633232656639633266343632636231373563613532333530653465; asc e2cc22ef9c2f462cb175ca52350e4e; (total 32 bytes);
4: len 30; hex 623632636662653538326232343033396163383634376166643161393433; asc b62cfbe582b24039ac8647afd1a943; (total 32 bytes);
5: len 30; hex 443138303932363134323232333836303120202020202020202020202020; asc D1809261422238601             ; (total 32 bytes);
6: len 5; hex 99a0f4e597; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800186a0; asc     ;;
10: len 4; hex 80000007; asc     ;;
11: len 4; hex 8000077e; asc    ~;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e597; asc      ;;
17: len 5; hex 99a0f4e597; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 84 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 396130356437633732663631343436393939616564336461646461653365; asc 9a05d7c72f61446999aed3daddae3e; (total 32 bytes);
1: len 6; hex 000000122a20; asc     * ;;
2: len 7; hex bf000040130110; asc    @   ;;
3: SQL NULL;
4: len 30; hex 373561333636393535353032343564386236633334396330386639363136; asc 75a36695550245d8b6c349c08f9616; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3133202020202020202020202020202020; asc             -13               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000005; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 85 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383566626534396430363865343936306265613165616335383664373533; asc 85fbe49d068e4960bea1eac586d753; (total 32 bytes);
1: len 6; hex 00000011585b; asc     X[;;
2: len 7; hex dd000001ed018b; asc        ;;
3: len 30; hex 363861383863613862613161343331386236373063383763626362386263; asc 68a88ca8ba1a4318b670c87cbcb8bc; (total 32 bytes);
4: len 30; hex 323236363532333265353964343630316265386366613235666538393264; asc 22665232e59d4601be8cfa25fe892d; (total 32 bytes);
5: len 30; hex 443138303932363138303632373338383020202020202020202020202020; asc D1809261806273880             ; (total 32 bytes);
6: len 5; hex 99a0f5219b; asc    ! ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f5219b; asc    ! ;;
17: len 5; hex 99a0f5219b; asc    ! ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 86 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383631303965393365333866343731376134653165623232363037353136; asc 86109e93e38f4717a4e1eb22607516; (total 32 bytes);
1: len 6; hex 000000116632; asc     f2;;
2: len 7; hex f4000001c9018b; asc        ;;
3: len 30; hex 393761316435343033396364343739333939303039666435306363356339; asc 97a1d54039cd479399009fd50cc5c9; (total 32 bytes);
4: len 30; hex 636236343431316465616664346631366164366133336531323038623364; asc cb64411deafd4f16ad6a33e1208b3d; (total 32 bytes);
5: len 30; hex 443138313030393134313834363532303720202020202020202020202020; asc D1810091418465207             ; (total 32 bytes);
6: len 5; hex 99a112e4af; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 800002ff; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e4af; asc      ;;
17: len 5; hex 99a112e4af; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 87 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383631333336316437376665346437626161636661633138336638376237; asc 8613361d77fe4d7baacfac183f87b7; (total 32 bytes);
1: len 6; hex 00000011575b; asc     W[;;
2: len 7; hex c00000c013018b; asc        ;;
3: len 30; hex 363837353165366437326534343135313839643939333261386565663439; asc 68751e6d72e4415189d9932a8eef49; (total 32 bytes);
4: len 30; hex 633939653066313730313438346130643933323830393666623438633533; asc c99e0f1701484a0d9328096fb48c53; (total 32 bytes);
5: len 30; hex 443138303932363137333735393634363720202020202020202020202020; asc D1809261737596467             ; (total 32 bytes);
6: len 5; hex 99a0f51980; asc      ;;
7: len 4; hex 800f4240; asc   B@;;
8: len 4; hex 800f4240; asc   B@;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 8000537a; asc   Sz;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f51980; asc      ;;
17: len 5; hex 99a0f51980; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 88 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383639396239613263613531343331343961336638633962336437623034; asc 8699b9a2ca5143149a3f8c9b3d7b04; (total 32 bytes);
1: len 6; hex 000000114636; asc     F6;;
2: len 7; hex b100004005018b; asc    @   ;;
3: len 30; hex 373330323030616634316663346365303833386435316537623530393664; asc 730200af41fc4ce0838d51e7b5096d; (total 32 bytes);
4: len 30; hex 363366623165373539363832343034633835353136643337373832666235; asc 63fb1e759682404c85516d37782fb5; (total 32 bytes);
5: len 30; hex 443138303932363134313031353739353020202020202020202020202020; asc D1809261410157950             ; (total 32 bytes);
6: len 5; hex 99a0f4e28f; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 80001df7; asc     ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f4e28f; asc      ;;
17: len 5; hex 99a0f4e28f; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 89 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383733383663323064326561343038326166313830386235633730646636; asc 87386c20d2ea4082af1808b5c70df6; (total 32 bytes);
1: len 6; hex 000000115cb2; asc     \ ;;
2: len 7; hex a600004021018b; asc    @!  ;;
3: len 30; hex 353331313832343337346334343231346133363437663632383762633037; asc 5311824374c44214a3647f6287bc07; (total 32 bytes);
4: len 30; hex 313765653462333431353034346166613932623934303634383330353539; asc 17ee4b3415044afa92b94064830559; (total 32 bytes);
5: len 30; hex 443138303932373130343335393739393120202020202020202020202020; asc D1809271043597991             ; (total 32 bytes);
6: len 5; hex 99a0f6aafb; asc      ;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6aafb; asc      ;;
17: len 5; hex 99a0f6aafb; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 90 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383766613763306435633631346331646266393564643064666633383133; asc 87fa7c0d5c614c1dbf95dd0dff3813; (total 32 bytes);
1: len 6; hex 000000115d11; asc     ] ;;
2: len 7; hex c400000205018b; asc        ;;
3: len 30; hex 633963356461653862303731343936613864643963363834303864643363; asc c9c5dae8b071496a8dd9c68408dd3c; (total 32 bytes);
4: len 30; hex 653035336631396630393934346431346265323766383863663361613332; asc e053f19f09944d14be27f88cf3aa32; (total 32 bytes);
5: len 30; hex 443138303932373130353234363931323520202020202020202020202020; asc D1809271052469125             ; (total 32 bytes);
6: len 5; hex 99a0f6ad2e; asc     .;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 80000859; asc    Y;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f6ad2e; asc     .;;
17: len 5; hex 99a0f6ad2e; asc     .;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 91 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383964336239633338646164343638656165353164663465656532366536; asc 89d3b9c38dad468eae51df4eee26e6; (total 32 bytes);
1: len 6; hex 000000122a1b; asc     * ;;
2: len 7; hex ba000040160110; asc    @   ;;
3: SQL NULL;
4: len 30; hex 343736393561613463333933343031386134343333303765363238633232; asc 47695aa4c3934018a443307e628c22; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3138202020202020202020202020202020; asc             -18               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000005; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 92 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 383833633638653933646330346239353839383336666561363838396561; asc 883c68e93dc04b9589836fea6889ea; (total 32 bytes);
1: len 6; hex 0000001165a9; asc     e ;;
2: len 7; hex bd0000c03e018b; asc     >  ;;
3: len 30; hex 363336376338636435643631343439613864666562393432656133646432; asc 6367c8cd5d61449a8dfeb942ea3dd2; (total 32 bytes);
4: len 30; hex 386338653361323039636433343665363834396436623064383966373736; asc 8c8e3a209cd346e6849d6b0d89f776; (total 32 bytes);
5: len 30; hex 443138313030393134313734353731333320202020202020202020202020; asc D1810091417457133             ; (total 32 bytes);
6: len 5; hex 99a112e46d; asc     m;;
7: len 4; hex 800186a0; asc     ;;
8: len 4; hex 800186a0; asc     ;;
9: len 4; hex 800222e0; asc   " ;;
10: len 4; hex 80000002; asc     ;;
11: len 4; hex 8000004d; asc    M;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a112e46d; asc     m;;
17: len 5; hex 99a112e46d; asc     m;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

Record lock, heap no 93 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 613330633337613264623561343865386134333334633963373534303835; asc a30c37a2db5a48e8a4334c9c754085; (total 32 bytes);
1: len 6; hex 0000001229d1; asc     ) ;;
2: len 7; hex d2000003120110; asc        ;;
3: SQL NULL;
4: len 30; hex 633038653331383863653837343431373964306564303630636336373237; asc c08e3188ce8744179d0ed060cc6727; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3420202020202020202020202020202020; asc             -4                ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000001; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

Record lock, heap no 94 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 386165336139383438366162343765333835306434393466336332613863; asc 8ae3a98486ab47e3850d494f3c2a8c; (total 32 bytes);
1: len 6; hex 000000114dad; asc     M ;;
2: len 7; hex e400000316018b; asc        ;;
3: len 30; hex 633566646237643739633134343238336232336562656362343430313439; asc c5fdb7d79c144283b23ebecb440149; (total 32 bytes);
4: len 30; hex 626632363333366635353935346665363833373832393130653065383739; asc bf26336f55954fe683782910e0e879; (total 32 bytes);
5: len 30; hex 443138303932363136323830353939353120202020202020202020202020; asc D1809261628059951             ; (total 32 bytes);
6: len 5; hex 99a0f50705; asc      ;;
7: len 4; hex 80989680; asc     ;;
8: len 4; hex 80989680; asc     ;;
9: len 4; hex 8001fbd0; asc     ;;
10: len 4; hex 8000003c; asc    <;;
11: len 4; hex 800342c3; asc   B ;;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: len 1; hex 81; asc  ;;
16: len 5; hex 99a0f50705; asc      ;;
17: len 5; hex 99a0f50705; asc      ;;
18: len 4; hex 800000cc; asc     ;;
19: len 1; hex 84; asc  ;;

*** (2) WAITING FOR THIS LOCK TO BE GRANTED:
RECORD LOCKS space id 2381 page no 515 n bits 128 index PRIMARY of table `tf_test_dbs`.`table_name` trx id 1190472 lock_mode X locks gap before rec insert intention waiting
Record lock, heap no 56 PHYSICAL RECORD: n_fields 20; compact format; info bits 0
0: len 30; hex 303732623437633539653034343535396261313233653162346538323538; asc 072b47c59e044559ba123e1b4e8258; (total 32 bytes);
1: len 6; hex 000000122a41; asc     *A;;
2: len 7; hex c00000c0130110; asc        ;;
3: SQL NULL;
4: len 30; hex 303962653432616163373236343864303965353331623438306233663537; asc 09be42aac72648d09e531b480b3f57; (total 32 bytes);
5: len 30; hex e6b58be8af95e7babfe7a88b2d3138202020202020202020202020202020; asc             -18               ; (total 32 bytes);
6: SQL NULL;
7: len 4; hex 80000007; asc     ;;
8: SQL NULL;
9: SQL NULL;
10: SQL NULL;
11: SQL NULL;
12: SQL NULL;
13: SQL NULL;
14: SQL NULL;
15: SQL NULL;
16: SQL NULL;
17: SQL NULL;
18: SQL NULL;
19: SQL NULL;

*** WE ROLL BACK TRANSACTION (1)
------------
TRANSACTIONS
------------
Trx id counter 1190473
Purge done for trx's n:o < 1190370 undo n:o < 0 state: running but idle
History list length 20
LIST OF TRANSACTIONS FOR EACH SESSION:
---TRANSACTION 421129036630032, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036622672, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036621752, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036620832, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036641072, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036633712, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036625432, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036624512, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036623592, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036617152, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036618072, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036630952, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036629112, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036628192, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036627272, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036626352, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036619912, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036618992, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036616232, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036615312, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036614392, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
---TRANSACTION 421129036613472, not started
0 lock struct(s), heap size 1136, 0 row lock(s)
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (read thread)
I/O thread 5 state: waiting for completed aio requests (read thread)
I/O thread 6 state: waiting for completed aio requests (write thread)
I/O thread 7 state: waiting for completed aio requests (write thread)
I/O thread 8 state: waiting for completed aio requests (write thread)
I/O thread 9 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] ,
ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
849965052 OS file reads, 73565649 OS file writes, 31166377 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 3093, seg size 3095, 7900515 merges
merged operations:
insert 24694486, delete mark 70326482, delete 527735
discarded operations:
insert 0, delete mark 0, delete 0
Hash table size 34679, node heap has 171 buffer(s)
Hash table size 34679, node heap has 3 buffer(s)
Hash table size 34679, node heap has 3 buffer(s)
Hash table size 34679, node heap has 31 buffer(s)
Hash table size 34679, node heap has 2 buffer(s)
Hash table size 34679, node heap has 2 buffer(s)
Hash table size 34679, node heap has 34 buffer(s)
Hash table size 34679, node heap has 64 buffer(s)
0.00 hash searches/s, 0.03 non-hash searches/s
---
LOG
---
Log sequence number 91778082277
Log flushed up to   91778082277
Pages flushed up to 91778082277
Last checkpoint at  91778082268
0 pending log flushes, 0 pending chkp writes
997553 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 137428992
Dictionary memory allocated 614407
Buffer pool size   8192
Free buffers       1024
Database pages     6858
Old database pages 2511
Modified db pages  0
Pending reads      0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 82685527, not young 26282156608
0.00 youngs/s, 0.00 non-youngs/s
Pages read 849957173, created 2939102, written 55312267
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
Buffer pool hit rate 1000 / 1000, young-making rate 0 / 1000 not 0 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 6858, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=1, Main thread ID=139653759854336, state: sleeping
Number of rows inserted 104951134, updated 3969255, deleted 58051655, read 95636945938
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 13839.95 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics