mariadb/storage/maria
Michael Widenius b7158601d3 Fixed bug LP#605798 "wrong data in bitmap" after recovery.
Extend remove_function_from_trace.pl to work with many threads (patch from Sergei)


dbug/remove_function_from_trace.pl:
  Extend remove_function_from_trace.pl to work with many threads (patch from Sergei)
storage/maria/ma_bitmap.c:
  Added marker that table had changed since last checkpoint.
  This ensures that we will flush all bitmap pages from cache at checkpoint.
  This fixes bug LP#605798 "wrong data in bitmap" after recovery.
storage/maria/ma_check.c:
  Cleaned up error output
storage/maria/ma_recovery.c:
  Cleaned up error output
storage/maria/maria_def.h:
  Added changed_not_flushed
2010-09-10 02:42:12 +03:00
..
unittest Fixed valgrind errors and compiler warnings discovered by buildbot 2010-08-20 10:29:26 +03:00
CMakeLists.txt Implement an NSIS based installer 2010-06-25 15:09:45 +02:00
file_formats.txt
ft_maria.c Fixed some compiler warnings and errors in test suite found by buildbot 2010-01-27 23:53:08 +02:00
ha_maria.cc Fixed compiler failures when compiling non debug build 2010-09-07 13:59:34 +03:00
ha_maria.h Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or_tail: Assertion `0' failed on Maria engine recovery 2010-07-30 10:45:27 +03:00
lockman.c Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
lockman.h
ma_bitmap.c Fixed bug LP#605798 "wrong data in bitmap" after recovery. 2010-09-10 02:42:12 +03:00
ma_blockrec.c Write message to stderr if recovery is not likely to succeed because we don't log records for batch inserts. 2010-09-09 02:01:05 +03:00
ma_blockrec.h Fixed some bugs in the Maria storage engine 2010-06-14 01:13:32 +03:00
ma_cache.c
ma_changed.c
ma_check.c Fixed bug LP#605798 "wrong data in bitmap" after recovery. 2010-09-10 02:42:12 +03:00
ma_check_standalone.h Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
ma_checkpoint.c Trivial optimizations and cleanups 2010-08-12 20:55:00 +03:00
ma_checkpoint.h
ma_checksum.c
ma_close.c When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_commit.c post-review fixes 2009-01-15 22:27:36 +01:00
ma_commit.h
ma_control_file.c Fixed LP#605798 RQG: Table corruption after Maria engine recovery - "Wrong data in bitmap" 2010-08-11 00:58:08 +03:00
ma_control_file.h
ma_create.c Fix for compiler warnings on windows 2010-01-14 18:51:00 +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 Fixed compiler failures when compiling non debug build 2010-09-07 13:59:34 +03: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 When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_ft_boolean_search.c Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
ma_ft_eval.c
ma_ft_eval.h
ma_ft_nlq_search.c Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
ma_ft_parser.c Fixes after comments from last push: 2009-11-30 15:36:06 +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 Fixes after comments from last push: 2009-11-30 15:36:06 +02:00
ma_fulltext.h Merge with mysql-maria 2009-01-30 23:55:42 +02:00
ma_info.c
ma_init.c Fixed some bugs in the Maria storage engine 2010-06-14 01:13:32 +03:00
ma_key.c
ma_key_recover.c Write message to stderr if recovery is not likely to succeed because we don't log records for batch inserts. 2010-09-09 02:01:05 +03:00
ma_key_recover.h Fixed compiler failures when compiling non debug build 2010-09-07 13:59:34 +03:00
ma_keycache.c
ma_locking.c When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
ma_loghandler.c Fix Windows compile 2010-04-09 11:05:23 +02:00
ma_loghandler.h Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 2010-09-06 02:25:44 +03:00
ma_loghandler_lsn.h
ma_open.c Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 2010-09-06 02:25:44 +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 Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 2010-09-06 02:25:44 +03:00
ma_pagecache.c Don't flush pinned pages in checkpoint (fix for my last push) 2010-06-16 00:39:28 +03: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 Fixed bug LP#605798 "wrong data in bitmap" after recovery. 2010-09-10 02:42:12 +03:00
ma_recovery.h Remove not used files 2010-08-05 18:56:31 +03:00
ma_recovery_util.c Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or_tail: Assertion `0' failed on Maria engine recovery 2010-07-30 10:45:27 +03:00
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 Added count of my_sync calls (to SHOW STATUS) 2010-03-09 21:22:24 +02:00
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 Added --sync-sys=0 option for mysqld to skip sync() calls for faster testing 2010-08-09 20:05:42 +03:00
ma_rt_index.h
ma_rt_key.c Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 2010-09-06 02:25:44 +03:00
ma_rt_key.h
ma_rt_mbr.c
ma_rt_mbr.h
ma_rt_split.c Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 2010-09-06 02:25:44 +03:00
ma_rt_test.c
ma_scan.c
ma_search.c Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
ma_sort.c Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
ma_sp_defs.h
ma_sp_key.c
ma_sp_test.c
ma_state.c This patch fixes LP#613408 Memory corruption with (M)aria storage engine and virtual columns in MariaDB 5.2 2010-08-07 17:42:30 +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 Added verbose mode to recovery 2010-08-18 10:52:57 +03:00
ma_statrec.c Code cleanup: 2009-01-09 06:23:25 +02:00
ma_test1.c
ma_test2.c Fixed valgrind errors and compiler warnings discovered by buildbot 2010-08-20 10:29:26 +03:00
ma_test3.c Removed compiler warnings 2010-01-06 23:27:53 +02:00
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 Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 2010-09-06 02:25:44 +03:00
ma_update.c
ma_write.c Write message to stderr if recovery is not likely to succeed because we don't log records for batch inserts. 2010-09-09 02:01:05 +03:00
Makefile.am Fixes for binary distribution in tar file 2009-10-23 19:48:54 +03:00
maria_chk.c Fixed typo in last push (sorry about that) 2010-08-25 01:43:26 +03:00
maria_def.h Fixed bug LP#605798 "wrong data in bitmap" after recovery. 2010-09-10 02:42:12 +03:00
maria_ftdump.c Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
maria_pack.c Fixed compiler warnings from Windows compiler 2010-08-11 13:55:54 +03:00
maria_read_log.c Added verbose mode to recovery 2010-08-18 10:52:57 +03:00
maria_rename.sh
plug.in Merge fixes. 2009-05-12 09:44:01 +03:00
tablockman.c
tablockman.h
test_pack
trnman.c Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 2010-09-06 02:25:44 +03:00
trnman.h merged 2009-01-16 17:18:17 +01:00
trnman_public.h merged 2009-01-16 17:18:17 +01:00