1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/r
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
..
2014-05-09 12:35:11 +02:00
2016-05-04 15:23:26 +02:00
2015-05-04 22:00:24 +02:00
2015-05-03 11:51:22 +02:00
2016-05-04 15:23:26 +02:00
2014-02-25 16:04:35 +01:00
2016-05-27 18:25:14 +02:00
2016-02-23 21:35:05 +01:00
2015-09-03 12:58:41 +02:00
2016-05-30 16:56:29 +04:00
2016-05-04 15:23:26 +02:00
2016-02-23 21:35:05 +01:00
2016-06-28 22:01:55 +02:00
2016-03-21 11:54:45 +01:00
2014-03-16 19:21:37 +01:00
2014-09-11 16:42:54 +02:00
2015-01-21 12:03:02 +01:00
2015-12-13 00:10:40 +01: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
2016-02-23 21:35:05 +01:00
2015-05-04 22:00:24 +02:00
2016-06-28 22:01:55 +02:00
2014-09-12 16:51:41 +02:00
2014-02-27 13:54:05 -08:00
2016-06-21 14:11:02 +02:00
2015-05-04 22:00:24 +02:00
2014-02-01 00:54:03 +01:00
2014-06-06 00:07:27 +02:00
2016-05-04 20:28:20 +02:00
2016-03-21 13:02:53 +01:00
2016-06-02 15:19:52 +03: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-06-02 15:19:52 +03:00
2014-09-16 14:03:17 +02:00
2015-08-04 23:40:25 +02:00
2015-05-04 22:00:24 +02:00
2016-02-23 21:35:05 +01:00
2016-07-13 12:09:59 +02:00
2016-06-28 22:01:55 +02:00
2014-02-14 14:09:29 +01:00
2015-10-06 22:11:39 +02:00
2015-11-18 22:03:02 +01:00
2014-03-16 13:59:44 +01:00
2016-06-28 22:01:55 +02:00