mariadb/storage
Nayuta Yanagisawa dbd562787a MDEV-24343 Spider Left join failed Unknown column 't0.ID' in 'on clause'
The Spider mixes the comma join with other join types, and thus
ERROR 1054 occurs. This is well-known issue caused by the higher
precedence of JOIN over the comma (,).

We can fix the problem simply by using JOINs instead of commas.
2022-06-28 05:23:14 +09:00
..
archive
blackhole
cassandra
connect Merge 10.3 into 10.4 2022-06-27 10:14:37 +03:00
csv
example
federated
federatedx Merge 10.3 into 10.4 2022-04-06 08:59:09 +03:00
heap
innobase Merge 10.3 into 10.4 2022-06-27 16:16:20 +03:00
maria Merge 10.3 into 10.4 2022-06-02 16:34:17 +03:00
mroonga
myisam
myisammrg
oqgraph
perfschema
rocksdb Merge branch '10.3' into 10.4 2022-05-18 01:25:30 +02:00
sequence
sphinx
spider MDEV-24343 Spider Left join failed Unknown column 't0.ID' in 'on clause' 2022-06-28 05:23:14 +09:00
test_sql_discovery
tokudb Merge 10.3 into 10.4 2022-06-27 10:14:37 +03:00