|
816 | 816 | "Sharded": false
|
817 | 817 | },
|
818 | 818 | "FieldQuery": "select 1 from u_tbl2 left join u_tbl1 on u_tbl1.col1 = cast(u_tbl2.col1 + 'bar' as CHAR) where 1 != 1",
|
819 |
| - "Query": "select 1 from u_tbl2 left join u_tbl1 on u_tbl1.col1 = cast(u_tbl2.col1 + 'bar' as CHAR) where cast(u_tbl2.col1 + 'bar' as CHAR) is not null and not (u_tbl2.col2) <=> (cast(u_tbl2.col1 + 'bar' as CHAR)) and u_tbl2.id = 1 and u_tbl1.col1 is null limit 1 for share", |
| 819 | + "Query": "select 1 from u_tbl2 left join u_tbl1 on u_tbl1.col1 = cast(u_tbl2.col1 + 'bar' as CHAR) where u_tbl1.col1 is null and cast(u_tbl2.col1 + 'bar' as CHAR) is not null and not (u_tbl2.col2) <=> (cast(u_tbl2.col1 + 'bar' as CHAR)) and u_tbl2.id = 1 limit 1 for share", |
820 | 820 | "Table": "u_tbl1, u_tbl2"
|
821 | 821 | },
|
822 | 822 | {
|
|
1523 | 1523 | "Sharded": false
|
1524 | 1524 | },
|
1525 | 1525 | "FieldQuery": "select 1 from u_tbl8 left join u_tbl9 on u_tbl9.col9 = cast('foo' as CHAR) where 1 != 1",
|
1526 |
| - "Query": "select 1 from u_tbl8 left join u_tbl9 on u_tbl9.col9 = cast('foo' as CHAR) where not (u_tbl8.col8) <=> (cast('foo' as CHAR)) and (u_tbl8.col8) in ::fkc_vals and u_tbl9.col9 is null limit 1 for share nowait", |
| 1526 | + "Query": "select 1 from u_tbl8 left join u_tbl9 on u_tbl9.col9 = cast('foo' as CHAR) where u_tbl9.col9 is null and cast('foo' as CHAR) is not null and not (u_tbl8.col8) <=> (cast('foo' as CHAR)) and (u_tbl8.col8) in ::fkc_vals limit 1 for share nowait", |
1527 | 1527 | "Table": "u_tbl8, u_tbl9"
|
1528 | 1528 | },
|
1529 | 1529 | {
|
|
1599 | 1599 | "Sharded": false
|
1600 | 1600 | },
|
1601 | 1601 | "FieldQuery": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast('foo' as CHAR) where 1 != 1",
|
1602 |
| - "Query": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast('foo' as CHAR) where not (u_tbl4.col4) <=> (cast('foo' as CHAR)) and (u_tbl4.col4) in ::fkc_vals and u_tbl3.col3 is null limit 1 for share", |
| 1602 | + "Query": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast('foo' as CHAR) where u_tbl3.col3 is null and cast('foo' as CHAR) is not null and not (u_tbl4.col4) <=> (cast('foo' as CHAR)) and (u_tbl4.col4) in ::fkc_vals limit 1 for share", |
1603 | 1603 | "Table": "u_tbl3, u_tbl4"
|
1604 | 1604 | },
|
1605 | 1605 | {
|
|
1611 | 1611 | "Sharded": false
|
1612 | 1612 | },
|
1613 | 1613 | "FieldQuery": "select 1 from u_tbl4, u_tbl9 where 1 != 1",
|
1614 |
| - "Query": "select 1 from u_tbl4, u_tbl9 where (u_tbl4.col4) in ::fkc_vals and (u_tbl9.col9) not in ((cast('foo' as CHAR))) and u_tbl4.col4 = u_tbl9.col9 limit 1 for share", |
| 1614 | + "Query": "select 1 from u_tbl4, u_tbl9 where u_tbl4.col4 = u_tbl9.col9 and (u_tbl4.col4) in ::fkc_vals and (cast('foo' as CHAR) is null or (u_tbl9.col9) not in ((cast('foo' as CHAR)))) and u_tbl4.col4 = u_tbl9.col9 and (u_tbl4.col4) in ::fkc_vals and (cast('foo' as CHAR) is null or (u_tbl9.col9) not in ((cast('foo' as CHAR)))) limit 1 for share", |
1615 | 1615 | "Table": "u_tbl4, u_tbl9"
|
1616 | 1616 | },
|
1617 | 1617 | {
|
|
1688 | 1688 | "Sharded": false
|
1689 | 1689 | },
|
1690 | 1690 | "FieldQuery": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast(:v1 as CHAR) where 1 != 1",
|
1691 |
| - "Query": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast(:v1 as CHAR) where not (u_tbl4.col4) <=> (cast(:v1 as CHAR)) and (u_tbl4.col4) in ::fkc_vals and cast(:v1 as CHAR) is not null and u_tbl3.col3 is null limit 1 for share", |
| 1691 | + "Query": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast(:v1 as CHAR) where u_tbl3.col3 is null and cast(:v1 as CHAR) is not null and not (u_tbl4.col4) <=> (cast(:v1 as CHAR)) and (u_tbl4.col4) in ::fkc_vals limit 1 for share", |
1692 | 1692 | "Table": "u_tbl3, u_tbl4"
|
1693 | 1693 | },
|
1694 | 1694 | {
|
|
1700 | 1700 | "Sharded": false
|
1701 | 1701 | },
|
1702 | 1702 | "FieldQuery": "select 1 from u_tbl4, u_tbl9 where 1 != 1",
|
1703 |
| - "Query": "select 1 from u_tbl4, u_tbl9 where (u_tbl4.col4) in ::fkc_vals and (cast(:v1 as CHAR) is null or (u_tbl9.col9) not in ((cast(:v1 as CHAR)))) and u_tbl4.col4 = u_tbl9.col9 limit 1 for share", |
| 1703 | + "Query": "select 1 from u_tbl4, u_tbl9 where u_tbl4.col4 = u_tbl9.col9 and (u_tbl4.col4) in ::fkc_vals and (cast(:v1 as CHAR) is null or (u_tbl9.col9) not in ((cast(:v1 as CHAR)))) and u_tbl4.col4 = u_tbl9.col9 and (u_tbl4.col4) in ::fkc_vals and (cast(:v1 as CHAR) is null or (u_tbl9.col9) not in ((cast(:v1 as CHAR)))) limit 1 for share", |
1704 | 1704 | "Table": "u_tbl4, u_tbl9"
|
1705 | 1705 | },
|
1706 | 1706 | {
|
|
2362 | 2362 | "Sharded": false
|
2363 | 2363 | },
|
2364 | 2364 | "FieldQuery": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast(:fkc_upd as CHAR) where 1 != 1",
|
2365 |
| - "Query": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast(:fkc_upd as CHAR) where not (u_tbl4.col4) <=> (cast(:fkc_upd as CHAR)) and (u_tbl4.col4) in ::fkc_vals and cast(:fkc_upd as CHAR) is not null and u_tbl3.col3 is null limit 1 for share", |
| 2365 | + "Query": "select 1 from u_tbl4 left join u_tbl3 on u_tbl3.col3 = cast(:fkc_upd as CHAR) where u_tbl3.col3 is null and cast(:fkc_upd as CHAR) is not null and not (u_tbl4.col4) <=> (cast(:fkc_upd as CHAR)) and (u_tbl4.col4) in ::fkc_vals limit 1 for share", |
2366 | 2366 | "Table": "u_tbl3, u_tbl4"
|
2367 | 2367 | },
|
2368 | 2368 | {
|
|
2374 | 2374 | "Sharded": false
|
2375 | 2375 | },
|
2376 | 2376 | "FieldQuery": "select 1 from u_tbl4, u_tbl9 where 1 != 1",
|
2377 |
| - "Query": "select 1 from u_tbl4, u_tbl9 where (u_tbl4.col4) in ::fkc_vals and (cast(:fkc_upd as CHAR) is null or (u_tbl9.col9) not in ((cast(:fkc_upd as CHAR)))) and u_tbl4.col4 = u_tbl9.col9 limit 1 for share", |
| 2377 | + "Query": "select 1 from u_tbl4, u_tbl9 where u_tbl4.col4 = u_tbl9.col9 and (u_tbl4.col4) in ::fkc_vals and (cast(:fkc_upd as CHAR) is null or (u_tbl9.col9) not in ((cast(:fkc_upd as CHAR)))) and u_tbl4.col4 = u_tbl9.col9 and (u_tbl4.col4) in ::fkc_vals and (cast(:fkc_upd as CHAR) is null or (u_tbl9.col9) not in ((cast(:fkc_upd as CHAR)))) limit 1 for share", |
2378 | 2378 | "Table": "u_tbl4, u_tbl9"
|
2379 | 2379 | },
|
2380 | 2380 | {
|
|
2537 | 2537 | "Sharded": false
|
2538 | 2538 | },
|
2539 | 2539 | "FieldQuery": "select 1 from u_multicol_tbl2 left join u_multicol_tbl1 on u_multicol_tbl1.cola = 2 and u_multicol_tbl1.colb = u_multicol_tbl2.colc - 2 where 1 != 1",
|
2540 |
| - "Query": "select 1 from u_multicol_tbl2 left join u_multicol_tbl1 on u_multicol_tbl1.cola = 2 and u_multicol_tbl1.colb = u_multicol_tbl2.colc - 2 where u_multicol_tbl2.colc - 2 is not null and not (u_multicol_tbl2.cola, u_multicol_tbl2.colb) <=> (2, u_multicol_tbl2.colc - 2) and u_multicol_tbl2.id = 7 and u_multicol_tbl1.cola is null and u_multicol_tbl1.colb is null limit 1 for share", |
| 2540 | + "Query": "select 1 from u_multicol_tbl2 left join u_multicol_tbl1 on u_multicol_tbl1.cola = 2 and u_multicol_tbl1.colb = u_multicol_tbl2.colc - 2 where u_multicol_tbl1.cola is null and 2 is not null and u_multicol_tbl1.colb is null and u_multicol_tbl2.colc - 2 is not null and not (u_multicol_tbl2.cola, u_multicol_tbl2.colb) <=> (2, u_multicol_tbl2.colc - 2) and u_multicol_tbl2.id = 7 limit 1 for share", |
2541 | 2541 | "Table": "u_multicol_tbl1, u_multicol_tbl2"
|
2542 | 2542 | },
|
2543 | 2543 | {
|
|
3139 | 3139 | "Sharded": false
|
3140 | 3140 | },
|
3141 | 3141 | "FieldQuery": "select u_tbl6.col6 from u_tbl6 as u, u_tbl5 as m where 1 != 1",
|
3142 |
| - "Query": "select u_tbl6.col6 from u_tbl6 as u, u_tbl5 as m where u.col2 = 4 and m.col3 = 6 and u.col = m.col for update", |
| 3142 | + "Query": "select u_tbl6.col6 from u_tbl6 as u, u_tbl5 as m where u.col = m.col and u.col2 = 4 and m.col3 = 6 and u.col = m.col and u.col2 = 4 and m.col3 = 6 for update", |
3143 | 3143 | "Table": "u_tbl5, u_tbl6"
|
3144 | 3144 | },
|
3145 | 3145 | {
|
|
3197 | 3197 | "Sharded": false
|
3198 | 3198 | },
|
3199 | 3199 | "FieldQuery": "select u_tbl10.col from u_tbl10, u_tbl11 where 1 != 1",
|
3200 |
| - "Query": "select u_tbl10.col from u_tbl10, u_tbl11 where u_tbl10.id = 5 and u_tbl10.id = u_tbl11.id for update", |
| 3200 | + "Query": "select u_tbl10.col from u_tbl10, u_tbl11 where u_tbl10.id = u_tbl11.id and u_tbl10.id = 5 and u_tbl10.id = u_tbl11.id and u_tbl10.id = 5 for update", |
3201 | 3201 | "Table": "u_tbl10, u_tbl11"
|
3202 | 3202 | },
|
3203 | 3203 | {
|
|
3254 | 3254 | "Sharded": false
|
3255 | 3255 | },
|
3256 | 3256 | "FieldQuery": "select u_tbl1.col1 from u_tbl10, u_tbl1 where 1 != 1",
|
3257 |
| - "Query": "select u_tbl1.col1 from u_tbl10, u_tbl1 where u_tbl10.col = u_tbl1.col for update", |
| 3257 | + "Query": "select u_tbl1.col1 from u_tbl10, u_tbl1 where u_tbl10.col = u_tbl1.col and u_tbl10.col = u_tbl1.col for update", |
3258 | 3258 | "Table": "u_tbl1, u_tbl10"
|
3259 | 3259 | },
|
3260 | 3260 | {
|
|
0 commit comments