1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-22 19:52:58 +03:00
Files
mariadb/mysql-test/t
holyfoot/hf@mysql.com/deer.(none) 3fd278c9d3 bug #24186 (nested query across partitions returns fewer records)
Subselect's engine checks table->status field to determine if the
record was properly found when we use keyread upon the table.
Partition engine checks all the partitions for given key
before return. So if matching record was found in the first
partition and no matching records were found in the second, 
we have table->status == NOT_FOUND after the function, what
makes subselects to skip matching records.
The patch adds table->status= 0 if we actually found something.
2007-01-12 15:46:20 +04:00
..
2007-01-09 12:55:11 +04:00
2006-11-20 22:42:06 +02:00
2007-01-05 14:02:50 +02:00
2006-12-07 13:57:39 +01:00
2006-11-02 13:51:43 +01:00
2006-12-12 19:39:45 -05:00
2006-11-20 22:42:06 +02:00
2006-11-28 05:43:30 +02:00
2006-11-15 10:23:27 +01:00
2006-12-08 15:49:43 +04:00
2006-11-15 10:23:27 +01:00
2006-11-02 13:51:43 +01:00
2006-09-29 01:36:17 +05:00
2006-12-18 09:46:44 +03:00
2006-12-17 23:08:04 +03:00
2006-12-18 12:52:59 +03:00
2006-12-17 23:08:04 +03:00
2006-12-17 23:08:04 +03:00
2006-11-20 22:42:06 +02:00
2006-11-03 13:08:53 +04:00
2006-11-15 10:23:27 +01:00
2006-09-21 14:19:17 +02:00
2006-10-05 00:36:03 +02:00
2006-09-21 00:59:48 +02:00
2006-11-22 14:11:36 +02:00
2006-11-20 22:42:06 +02:00
2006-11-22 14:11:36 +02:00
2006-12-11 11:44:03 -05:00
2006-12-11 11:44:03 -05:00
2006-12-11 11:44:03 -05:00
2006-12-04 14:26:05 +02:00
2006-10-05 12:41:26 +02:00