summaryrefslogtreecommitdiff
path: root/mysql-test/suite/storage_engine
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-03-271-8/+8
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-03-271-8/+8
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2019-03-271-8/+8
| | |\
| | | * Merge 5.5 into 10.0bb-10.0-mergeMarko Mäkelä2019-03-261-8/+8
| | | |\
| | | | * Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-241-8/+8
| | | | |
| | | | * MDEV-8859 rpl.rpl_mdev382 sporadically fails to finish due to disappeared ↵Elena Stepanova2016-06-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expect file The combination of --remove_file and --write_file on .expect file creates a race condition which can be hit by MTR which reads the file in a loop. Instead, .expect file should be changed with --append_file. It was fixed in 10.x, but in 5.5 the sporadic failure still affected buildbot. Fixed 3 test files which use the problematic combination
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Follow-up for MDEV-14576 - updated test resultElena Stepanova2018-12-211-2/+2
| | | | |
* | | | | Follow-up for be6ae0bb6baa8a - fix test resultsElena Stepanova2018-05-191-4/+0
| | | | | | | | | | | | | | | | | | | | Duplicate warnings have been removed
* | | | | Follow up for 9a8498066865b5 - adjustments to storage_engine testsElena Stepanova2018-05-032-0/+2
| | | | |
* | | | | Adjust test results to reflect the new system tableElena Stepanova2018-02-241-0/+2
| | | | |
* | | | | Follow-up for 54db0be3be59 (Added Max_index_length and Temporary)Elena Stepanova2018-02-156-28/+34
| | | | |
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-141-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14607 storage_engine-rocksdb.type_bit_indexes fails after latest pushesElena Stepanova2017-12-131-2/+2
| | | | |
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-081-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14607: storage_engine-rocksdb.type_bit_indexes fails after latest pushesSergei Petrunia2017-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Update the .result file. Old EXPLAIN output was incorrect due to hitting MDEV-14563.
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-012-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix results for parts/repair_table test after enabling it for MyISAMElena Stepanova2017-08-282-0/+2
| | | | |
* | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-252-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-172-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-082-6/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-12915 ST_Centroid does not return the same result than MySQLElena Stepanova2017-08-012-6/+6
| | | | | | | | | | | | | | | | | | | | Fix storage_engine test results
* | | | | Postfix for MDEV-12619 - test results adjustedElena Stepanova2017-07-181-1/+1
|/ / / /
* | | | Follow-up for MDEV-13089 (identifier quoting in partitioning)mariadb-10.2.7Elena Stepanova2017-07-101-4/+4
| | | | | | | | | | | | | | | | Adjust results for storage_engine tests
* | | | Test changes to improve stability of resultsElena Stepanova2017-06-232-1/+7
| | | |
* | | | Adjust storage_engine suite according to server changes in 10.2Elena Stepanova2017-06-0317-79/+207
| | | |
* | | | cleanup: remove Item::intro_versionSergei Golubchik2016-12-121-8/+8
| | | | | | | | | | | | | | | | | | | | and partition_info::set_show_version_string - they were already broken and impossible to maintain
* | | | Remove end . from error messages to get them consistentMonty2016-10-055-5/+5
| | | | | | | | | | | | | | | | Fixed a few failing tests
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-3114-26/+7
|/ / /
* | | Follow-up for MDEV-8675 and MDEV-8676Elena Stepanova2015-09-141-2/+2
| | | | | | | | | | | | | | | type_spatial_indexes test is now be re-enabled, and the new result file can be used for creating engine-specific rdiffs
* | | Follow-up for MDEV-6066 (new defaults from 5.6 and 5.7)Elena Stepanova2015-09-062-5/+6
| | | | | | | | | | | | New defaults for query cache caused wrong test output
* | | MDEV-8676 Some storage_engine tests fail on 10.1Elena Stepanova2015-08-263-6/+6
| | | | | | | | | | | | | | | | | | - foreign_keys: adjusted according to code changes; - type_spatial: adjusted according to code changes; - type_spatial_indexes (for MyISAM): disabled till MDEV-8675 is fixed
* | | MDEV-7255 Failures in engines/* testsElena Stepanova2015-02-055-5/+45
| | | | | | | | | | | | | | | With commit 227510e039b4e (parser cleanup: don't store field properties in LEX, use Create_field directly) it became possible to create columns DOUBLE(0,0) and alike
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-1/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .bzrignore VERSION cmake/plugin.cmake debian/dist/Debian/control debian/dist/Ubuntu/control mysql-test/r/join_outer.result mysql-test/r/join_outer_jcl6.result mysql-test/r/null.result mysql-test/r/old-mode.result mysql-test/r/union.result mysql-test/t/join_outer.test mysql-test/t/null.test mysql-test/t/old-mode.test mysql-test/t/union.test packaging/rpm-oel/mysql.spec.in scripts/mysql_config.sh sql/ha_ndbcluster.cc sql/ha_ndbcluster_binlog.cc sql/ha_ndbcluster_cond.cc sql/item_cmpfunc.h sql/lock.cc sql/sql_select.cc sql/sql_show.cc sql/sql_update.cc sql/sql_yacc.yy storage/innobase/buf/buf0flu.cc storage/innobase/fil/fil0fil.cc storage/innobase/include/srv0srv.h storage/innobase/lock/lock0lock.cc storage/tokudb/CMakeLists.txt storage/xtradb/buf/buf0flu.cc storage/xtradb/fil/fil0fil.cc storage/xtradb/include/srv0srv.h storage/xtradb/lock/lock0lock.cc support-files/mysql.spec.sh
| * | 5.5 mergeSergei Golubchik2014-11-191-1/+5
| |\ \ | | |/
| | * Sporadic failure in storage_engine/trx.xa_recovery testElena Stepanova2014-11-171-1/+5
| | | | | | | | | | | | | | | | | | | | | The test complains that the server failed to disappear upon shutdown / wait_for_disconnect. Trying to solve the probably race condition by adding a wait before restart.
| | * A fix for MySQL#65146 introduced a new warning.Elena Stepanova2013-11-281-1/+1
| | | | | | | | | | | | | | | Minor wording changes in skip messages.
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-152-0/+49
|\ \ \ | |/ /
| * | Changes in storage_engine test suite:Elena Stepanova2014-09-152-0/+49
| | | | | | | | | | | | | | | | | | - added more logic for ON DUPICATE KEY UPDATE upon Monty's request; - added an overlay for XtraDB
* | | engine_condition_pushdown has been deprecatedElena Stepanova2014-10-121-0/+2
|/ /
* | Intentional change in loggingElena Stepanova2014-02-051-1/+1
| |
* | 10.0-base mergeSergei Golubchik2013-12-168-15/+29
|\ \
| * \ 5.5 mergeSergei Golubchik2013-11-238-15/+29
| |\ \ | | |/
| | * Workaround for the delayed InnoDB error messages in the log fileElena Stepanova2013-11-131-0/+11
| | |
| | * Windows-specific suppression and perl problemsElena Stepanova2013-11-122-3/+3
| | |
| | * Fixes for Windows and different time zonesElena Stepanova2013-11-116-12/+15
| | |
* | | Various changes coming from 5.6Elena Stepanova2013-11-081-3/+3
| | |
* | | Some system tables have InnoDB engineElena Stepanova2013-11-081-1/+6
| | |
* | | Semantics of ALTER ONLINE changed to mirror ALTER .. LOCK=NONEElena Stepanova2013-11-082-35/+32
| | |
* | | Duplicate warnings were removedElena Stepanova2013-11-086-12/+0
| | |