mariadb/storage/maria/unittest
Sergei Golubchik 9c96fde120 post-review fixes
include/atomic/generic-msvc.h:
  prevent possible compiler warnings
include/lf.h:
  comments, better definition for LF_HASH_OVERHEAD
include/maria.h:
  define MARIA_CANNOT_ROLLBACK here
include/my_pthread.h:
  avoid possible name clash
include/waiting_threads.h:
  comments, const, move WT_RESOURCE to waiting_threads.c
mysql-test/suite/maria/r/maria_notembedded.result:
  new test
mysql-test/suite/maria/t/maria_notembedded.test:
  new test - 5-way deadlock
mysys/lf_hash.c:
  better definition for LF_HASH_OVERHEAD
mysys/my_static.c:
  comment
mysys/my_thr_init.c:
  casts
mysys/waiting_threads.c:
  comments, asserts, etc
server-tools/instance-manager/parse.cc:
  fix my_init_dynamic_array() to follow new calling conventions
sql/mysqld.cc:
  call wt_init after set_proper_floating_point_mode
sql/sql_class.h:
  comment
storage/maria/ha_maria.cc:
  move MARIA_CANNOT_ROLLBACK to a common header
storage/maria/ma_commit.c:
  comment
storage/maria/ma_write.c:
  comments, check for HA_ERR_FOUND_DUPP_KEY
storage/maria/trnman.c:
  comments, assert
storage/maria/trnman.h:
  comments
storage/maria/unittest/trnman-t.c:
  be paranoid
unittest/mysys/lf-t.c:
  comments
unittest/mysys/waiting_threads-t.c:
  comments, safety, memory leak
2009-01-15 22:27:36 +01:00
..
CMakeLists.txt Fixed ability to read without read lock acquiring. (BUG#39665 related) 2008-10-16 22:44:12 +03:00
lockman-t.c copyright and license info 2008-03-04 12:58:21 +01:00
lockman1-t.c copyright and license info 2008-03-04 12:58:21 +01:00
lockman2-t.c copyright and license info 2008-03-04 12:58:21 +01:00
ma_control_file-t.c WL#4374 "Maria - force start if Recovery fails multiple times" 2008-06-02 22:53:25 +02:00
ma_loghandler_examples.c copyright and license info 2008-03-04 12:58:21 +01:00
ma_maria_log_cleanup.c copyright and license info 2008-03-04 12:58:21 +01:00
ma_pagecache_consist.c possible BUG#22320 removed because it does not help. 2008-04-15 22:42:50 +03:00
ma_pagecache_rwconsist.c _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by other threads 2008-10-14 17:18:14 +02:00
ma_pagecache_rwconsist2.c Fixed ability to read without read lock acquiring. (BUG#39665 related) 2008-10-16 22:44:12 +03:00
ma_pagecache_single.c _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by other threads 2008-10-14 17:18:14 +02:00
ma_test_all-t Merge; No notable changes 2008-06-26 12:32:22 +03:00
ma_test_loghandler-t.c compiler warnings 2008-08-04 18:57:41 +02:00
ma_test_loghandler_first_lsn-t.c compiler warnings 2008-08-06 16:03:27 +02:00
ma_test_loghandler_max_lsn-t.c compiler warnings 2008-08-06 16:03:27 +02:00
ma_test_loghandler_multigroup-t.c compiler warnings 2008-08-04 18:57:41 +02:00
ma_test_loghandler_multithread-t.c remove useless #include's 2008-08-30 23:32:27 +02:00
ma_test_loghandler_noflush-t.c compiler warnings 2008-08-06 16:03:27 +02:00
ma_test_loghandler_nologs-t.c compiler warnings 2008-08-06 16:03:27 +02:00
ma_test_loghandler_pagecache-t.c compiler warnings 2008-08-06 16:03:27 +02:00
ma_test_loghandler_purge-t.c compiler warnings 2008-08-06 16:03:27 +02:00
ma_test_recovery.expected Added versioning of row data 2008-04-10 05:26:36 +03:00
ma_test_recovery.pl Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 2008-07-09 11:02:27 +02:00
Makefile.am Fixed ability to read without read lock acquiring. (BUG#39665 related) 2008-10-16 22:44:12 +03:00
sequence_storage.c Fixed bugs related to huge records where group list do not 2008-04-22 13:04:18 +03:00
sequence_storage.h Fixed bugs related to huge records where group list do not 2008-04-22 13:04:18 +03:00
test_file.c copyright and license info 2008-03-04 12:58:21 +01:00
test_file.h copyright and license info 2008-03-04 12:58:21 +01:00
trnman-t.c post-review fixes 2009-01-15 22:27:36 +01:00