Update join on associativity in some tests

This commit is contained in:
vdimir 2021-02-16 13:46:25 +03:00
parent e39215e38b
commit 3d19d0644e
No known key found for this signature in database
GPG Key ID: F57B3E10A21DBB31
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ SELECT
t2_00826.a, t2_00826.a,
t2_00826.b t2_00826.b
FROM t1_00826 FROM t1_00826
ALL INNER JOIN t2_00826 ON (a = t2_00826.a) AND (a = t2_00826.a) AND (a = t2_00826.a) AND (b = t2_00826.b) ALL INNER JOIN t2_00826 ON (((a = t2_00826.a) AND (a = t2_00826.a)) AND (a = t2_00826.a)) AND (b = t2_00826.b)
WHERE (a = t2_00826.a) AND ((a = t2_00826.a) AND ((a = t2_00826.a) AND (b = t2_00826.b))) WHERE (a = t2_00826.a) AND ((a = t2_00826.a) AND ((a = t2_00826.a) AND (b = t2_00826.b)))
cross split conjunction cross split conjunction
SELECT SELECT

View File

@ -127,7 +127,7 @@ FROM
) AS `--.s` ) AS `--.s`
CROSS JOIN t3 CROSS JOIN t3
) AS `--.s` ) AS `--.s`
ALL INNER JOIN t4 ON (a = `--t1.a`) AND (a = `--t2.a`) AND (a = `--t3.a`) ALL INNER JOIN t4 ON ((a = `--t1.a`) AND (a = `--t2.a`)) AND (a = `--t3.a`)
WHERE (a = `--t1.a`) AND (a = `--t2.a`) AND (a = `--t3.a`) WHERE (a = `--t1.a`) AND (a = `--t2.a`) AND (a = `--t3.a`)
SELECT `--t1.a` AS `t1.a` SELECT `--t1.a` AS `t1.a`
FROM FROM