summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqld--help.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-7273 - 10.1 fails to start up during tc_log initializations on PPC64Sergey Vojtovich2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | log-tc-size is 24K by default. Page size is 64K on PPC64. But log-tc- size must be at least 3 x page size. This is enforced by TC_LOG_MMAP::open() with a comment: to guarantee non-empty pool. This all makes server not startable in default configuration on PPC64. Autosize log-tc-size, so that it's min value= page size * 3, default value= page size * 6, block size= page size. Conflicts: mysql-test/suite/sys_vars/inc/sysvars_server.inc mysql-test/suite/sys_vars/r/sysvars_server_notembedded.result mysql-test/t/mysqld--help.test sql/mysqld.cc sql/sys_vars.cc
* Updated mysqld--help test and result (MDEV-6717, MDEV-6659).Nirbhay Choubey2014-09-161-1/+1
|
* * bzr merge -rtag:mariadb-10.0.9 maria/10.0Nirbhay Choubey2014-03-261-1/+2
|\ | | | | | | | | * Fix for post-merge build failures.
| * Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added MALLOC_LIBRARY variable to hold name of malloc library - Back ported valgrind related fixes from jemalloc 3.4.1 to the included jemalloc 3.3.1 - Renamed bitmap_init() and bitmap_free() to my_bitmap_init() and my_bitmap_free() to avoid clash with jemalloc 3.4.1 - Use option --soname-synonyms=somalloc=NON to valgrind when using jemalloc - Show version related variables in mysqld --help -- Added SHOW_VALUE_IN_HELP marker Increased back_log to 150 as the original value was a bit too small CMakeLists.txt: Added MALLOC_LIBRARY variable to hold name of malloc library cmake/jemalloc.cmake: Added MALLOC_LIBRARY variable to hold name of malloc library config.h.cmake: Added MALLOC_LIBRARY variable to hold name of malloc library extra/jemalloc/ChangeLog: Updates changelog extra/jemalloc/include/jemalloc/internal/arena.h: Backported valgrind fixes from jemalloc 3.4.1 extra/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in: Backported valgrind fixes from jemalloc 3.4.1 extra/jemalloc/include/jemalloc/internal/private_namespace.h: Backported valgrind fixes from jemalloc 3.4.1 extra/jemalloc/include/jemalloc/internal/tcache.h: Backported valgrind fixes from jemalloc 3.4.1 extra/jemalloc/src/arena.c: Backported valgrind fixes from jemalloc 3.4.1 include/my_bitmap.h: Renamed bitmap_init() and bitmap_free() to my_bitmap_init() and my_bitmap_free() to avoid clash with jemalloc 3.4.1 mysql-test/mysql-test-run.pl: Use option --soname-synonyms=somalloc=NON to valgrind when using jemalloc mysql-test/valgrind.supp: Supression of memory leak in OpenSuse 12.3 mysys/my_bitmap.c: Renamed bitmap_init() and bitmap_free() to my_bitmap_init() and my_bitmap_free() sql/ha_ndbcluster_binlog.cc: Renames sql/ha_ndbcluster_cond.h: Renames sql/ha_partition.cc: Renames sql/handler.cc: Renames sql/item_subselect.cc: Renames sql/log_event.cc: Renames sql/log_event_old.cc: Renames sql/mysqld.cc: Renames Show version related variables in mysqld --help sql/opt_range.cc: Renames sql/opt_table_elimination.cc: Renames sql/partition_info.cc: Renames sql/rpl_injector.h: Renames sql/set_var.h: Renames sql/slave.cc: Renames sql/sql_bitmap.h: Renames sql/sql_insert.cc: Renames sql/sql_lex.h: Renames sql/sql_parse.cc: Renames sql/sql_partition.cc: Renames sql/sql_select.cc: Renames sql/sql_show.cc: Renames sql/sql_update.cc: Renames sql/sys_vars.cc: Show version related variables in mysqld --help sql/sys_vars.h: Added SHOW_VALUE_IN_HELP marker for variables that should be shown in --help sql/table.cc: Renames sql/table.h: Removed not used bitmap_init_value storage/connect/ha_connect.cc: Removed compiler warning storage/maria/ma_open.c: Renames unittest/mysys/bitmap-t.c: Renames
* | * Fixed debian dist file names.Nirbhay Choubey2014-01-301-1/+2
| | | | | | | | | | | | * Fixed failing test results. * Updated tztime.cc (lp:1161432).
* | Merge MariaDB-10.0.7 revision 3961.Jan Lindström2014-01-251-1/+1
|\ \ | |/
| * MDEV-4748 - metadata_lock_info pluginSergey Vojtovich2013-12-131-1/+1
| | | | | | | | | | | | - include metadata_lock_info plugin into debian packages - ignore metadata_lock_info plugin in mysqld--help test - let test suite run with built-in metadata_lock_info plugin
* | merge with MariaDB 5.6 bzr merge lp:maria --rtag:mariadb-10.0.6Seppo Jaakola2013-12-041-2/+2
|\ \ | |/ | | | | | | | | and a number of fixes to make this buildable. Run also few short multi-master high conflict rate tests, with no issues
| * 10.0-base mergeSergei Golubchik2013-11-131-1/+1
| |\
| | * 5.5. mergeSergei Golubchik2013-11-131-1/+1
| | |\
| | | * MDEV-5054 Failing test(s): main.mysqld--help sys_vars.character_sets_dir_basicSergei Golubchik2013-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | fix tests where a path was used as a regex. revert changes to sys_vars.character_sets_dir_basic - we don't run it on windows anyway
| * | | 10.0-base merge.Sergei Golubchik2013-09-211-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | Partitioning/InnoDB changes are *not* merged (they'll come from 5.6) TokuDB does not compile (not updated to 10.0 SE API)
| | * | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-1/+1
| | |\ \ | | | |/
| | | * remove PBXTSergei Golubchik2013-08-301-1/+1
| | | |
* | | | Merge 10.0 to galera-10.0Jan Lindström2013-09-031-1/+2
|\ \ \ \ | |/ / /
| * | | 10.0-base mergeSergei Golubchik2013-07-181-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-4617 PLUGINS - Show internal Locales in I_SSergei Golubchik2013-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | INFORMATION_SCHEMA.LOCALES plugin. Contribution by Roberto Spadim
| | * | MDEV-4568 - Port Percona response time distribution as audit pluginSergey Vojtovich2013-06-051-1/+2
| | | | | | | | | | | | | | | | Test fixes.
| | * | Remove forgotten debug printout in test, was a bit too quick there :-(unknown2013-04-171-1/+0
| | | |
| | * | Merge 5.5->10.0-baseunknown2013-04-171-0/+1
| | |\ \ | | | |/
* | | | Initial merge result with mariaDB 10: lp:mariaSeppo Jaakola2013-07-131-1/+1
|/ / /
* | | Fixing a few problems found by Build Bot after merging the CONNECT engine.Alexander Barkov2013-04-201-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: @ mysql-test/r/mysqld--help.result @ mysql-test/t/mysqld--help.test Supressing information about "--connect" in "mysqld --help" output, as it depends on the build parameters. As a side effect information about --connect-timeout is now also suppressed :( @ storage/connect/CMakeLists.txt Removing gcc warning switches that do not exists in some older gcc versions. @ storage/connect/ha_connect.cc Adding a quick fix: cast from "const char *" to "char *". Olivier should do a better fix eventually.
* | portability fixes for mysql-testSergei Golubchik2013-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | mysql-test/r/mysqld--help.result: that's default to number of CPUs mysql-test/suite/archive/discover.test: move_file uses rename(2), which may end up with "Invalid cross-device link" mysql-test/suite/archive/partition_archive.test: on Solaris the error message is different
* | MDEV-4254 Semisync plugins to link statically into MariaDBSergei Golubchik2013-04-091-1/+1
| | | | | | | | fix semisync plugins and tests to work with both with static and dynamic linking
* | mysql-test fixesSergei Golubchik2013-04-091-4/+4
| |
* | remove the service for installing the closed-source mysql thread pool pluginSergei Golubchik2013-04-071-1/+1
|/
* MDEV-249 QUERY CACHE INFORMATIONSergei Golubchik2013-03-201-2/+5
|
* instead of having win/notwin tests that only differ in results,Sergei Golubchik2012-02-231-0/+60
use one test with two combinations (win/unix), where only one is enabled. Apply this technique to mysqld--help.