summaryrefslogtreecommitdiff
path: root/mysql-test/disabled.def
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-1/+0
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-1/+0
| |\
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-1/+0
| | |
* | | Move disabled galera tests to galera/disabled.defNirbhay Choubey2016-11-031-6/+0
| | |
* | | Disabling tests mentioned in MDEV-11229 galera.MW-258 ↵Alexander Barkov2016-11-031-0/+6
| | | | | | | | | | | | galera.galera_as_master fail in buildbot
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-2/+0
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-2/+1
| |\ \ | | |/
| | * fixes for buildbot:mariadb-5.5.46Sergei Golubchik2015-10-091-2/+1
| | | | | | | | | | | | | | | | | | * OSX (mysqlimport freeing unallocated memory) * Windows (didn't compile MSI) * fulltest2 (innodb crashes in --embedded --big)
* | | disable main.max_statement_time testSergei Golubchik2015-09-081-0/+1
| | |
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+2
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2014-09-161-0/+1
| |\ \ | | |/
| | * MDEV-6526 INFO_SRC and INFO_BIN installed wrongSergei Golubchik2014-09-121-0/+1
| | | | | | | | | | | | don't install them at all
* | | Disable failing test cases that fail because of upstream.Jan Lindström2014-03-291-0/+2
|/ /
* | Merge 10.0-base -> 10.0Sergey Petrunya2013-10-161-1/+1
|\ \
| * | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update view.result (old EXPLAIN didn't match the execution) - Put in a stub code to work around the SELECT ... UNION SELECT ... ORDER BY (subuqery) problem
* | | 10.0-base mergeSergei Golubchik2013-04-151-1/+1
|\ \ \ | |/ /
| * | Temporarily disable show_explain.testSergey Petrunya2013-04-131-0/+1
| |/
| * Fixed bug mdev-4311 (bug #68749).Igor Babaev2013-03-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug was introduced by the patch for WL#3220. If the memory allocated for the tree to store unique elements to be counted is not big enough to include all of them then an external file is used to store the elements. The unique elements are guaranteed not to be nulls. So, when reading them from the file we don't have to care about the null flags of the read values. However, we should remove the flag at the very beginning of the process. If we don't do it and if the last value written into the record buffer for the field whose distinct values needs to be counted happens to be null, then all values read from the file are considered to be nulls and are not counted in. The fix does not remove a possible null flag for the read values. Rather it just counts the values in the same way it was done before WL #3220.
* | more fixes for test casesSergei Golubchik2012-10-011-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/suite/innodb/include/restart_and_reinit.inc: drop and recreate mysql.innodb* tables when deleting innodb table spaces mysql-test/t/ssl_8k_key-master.opt: with loose- prefix ssl errors are ignored sql-common/client.c: compiler warnings sql/field.cc: use the new function sql/item.cc: don't convert time to double or decimal via longlong, this loses sub-second part. Use dedicated functions. sql/item.h: incorrect cast_to_int type for params sql/item_strfunc.cc: use the new function sql/lex.h: unused sql/my_decimal.h: helper macro sql/sql_plugin.cc: workaround for a compiler warning sql/sql_yacc.yy: unused sql/transaction.cc: fix the merge for SERVER_STATUS_IN_TRANS_READONLY protocol flag storage/sphinx/CMakeLists.txt: compiler warnings
* overlay support for mysql-test-run and mysqltestSergei Golubchik2012-02-231-0/+19
mysql-test-run auto-disables all optional plugins. mysql-test/include/default_client.cnf: no @OPT.plugindir anymore mysql-test/include/default_mysqld.cnf: don't disable plugins manually - mtr can do it better mysql-test/suite/innodb/t/innodb_bug47167.test: mtr now uses suite-dir as an include path mysql-test/suite/innodb/t/innodb_file_format.test: mtr now uses suite-dir as an include path mysql-test/t/partition_binlog.test: this test uses partitions storage/example/mysql-test/mtr/t/source.result: update results. as mysqltest includes the correct overlayed include storage/innobase/handler/ha_innodb.cc: the assert is wrong