1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/t
Sergei Petrunia a63ceaeab1 MDEV-10389: Query returns different results on a debug vs non-debug build
The problem was caused by a merged semi-join, which contained a non-merged
semi-join, which used references to the top-level query in the left_expr.

When moving non-merged semi-join from the subquery to its parent, do not
forget to call fix_after_pullout for its Item_subselect. We need to do
that specifically, because non-merged semi-joins do not have their
IN-equality in the WHERE clause at this stage.
2016-07-27 17:06:29 +03:00
..
2015-06-02 22:07:47 +02:00
2015-11-19 15:52:14 +01:00
2015-06-02 22:07:47 +02:00
2015-05-04 22:00:24 +02:00
2016-06-28 22:01:55 +02:00
2016-05-04 15:23:26 +02:00
2016-02-23 21:35:05 +01:00
2016-05-30 16:56:29 +04:00
2016-05-30 16:56:29 +04:00
2016-06-28 22:01:55 +02:00
2016-05-30 16:56:29 +04:00
2016-05-30 16:56:29 +04:00
2016-05-30 16:56:29 +04:00
2016-02-23 21:35:05 +01:00
2016-06-28 22:01:55 +02:00
2016-05-04 15:23:26 +02:00
2016-03-21 13:02:53 +01:00
2014-09-11 16:42:54 +02:00
2014-05-09 12:35:11 +02:00
2015-10-12 00:37:58 +02:00
2016-06-28 22:01:55 +02:00
2016-05-04 15:23:26 +02:00
2015-10-12 00:37:58 +02:00
2015-05-04 22:00:24 +02:00
2016-06-28 22:01:55 +02:00
2014-10-15 22:42:08 +02:00
2014-10-29 15:20:46 +03:00
2014-06-03 09:55:08 +02:00
2016-06-21 14:11:02 +02:00
2015-01-21 12:03:02 +01:00
2015-05-04 22:00:24 +02:00
2014-08-02 21:26:16 +02:00
2016-03-21 13:02:53 +01:00
2015-06-11 20:20:35 +02:00
2014-06-06 00:07:27 +02:00
2016-03-21 13:02:53 +01:00
2016-07-13 12:09:59 +02:00
2014-04-23 17:01:35 +02:00
2016-06-28 22:01:55 +02:00
2016-07-13 12:09:59 +02:00
2015-06-16 23:55:56 +02:00
2015-05-08 11:20:43 +02:00
2015-11-19 15:52:14 +01:00
2014-09-16 14:03:17 +02:00
2016-07-13 12:09:59 +02:00
2016-06-28 22:01:55 +02:00
2015-10-06 22:11:39 +02:00
2015-11-18 22:03:02 +01:00
2016-02-23 21:35:05 +01:00
2015-09-23 20:59:54 +04:00