mariadb/storage/maria/unittest
Monty c3018b0ff4 Fixes to get all test to run on MacosX Lion 10.7
This includes fixing all utilities to not have any memory leaks,
as safemalloc warnings stopped tests from passing on MacOSX.

- Ensure that all clients takes character-set-dir, as the
  libmysqlclient library will use it.
- mysql-test-run now passes character-set-dir to all external clients.
- Changed dynstr_free() so that it can be called twice (made freeing code easier)
- Changed rpl_global_gtid_slave_state to be allocated dynamicly as it
  includes a mutex that needs to be initizlied/destroyed before my_end() is called.
- Removed rpl_slave_state::init() and rpl_slave_stage::deinit() as
  their job are better handling by constructor and delete.
- Print alias instead of table_name in check_duplicate_key as
  table_name may have been converted to lower case.

Other things:
- Fixed a case in time_to_datetime_with_warn() where we where
  using && instead of & in tests
2015-11-29 17:51:23 +02:00
..
CMakeLists.txt Fixed tests consumed big amount of disk space to be "BIG". 2012-01-27 10:58:59 +02: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 Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_loghandler_examples.c Fix of compiler errors. 2011-05-16 16:13:34 +03:00
ma_maria_log_cleanup.c MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
ma_pagecache_consist.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_pagecache_rwconsist.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_pagecache_rwconsist2.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_pagecache_single.c Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
ma_test_all-t Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ma_test_loghandler-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_first_lsn-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_max_lsn-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_multigroup-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_multithread-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_noflush-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_nologs-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_pagecache-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_loghandler_purge-t.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
ma_test_recovery.expected Fixed MDEV-4291: Assertion `trid >= info->s->state.create_trid' failure or data corruption (key points to record 2013-05-13 00:43:46 +03:00
ma_test_recovery.pl Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sequence_storage.c cleanup: use MYF() for mysys flags 2013-01-23 16:18:09 +01: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 MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
test_file.h Fix MariaDB wasnings on Windows (rmdir not defined unless direct.h is included) 2011-11-26 23:08:46 +01:00
trnman-t.c remove ULL() and LL(), because they're totally unnecessary 2013-04-07 14:00:16 +02:00