1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-21 08:47:42 +03:00
Files
mariadb/mysql-test/r
unknown ed9474993d Bug #27792 query cache returns wrong result, with certain system variables
- Queries in the query cache are identified by the individual 
   characters in the query statement, the current database and 
   the current environment expressed as a set of system variable
   flags.
 - Since the set of environment flags didn't properly describe the
   current environment unexpected results were returned from the 
   query cache.
 - Query cache is now cleared when the variable ft_boolean_syntax is 
   updated.
 - An identification flag for the variable default_week_format is 
   added to the query cache record.
 
Thanks to Martin Friebe who has supplied significant parts of this patch.


mysql-test/r/query_cache.result:
  Added test case
mysql-test/t/query_cache.test:
  Added test case
sql/mysql_priv.h:
  - Added missing flags to reflect the significant local environment
    settings of the cached query.
sql/set_var.cc:
  - Added query cache flush when system variable ft_boolean_syntax is
    updated since this also invalidates all cached result sets using this
    variable.
sql/sql_cache.cc:
  - Added another local system variable as an identification flag
    for cached queries.
2007-05-08 09:09:25 +02:00
..
2006-05-01 21:30:09 +03:00
2005-06-16 10:09:05 +02:00
2006-10-13 08:48:47 +02:00
2005-08-29 22:35:48 -05:00
2005-06-27 20:31:00 +03:00
2005-05-05 10:36:17 -07:00
2005-07-22 21:06:02 +05:00
2006-05-06 23:48:13 -07:00
2006-01-30 15:17:33 +03:00
2005-09-06 18:03:08 +04:00
2006-06-30 18:29:27 +03:00
2006-10-03 15:33:44 +02:00
2005-11-25 10:41:22 +01:00
2005-09-12 12:45:03 -07:00
2005-09-30 11:39:49 +02:00
2005-05-04 10:16:03 +02:00
2007-02-01 18:00:24 +04:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-04-06 12:20:55 +02:00
2005-02-28 19:59:38 +04:00
2007-02-01 18:00:24 +04:00