1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-07 17:42:39 +03:00
Files
mariadb/mysql-test/r
unknown 0574bc894b Fix LP BUG#680058
Analysis:
The send_data method of the result sink class used to collect
data statistics about materialized subqueries incorrectly assumed
that duplicate rows are removed prior to calling send_data. As
a result the collected statistics was wrong, which resulted in
an incorrect maximal number of keys in the Ordered_key buffer.
  
Solution:
Try to insert each row into the materialized temp table before
collecting statistics, and if the insertion results in a duplicate
row, do not count the current row.
2010-11-25 00:34:50 +02:00
..
2009-02-10 16:27:35 +03:00
2009-08-20 14:30:59 +02:00
2010-02-25 23:13:11 +04:00
2010-01-15 17:27:55 +02:00
2010-04-06 20:36:06 +02:00
2010-03-20 15:01:47 +03:00
2010-03-09 16:09:32 +01:00
2009-12-22 15:33:21 +03:00
2009-08-10 15:46:20 -03:00
2010-05-26 21:55:40 +03:00
2010-01-15 17:27:55 +02:00
2010-10-10 17:18:11 +03:00
2009-06-01 16:00:38 +04:00
2010-10-28 19:04:23 +02:00
2010-10-10 17:18:11 +03:00
2010-08-27 17:12:44 +03:00
2010-10-19 15:58:35 +02:00
2010-09-11 20:43:48 +02:00
2010-10-10 17:18:11 +03:00
2010-10-28 19:04:23 +02:00
2009-02-03 14:45:17 +01:00
2009-12-08 23:47:54 +02:00
2010-09-11 20:43:48 +02:00
2009-12-22 15:33:21 +03:00
2010-01-15 16:58:25 +01:00
2010-10-10 17:18:11 +03:00
2010-10-19 15:58:35 +02:00
2010-03-06 11:14:55 -08:00
2010-10-28 19:04:23 +02:00
2010-11-02 10:12:29 +01:00
2010-09-06 02:15:34 +03:00
2010-11-02 10:07:46 -07:00
2010-11-05 12:37:51 +02:00
2009-10-28 09:52:34 +02:00
2010-06-26 14:05:41 +04:00
2010-09-06 02:15:34 +03:00
2009-12-17 12:06:36 -08:00
2009-10-04 01:20:51 +02:00
2010-09-06 02:15:34 +03:00
2009-02-19 18:22:28 +01:00
2010-09-20 15:17:59 +02:00
2010-10-19 15:58:35 +02:00
2009-11-06 17:54:19 +03:00
2009-02-03 14:45:17 +01:00
2010-03-12 11:52:38 +01:00
2009-06-10 01:11:33 +04:00
2009-10-27 14:09:36 +04:00
2010-06-26 14:05:41 +04:00
2010-10-28 19:04:23 +02:00
2009-06-09 17:08:46 +02:00
2010-10-14 01:48:03 +04:00
2010-06-01 21:52:20 +02:00
2009-11-27 18:10:28 +02:00
2010-06-26 14:05:41 +04:00
2009-06-10 11:58:36 +03:00
2010-10-28 19:04:23 +02:00
2010-10-25 23:48:43 +03:00
2009-02-09 22:00:15 +01:00
2010-10-10 17:18:11 +03:00
2010-07-13 07:34:14 -07:00
2009-02-19 18:24:25 -05:00
2010-10-19 15:58:35 +02:00
2009-02-14 20:14:10 +03:00
2010-06-26 14:05:41 +04:00
2010-09-20 15:17:59 +02:00
2010-08-13 14:18:46 +03:00
2009-10-04 01:20:51 +02:00
2010-08-02 12:01:24 +03:00
2010-10-10 17:18:11 +03:00