mariadb/cmake
Sergei Golubchik 474fe6d9d9 fixes for test failures
and small collateral changes

mysql-test/lib/My/Test.pm:
  somehow with "print" we get truncated writes sometimes
mysql-test/suite/perfschema/r/digest_table_full.result:
  md5 hashes of statement digests differ, because yacc token codes are different in mariadb
mysql-test/suite/perfschema/r/dml_handler.result:
  host table is not ported over yet
mysql-test/suite/perfschema/r/information_schema.result:
  host table is not ported over yet
mysql-test/suite/perfschema/r/nesting.result:
  this differs, because we don't rewrite general log queries, and multi-statement
  packets are logged as a one entry. this result file is identical to what mysql-5.6.5
  produces with the --log-raw option.
mysql-test/suite/perfschema/r/relaylog.result:
  MariaDB modifies the binlog index file directly, while MySQL 5.6 has a feature "crash-safe binlog index" and modifies a special "crash-safe" shadow copy of the index file and then moves it over. That's why this test shows "NONE" index file writes in MySQL and "MANY" in MariaDB.
mysql-test/suite/perfschema/r/server_init.result:
  MariaDB initializes the "manager" resources from the "manager" thread, and starts this thread only when --flush-time is not 0. MySQL 5.6 initializes "manager" resources unconditionally on server startup.
mysql-test/suite/perfschema/r/stage_mdl_global.result:
  this differs, because MariaDB disables query cache when query_cache_size=0. MySQL does not
  do that, and this causes useless mutex locks and waits.
mysql-test/suite/perfschema/r/statement_digest.result:
  md5 hashes of statement digests differ, because yacc token codes are different in mariadb
mysql-test/suite/perfschema/r/statement_digest_consumers.result:
  md5 hashes of statement digests differ, because yacc token codes are different in mariadb
mysql-test/suite/perfschema/r/statement_digest_long_query.result:
  md5 hashes of statement digests differ, because yacc token codes are different in mariadb
mysql-test/suite/rpl/r/rpl_mixed_drop_create_temp_table.result:
  will be updated to match 5.6 when alfranio.correia@oracle.com-20110512172919-c1b5kmum4h52g0ni and anders.song@greatopensource.com-20110105052107-zoab0bsf5a6xxk2y are merged
mysql-test/suite/rpl/r/rpl_non_direct_mixed_mixing_engines.result:
  will be updated to match 5.6 when anders.song@greatopensource.com-20110105052107-zoab0bsf5a6xxk2y is merged
2012-09-27 20:09:46 +02:00
..
build_configurations MDEV-302 lp:988204 MariaDB 5.5.23 binaries don't use libaio 2012-06-06 14:15:29 +02:00
os Fix FreeBSD test errors. Also link with libexecinfo on FreeBSD for stacktrace functionality. 2012-05-04 14:02:35 +02:00
abi_check.cmake debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
bison.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
cat.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
character_sets.cmake * remove WITH_DEBUG from CMakeLists.txt 2011-12-15 22:08:42 +01:00
check_minimal_version.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
cmake_parse_arguments.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
configurable_file_content.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
configure.pl * remove WITH_DEBUG from CMakeLists.txt 2011-12-15 22:08:42 +01:00
cpack_rpm.cmake RPM packages should not obsolete themselves. 2012-05-29 21:38:51 +02:00
cpack_source_ignore_files.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
create_initial_db.cmake.in fixes for test failures 2012-09-27 20:09:46 +02:00
ctest.cmake unit test fixes for ctest 2011-07-16 09:09:01 +02:00
do_abi_check.cmake debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
dtrace.cmake Workaround buggy Linux dtrace - it fails on fedora if CC is set to 'ccache gcc' 2012-02-20 22:25:44 +01:00
dtrace_prelink.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
info_bin.cmake Fix bug#42969 Please add a MANIFEST to each build 2011-02-11 15:55:25 +01:00
info_macros.cmake.in Fix bug#42969 Please add a MANIFEST to each build 2011-02-11 15:55:25 +01:00
info_src.cmake Fix bug#42969 Please add a MANIFEST to each build 2011-02-11 15:55:25 +01:00
install_layout.cmake merge with 5.3. 2012-06-04 17:26:11 +02:00
install_macros.cmake mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
libutils.cmake Various fixes for Solaris compiler. 2012-02-03 11:46:40 +01:00
maintainer.cmake Switched off Maintainer mode by default as it gave wrong compiler warnings (as it added -Wall after some switches was already turned off) 2012-06-13 19:21:28 +03:00
make_dist.cmake.in Merged some fixes from 7.2 release branches 2012-03-22 16:16:11 +01:00
merge_archives_unix.cmake.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_add_executable.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_version.cmake Increased the version number to 10.0 2012-05-31 22:39:11 +03:00
package_name.cmake mysql 5.5.23 merge 2012-04-10 08:28:13 +02:00
plugin.cmake Don't install debug plugins and don't populate unused "plugins.files" file. 2012-05-26 13:04:23 +02:00
readline.cmake Fix build on OSX 2012-04-12 01:33:43 +02:00
ssl.cmake because of the high cost associated with fake symdir resolution, disable symbolic-links on Windows by default. Real symlinks (Vista+) as well as NTFS junctions (prior to Vista) do not require this parameter 2012-02-27 19:20:18 +01:00
stack_direction.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
tags.cmake Committing on behalf of Valdislav Vaintroub (reviewed and 2010-05-14 18:42:10 +04:00
versioninfo.rc.in mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
zlib.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00