summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqld--help.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+1
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-1/+1
| |\
| | * tests -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ciSergei Golubchik2016-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | This fixes: MDEV-7693 MariaDB - mysql-test - SUITE:funcs_1 - funcs_1.is_tables_mysql is failing on TABLE_COLLATION /DATABASE_COLLATION MDEV-8487 mysql-test - main.information_schema 'xtradb' fails MDEV-8486 mysql-test - main.bootstrap fails
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
|\ \ \ | |/ /
| * | main.mysqld--help failure with cracklib pluginSergei Golubchik2016-03-181-1/+1
| | | | | | | | | | | | don't fail if cracklib_password_check is statically compiled in
* | | MDEV-7331 - information_schema.user_variablesSergey Vojtovich2016-02-261-1/+1
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-2/+2
|\ \ | |/
| * Filter out unix-socket from unrelated test casesSergey Vojtovich2015-12-181-1/+1
| |
* | Push for testing of encryptionMonty2015-02-101-1/+2
| |
* | MDEV-7273 - 10.1 fails to start up during tc_log initializations on PPC64Sergey Vojtovich2014-12-261-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.
* | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
* | cleanup: remove galera/wsrep magic from mtrSergei Golubchik2014-10-011-3/+2
| |
* | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-1/+2
|/ | | | | | | | | Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
* 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
* 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
* 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
| | |
* | | 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
| |\ \ | | |/
* | | 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.