diff options
author | unknown <monty@mysql.com/nosik.monty.fi> | 2007-06-04 14:07:18 +0300 |
---|---|---|
committer | unknown <monty@mysql.com/nosik.monty.fi> | 2007-06-04 14:07:18 +0300 |
commit | ffe437be41918062a8936c6d7cc6235cccf84d2e (patch) | |
tree | 9a2b010102ab20c376686ff22a0a615a94b2fd78 /.bzrignore | |
parent | 8f39541e7d8ba812d1198af5d4179ba44d6693fa (diff) | |
download | mariadb-git-ffe437be41918062a8936c6d7cc6235cccf84d2e.tar.gz |
Fixed that ma_test_all works with -T (simple transaction/logging support)
Some fixes from Sanja
BitKeeper/etc/ignore:
added storage/maria/maria_log.*
include/pagecache.h:
Always have enum PAGECACHE_EMPTY_PAGE available
(Simpler code)
storage/maria/ma_bitmap.c:
Reset 'debugging' bitmap when creating new one (fixes valgrind warning)
storage/maria/ma_blockrec.c:
Removed duplicate (wrong) initialization
Reset not initialized variable
storage/maria/ma_check.c:
Use right page type
(Patch from Sanja)
storage/maria/ma_init.c:
Reset logging in maria_end()
(Fixes memory leak)
storage/maria/ma_loghandler.c:
Add missing copyright header
Added checking of duplicate calls or calls without init to translog_destroy()
Don't lock mutex before destroying them (not needed as you can't use a destroyed mutex anyway)
storage/maria/ma_pagecache.c:
Added extra page type text
Trivial indentation fixes
storage/maria/ma_test1.c:
Added transaction setup
(Patch from Sanja)
storage/maria/ma_test2.c:
Added transaction setup
(Patch from Sanja)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 0c52723de3c..40623790bc6 100644 --- a/.bzrignore +++ b/.bzrignore @@ -2998,3 +2998,5 @@ storage/maria/unittest/ma_pagecache_consist_64kHC-t-big storage/maria/unittest/ma_pagecache_consist_64kRD-t-big storage/maria/unittest/ma_pagecache_consist_64kWR-t-big storage/maria/unittest/ma_pagecache_single_64k-t-big +storage/maria/maria_control +storage/maria/maria_log.* |