mariadb/mysql-test/suite/optimizer_unfixed_bugs/t
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
..
bug36981.test
bug40992.test
bug41029-master.opt
bug41029.test
bug41996-extra1-innodb.test
bug41996-extra1.test
bug41996-extra2-innodb.test
bug41996-extra2.test
bug41996-extra3-innodb.test
bug41996-extra3.test
bug41996-extra4-innodb.test
bug41996-extra4.test
bug41996.test
bug42991.test
bug43101.test
bug43249.test
bug43360.test
bug43448.test
bug43617.test
bug43618.test
bug45219.test
bug45221.test
bug49129.test