1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge MWL#121-125 DS-MRR improvements

- Address Monty's review feedback, part 1
This commit is contained in:
Sergey Petrunya
2010-11-22 17:08:22 +03:00
parent c635eb3319
commit 2ec43747f5
5 changed files with 28 additions and 26 deletions

View File

@ -586,7 +586,6 @@ if (`select @@join_cache_level=6`)
--echo # Not anymore:
--echo # The following query gives wrong result due to Bug#49129
}
select * from t0 where t0.a in
(select t1.a from t1, t2 where t2.a=t0.a and t1.b=t2.b);