summaryrefslogtreecommitdiff
path: root/mysql-test/suite/engines/iuds
Commit message (Collapse)AuthorAgeFilesLines
* A cleanup for MDEV-19468 Hybrid type expressions return wrong format for FLOATAlexander Barkov2019-05-151-2/+2
| | | | | | | Fixing problems revealed by buildbot: - Fixing compilation failure on Windows - Recoding correct engines/iuds/r/insert_decimal.result
* Merge 10.2 into 10.3Marko Mäkelä2018-12-184-118/+118
|\
* \ Merge 10.2 into 10.3Marko Mäkelä2018-11-192-0/+117
|\ \ | |/
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-152-0/+117
| |\
| | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-152-0/+117
| | |\
| | | * Merge branch '5.5' into 10.0Oleksandr Byelkin2018-11-152-0/+117
| | | |\
| | | | * MDEV-17724 Wrong result for BETWEEN 0 AND 18446744073709551615Alexander Barkov2018-11-152-0/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for "MDEV-17698 MEMORY engine performance regression" previously fixed this problem. - Adding the test for MDEV-17724 - Re-recording wrong results for tests: * engines/iuds/r/insert_number * engines/iuds/r/update_delete_number which started to fail since MDEV-17698
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-282-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-212-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-1/+0
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-1/+0
| | | |\ \ | | | | |/
| | | | * Follow-up for 02d153c7b9 (str2decimal: don't return a negative zero)Elena Stepanova2016-12-111-1/+0
| | | | |
| | | | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-0/+0
| | | | |\
| | | | | * Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-07-101-0/+0
| | | | | |\
| | | | | | * Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NOSreeharsha Ramanavarapu2015-07-101-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNINGS Backporting to 5.1 and 5.5
| | | | | * | manual merge (WL6219)Gleb Shchepa2012-06-293-0/+24
| | | | | |\ \ | | | | | | |/
| | | | | | * Backport of the deprecation warning from WL#6219: "Deprecate and remove ↵Gleb Shchepa2012-06-293-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YEAR(2) type" Print the warning(note): YEAR(x) is deprecated and will be removed in a future release. Please use YEAR(4) instead on "CREATE TABLE ... YEAR(x)" or "ALTER TABLE MODIFY ... YEAR(x)", where x != 4
| | | | | * | merge from mysql-5.1 -> mysql-5.5Vinay Fisrekar2011-03-011-2/+2
| | | | | |\ \ | | | | | | |/
| | | | | | * Bug#11766165 - 59211: SELECT RETURNS DIFFERENT VALUE FOR MIN(YEAR) FUNCTIONVinay Fisrekar2011-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | | Result File Correction For Bug Fix
| | | | | | * Modifications in mysql-5.1 engines test suite.Nirbhay Choubey2011-01-051-0/+2
| | | | | | |
| | | | | * | Modifications in mysql-5.5 engines test suite.Nirbhay Choubey2011-01-055-13/+9
| | | | | | |
| | | | | * | Manual merge from mysql-trunk.Alexander Nozdrin2010-05-079-1992/+385
| | | | | |\ \ | | | | | | |/ | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - mysql-test/suite/engines/funcs/t/disabled.def - mysql-test/suite/engines/iuds/t/disabled.def - mysql-test/suite/engines/iuds/t/insert_number.test
| | | | | | * Changes to result files in the engine suite - missed from previous commitOmer BarNir2010-05-041-93/+45
| | | | | | |
| | | | | | * Updates to test and result files in the 'engine' suites following changes in 5.5Omer BarNir2010-05-0410-1900/+345
| | | | | | |
| | | | | * | Correction to the disabled.def file in engines/iuds that got overwritten by Omer BarNir2010-04-071-7/+1
| | | | | | | | | | | | | | | | | | | | | mistake in previous push
| | | | | * | Updates to test files in the 'engines' suite following changes in 5.1.46Omer BarNir2010-04-065-5/+19
| | | | | |/
| | | | | * Test suites for engine testing, moved from test-extra so will be availableOmer BarNir2010-03-1735-0/+291649
| | | | | | | | | | | | | | | | | | | | for general use.
* | | | | MDEV-12874 UPDATE statements with the same source and targetSergei Golubchik2017-10-042-2/+0
| | | | | | | | | | | | | | | | | | | | update engine tests
* | | | | Postfix for 74891ed257c43 - test result adjustedElena Stepanova2017-07-181-16/+0
|/ / / /
* | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-1022-2216/+2242
| | | |
* | | | Follow-up for 180065ebb0 - removal of redundant parenthesesElena Stepanova2016-12-151-24/+24
| | | |
* | | | Follow-up for big error-message cleanup (trailing dots were removed)Elena Stepanova2016-10-132-28/+28
| | | |
* | | | Post-commit test fixesElena Stepanova2016-07-021-1/+0
|/ / / | | | | | | | | | | | | | | | | | | - 12d75e6121 - new thread stack size - 99e48cb1d9 - warning text changed - 6c173324ff - default values for BLOBs - c87e002bbb - don't return a negative zero
* | | Fixed engine test results in accordance with changes made in scope ofElena Stepanova2015-11-063-2/+28
| | | | | | | | | | | | commit 6b20342651bb5207b6c125d2d11b664a1bebcc41
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-315-85/+93
|\ \ \ | |/ /
| * | Run engines tests for MyISAM and in-built InnoDBElena Stepanova2014-12-051-0/+8
| | |
| * | MDEV-7255 Failures in engines/* tests, part 4Elena Stepanova2014-12-043-78/+78
| | | | | | | | | | | | | | | | | | Updated engines/* test results according to the bugfix MDEV-5894 (MySQL BUG#34750: Print database name in Unknown Table error message)
| * | MDEV-7255 Failures in engines/* tests, part 3Elena Stepanova2014-12-041-7/+7
| | | | | | | | | | | | | | | Error message was changed along with CREATE OR REPLACE TABLE fixes
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-152-2/+4
|\ \ \ | |/ /
| * | 5.5.39 mergeSergei Golubchik2014-08-072-2/+4
| |\ \ | | |/
| | * MDEV-6378 mtr engines iuds time tests failElena Stepanova2014-07-282-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | - adjusted a test result according to the change made for MDEV-6100; - added explicit timezone for engines/iuds, since MTR in MariaDB does not set it like MySQL's, and tests with constant TIMESTAMP can have different outcome
* | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-128/+0
|/ / | | | | | | | | | | | | | | | | | | remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
* | MDEV-3990: engine tests went out of sync with current MariaDB codeElena Stepanova2013-01-131-7/+0
|/ | | | | | | | | | | | | | | | | | | | | Reasons: alter_tablespace.rdiff: tc_rename_error.result: from monty@askmonty.org-20120529213755-876ptdhhaj0t7l8r (Added text for errno in error messages) insert_time.result: from sergii@pisem.net-20120908101555-37w00eyfrd9noc06 (MDEV-457 - Inconsistent data truncation) misc.result: from igor@askmonty.org-20130109033433-5awdv0w6vbpigltw (MDEV-3806/mwl248 - Engine independent statistics) tbl_opt_row_format.rdiff: from monty@askmonty.org-20120706161018-y5teinbuqpchle2m (Fixed wrong error codes) vcol.rdiff: sergii@pisem.net-20121217100039-ikj1820nrku7p6d5 (simplify the handler api)
* storage_engine tests and upstream engines/* suites went out of sync with ↵Elena Stepanova2012-12-286-1400/+1754
| | | | | | | | | current MariaDB code. Reasons: - as of 5.5.27, YEAR(2) is deprecated, hence the new warning; - MDEV-553 - different error code/message on out-of-range autoincrement; - INSERT IGNORE now produces a warning if a duplicate was encountered (change pushed along with MDEV-553)
* merge with MySQL 5.5.27Sergei Golubchik2012-08-093-0/+24
|\ | | | | | | manually checked every change, reverted incorrect or stupid changes.
| * manual merge (WL6219)Gleb Shchepa2012-06-293-0/+24
| |\ | | | | | | | | | | | | sql/sql_yacc.yy: manual merge (backport of WL6219)
| | * Backport of the deprecation warning from WL#6219: "Deprecate and remove ↵Gleb Shchepa2012-06-293-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YEAR(2) type" Print the warning(note): YEAR(x) is deprecated and will be removed in a future release. Please use YEAR(4) instead on "CREATE TABLE ... YEAR(x)" or "ALTER TABLE MODIFY ... YEAR(x)", where x != 4
* | | MDEV-369: Mismatches in MySQL engines test suiteElena Stepanova2012-08-021-2/+2
| | | | | | | | | | | | | | | Post-merge fixes for mismatches that only affect 5.5 (but not 5.3)
* | | Merge 5.3->5.5Elena Stepanova2012-08-028-248/+226
|\ \ \
| * | | MDEV-369 (Mismatches in MySQL engines test suite)Elena Stepanova2012-07-306-198/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following reasons caused mismatches: - different handling of invalid values; - different CAST results with fractional seconds; - microseconds support in MariaDB; - different algorithm of comparing temporal values; - differences in error and warning texts and codes; - different approach to truncating datetime values to time; - additional collations; - different record order for queries without ORDER BY; - MySQL bug#66034. More details in MDEV-369 comments.