mariadb/storage/maria
unknown 0c0e1f2e35 BUG#39249 Maria:query cache returns out of date results
BUG#41098 Query Cache returns wrong result with concurent insert

BUILD/SETUP.sh:
  test build without query cache setup
BUILD/compile-pentium-debug-max-no-qc:
  test build without query cache
sql/mysql_priv.h:
  removed double declaration
storage/maria/ha_maria.cc:
  query cache invalidation fixed
storage/maria/ma_state.c:
  query cache invalidation fixed
storage/maria/maria_def.h:
  last transaction ID added
  invalidation fixed
storage/myisam/ha_myisam.cc:
  invalidation fixed
storage/myisam/mi_locking.c:
  invalidation fixed
storage/myisam/myisamdef.h:
  invalidation fixed
2009-10-06 09:57:22 +03:00
..
unittest post-review fixes 2009-01-15 22:27:36 +01:00
CMakeLists.txt
file_formats.txt
ft_maria.c
ha_maria.cc BUG#39249 Maria:query cache returns out of date results 2009-10-06 09:57:22 +03:00
ha_maria.h
lockman.c
lockman.h
ma_bitmap.c Merge with base MySQL-5.1-maria 2009-01-12 13:12:00 +02:00
ma_blockrec.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_blockrec.h Callers of translog_deassign_id_from_share() need intern_lock. 2009-02-09 22:52:42 +01:00
ma_cache.c
ma_changed.c
ma_check.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_check_standalone.h
ma_checkpoint.c Comments. Take bitmap mutex lock when changing bitmap.changed. 2009-02-09 22:02:04 +01:00
ma_checkpoint.h
ma_checksum.c
ma_close.c merge 2009-02-06 00:38:30 +02:00
ma_commit.c post-review fixes 2009-01-15 22:27:36 +01:00
ma_commit.h
ma_control_file.c
ma_control_file.h
ma_create.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_dbug.c Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_delete.c Merge with base MySQL-5.1-maria 2009-01-12 13:12:00 +02:00
ma_delete_all.c merge 2009-02-06 00:38:30 +02:00
ma_delete_table.c Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_dynrec.c Code cleanup: 2009-01-09 06:23:25 +02:00
ma_extra.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_ft_boolean_search.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c Code cleanup: 2009-01-09 06:23:25 +02:00
ma_ft_parser.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_ft_stem.c
ma_ft_test1.c
ma_ft_test1.h
ma_ft_update.c Merge with mysql-maria 2009-01-30 23:55:42 +02:00
ma_ftdefs.h Merge of MyISAM changes done in 5.1-main, into Maria 2009-02-12 18:51:00 +01:00
ma_fulltext.h Merge with mysql-maria 2009-01-30 23:55:42 +02:00
ma_info.c
ma_init.c
ma_key.c
ma_key_recover.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_key_recover.h
ma_keycache.c
ma_locking.c Callers of translog_deassign_id_from_share() need intern_lock. 2009-02-09 22:52:42 +01:00
ma_loghandler.c Fixed problems in merge 2009-05-19 12:28:05 +03:00
ma_loghandler.h Log queries to maria_log if compiled with EXTRA_DEBUG 2009-01-16 00:25:53 +02:00
ma_loghandler_lsn.h
ma_open.c Changed default thread stack to 288K to get better memory missalignment between stacks of different threads (should speed up things) and to get a bit extra safety. 2009-06-30 15:01:29 +03:00
ma_packrec.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_page.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_pagecache.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
ma_pagecache.h
ma_pagecaches.c
ma_pagecrc.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_panic.c
ma_preload.c Merge with base MySQL-5.1-maria 2009-01-12 13:12:00 +02:00
ma_range.c
ma_recovery.c In maria_recovery.trace we can see the Query which generated this record, but this printed too much 2009-03-05 17:47:31 +01:00
ma_recovery.h
ma_recovery_util.c
ma_recovery_util.h
ma_rename.c Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_rfirst.c
ma_rkey.c
ma_rlast.c
ma_rnext.c
ma_rnext_same.c Code cleanup: 2009-01-09 06:23:25 +02:00
ma_rprev.c
ma_rrnd.c
ma_rsame.c
ma_rsamepos.c
ma_rt_index.c Fix ha_maria to compile on Windows 2009-09-06 19:49:40 +04:00
ma_rt_index.h
ma_rt_key.c
ma_rt_key.h
ma_rt_mbr.c
ma_rt_mbr.h
ma_rt_split.c
ma_rt_test.c
ma_scan.c
ma_search.c We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
ma_sort.c Code cleanup: 2009-01-09 06:23:25 +02:00
ma_sp_defs.h
ma_sp_key.c
ma_sp_test.c
ma_state.c BUG#39249 Maria:query cache returns out of date results 2009-10-06 09:57:22 +03:00
ma_state.h Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test: 2008-12-22 02:17:37 +02:00
ma_static.c
ma_statrec.c Code cleanup: 2009-01-09 06:23:25 +02:00
ma_test1.c
ma_test2.c Merge with base MySQL-5.1-maria 2009-01-12 13:12:00 +02:00
ma_test3.c
ma_test_all.res
ma_test_all.sh
ma_test_big.sh
ma_test_force_start.pl Fix for BUG#42180 "Maria: maria-recovery-bitmap.test fails repeatedly" 2009-03-05 14:46:45 +01:00
ma_test_recovery
ma_unique.c
ma_update.c
ma_write.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
Makefile.am
maria_chk.c bzr merge from guilhem's maria tree to our local 5.1 2009-04-25 12:04:38 +03:00
maria_def.h BUG#39249 Maria:query cache returns out of date results 2009-10-06 09:57:22 +03:00
maria_ftdump.c
maria_pack.c Merge with mysql-maria tree 2009-02-19 11:01:25 +02:00
maria_read_log.c Fixed bugs found by pushbuild 2008-12-27 04:05:16 +02:00
maria_rename.sh
plug.in Merge fixes. 2009-05-12 09:44:01 +03:00
tablockman.c
tablockman.h
test_pack
trnman.c Fix for BUG#42180 "Maria: maria-recovery-bitmap.test fails repeatedly" 2009-03-05 14:46:45 +01:00
trnman.h merged 2009-01-16 17:18:17 +01:00
trnman_public.h merged 2009-01-16 17:18:17 +01:00