1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-05 01:43:31 +03:00
Files
mariadb/sql
Alexey Kopytov f161723821 Bug #46159: simple query that never returns
The external 'for' loop in remove_dup_with_compare() handled 
HA_ERR_RECORD_DELETED by just starting over without advancing 
to the next record which caused an infinite loop. 
 
This condition could be triggered on certain data by a SELECT 
query containing DISTINCT, GROUP BY and HAVING clauses. 

Fixed remove_dup_with_compare() so that we always advance to 
the next record when receiving HA_ERR_RECORD_DELETED from 
rnd_next().
2009-09-06 00:42:17 +04:00
..
2009-07-24 21:04:55 +05:00
2009-01-05 18:10:20 +02:00
2009-08-17 17:14:51 +03:00
2008-12-12 15:13:11 +04:00
2009-06-01 16:00:38 +04:00
2009-02-07 16:50:31 +01:00
2009-07-31 15:28:15 -04:00
2008-11-27 12:33:04 +01:00
2008-06-17 17:57:04 +05:30
2009-08-11 11:29:07 -03:00
2009-07-28 22:44:28 +04:00
2008-11-22 01:10:38 +01:00
2008-11-22 01:10:38 +01:00
2009-08-27 10:46:35 +03:00
2008-08-25 21:18:22 +04:00
2009-06-09 18:44:26 +02:00
2009-06-01 16:00:38 +04:00
2008-07-15 21:46:02 +04:00
2009-04-29 07:59:10 +05:00
2008-07-03 23:41:22 +04:00
2008-07-03 23:41:22 +04:00
2009-04-29 07:59:10 +05:00
2009-04-29 07:59:10 +05:00
2009-04-29 07:59:10 +05:00
2008-01-23 13:26:41 -07:00
2009-06-17 16:56:44 +02:00
2009-06-17 16:56:44 +02:00
2009-07-16 16:17:47 +03:00
2008-12-10 18:16:21 +04:00
2009-06-17 16:56:44 +02:00
2009-08-10 15:46:20 -03:00
2009-08-10 15:46:20 -03:00
2009-07-24 21:04:55 +05:00
2009-07-16 16:17:47 +03:00
2009-06-17 16:56:44 +02:00
2009-01-14 18:50:51 +04:00
2009-05-15 12:11:07 +05:00
2009-08-20 14:30:59 +02:00
2009-08-27 15:59:25 +05:00
2009-08-12 11:46:08 +02:00
2009-06-29 16:00:47 +02:00
2009-06-17 16:56:44 +02:00
2009-06-17 16:56:44 +02:00
2009-06-17 16:56:44 +02:00
2009-05-04 22:33:23 +02:00
2009-07-31 15:28:15 -04:00