1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-21 08:47:42 +03:00
Files
mariadb/mysql-test/t
unknown 353b6f26b1 Bug #27531: the 4.1 fix.
When checking for applicability of join cache
we must disable its usage only if there is no
temp table in use.
When a temp table is used we can use join
cache (and it will not make the result-set 
unordered) to fill the temp table. The filesort() 
operation is then applied to the data in the temp 
table and hence is not affected by join cache
usage.
Fixed by narrowing the condition for disabling 
join cache to exclude the case where temp table
is used.


mysql-test/r/join.result:
  Bug #27531: test case
mysql-test/t/join.test:
  Bug #27531: test case
sql/sql_select.cc:
  Bug #27531: 
  Disable join cache only if not using temp table
2007-05-04 16:43:29 +03:00
..
2007-04-29 00:50:33 +05:00
2006-05-01 21:30:09 +03:00
2006-10-13 08:48:47 +02:00
2006-11-13 18:12:15 +04:00
2007-01-02 17:46:20 +04:00
2006-04-11 15:26:18 +05:00
2006-05-06 23:48:13 -07:00
2007-03-20 19:36:11 +01:00
2007-04-29 04:16:17 +05:00
2006-11-13 10:39:15 +04:00
2007-05-04 16:43:29 +03:00
2006-04-18 20:57:31 -07:00
2006-06-30 18:29:27 +03:00
2005-11-25 10:41:22 +01:00
2005-09-30 11:39:49 +02:00
2006-08-15 13:12:27 +02:00
2007-04-29 18:28:58 -07:00
2007-02-01 18:00:24 +04:00
2006-11-16 20:44:37 +04:00
2006-10-07 20:16:57 +02:00
2007-01-25 18:44:35 -08:00
2007-02-01 18:00:24 +04:00
2006-10-07 20:16:57 +02:00