Sergei Golubchik
2cf30866d7
MDEV-14576 Include full name of object in message about incorrect value for column
...
update engines/ suites
followup for c4ab352b67
2018-12-21 13:31:18 +01:00
Oleksandr Byelkin
f74649b522
Merge branch '10.1' into 10.2
2018-11-15 19:21:40 +01:00
Oleksandr Byelkin
a77f80b79e
Merge branch '10.0' into 10.1
2018-11-15 17:20:26 +01:00
Oleksandr Byelkin
a84d87fde8
Merge branch '5.5' into 10.0
2018-11-15 13:57:35 +01:00
Alexander Barkov
1956695c69
MDEV-17724 Wrong result for BETWEEN 0 AND 18446744073709551615
...
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
2018-11-15 16:45:43 +04:00
Marko Mäkelä
3d7915f000
Merge 10.1 into 10.2
2018-03-21 22:58:52 +02:00
Sergei Golubchik
f1ce69f3a9
Merge branch '10.1' into 10.2
...
But without f4f48e06215..f8a800bec81 - fixes for MDEV-12672
and related issues. 10.2 specific fix follows...
2017-09-22 02:27:00 +02:00
Sergei Golubchik
2e3a16e366
Merge branch '10.0' into 10.1
2017-09-21 22:02:21 +02:00
Sergei Golubchik
b7434bacbd
include/master-slave.inc must always be included last
2017-09-20 18:17:50 +02:00
Elena Stepanova
93e32d725c
Follow-up for MDEV-13089 (identifier quoting in partitioning)
...
Adjust results for tests in non-default suites
2017-07-09 20:38:57 +03:00
Nirbhay Choubey
8b2e642aa2
MDEV-7635: Update tests to adapt to the new default sql_mode
2017-02-10 06:30:42 -05:00
Vicențiu Ciorbaru
8e15768731
Merge branch '10.0' into 10.1
2017-01-16 03:18:14 +02:00
vicentiu
e9aed131ea
Merge remote-tracking branch 'origin/5.5' into 10.0
2017-01-06 17:09:59 +02:00
Elena Stepanova
9213ac8fd8
Follow-up for a411d7f4f6
- change in formatting of SHOW CREATE TABLE
2016-12-15 02:35:31 +02:00
Elena Stepanova
a1833ac5cc
Follow-up for 180065ebb0
- removal of redundant parentheses
2016-12-15 02:34:02 +02:00
Sergei Golubchik
0bef3bb8d0
cleanup: remove Item::intro_version
...
and partition_info::set_show_version_string - they were
already broken and impossible to maintain
2016-12-12 20:27:25 +01:00
Elena Stepanova
14e1f32894
Follow-up for 02d153c7b9
(str2decimal: don't return a negative zero)
2016-12-11 00:50:00 +02:00
Elena Stepanova
9208b87f18
Follow-up for big error-message cleanup (trailing dots were removed)
2016-10-13 16:54:59 +03:00
Alexander Barkov
0f8a1a314d
MDEV-10877 xxx_unicode_nopad_ci collations
2016-09-23 14:19:07 +04:00
Sergei Golubchik
f9bdc7c01a
Merge branch '10.2' into bb-10.2-jan
2016-09-19 09:47:08 +02:00
Jan Lindström
62ed88017c
Fix test failure on tc_partition_list_directory because
...
innodb-strict-mode by default is now ON, disabling it for
this test because test uses INDEX DICECTORY that is not
really supported by InnoDB.
2016-09-14 13:53:32 +03:00
Alexander Barkov
a032fd5c1c
MDEV-10758 engines/funcs.db_alter_collate_ascii and engines/funcs.db_alter_collate_utf8 fail with wrong results
2016-09-07 16:43:45 +04:00
Sergei Golubchik
6e5048e85f
clarify the error message for frm size overflow
2016-08-27 16:59:12 +02:00
Sergei Golubchik
6820bf9ca9
do not quote numbers in the DEFAULT clause in SHOW CREATE
2016-08-27 16:59:11 +02:00
Sergei Golubchik
5c764a0eb8
clarify ER_CANT_DROP_FIELD_OR_KEY
...
include the dropped object type
2016-07-02 14:52:20 +02:00
Elena Stepanova
1d2fa98260
Post-commit test fixes
...
- 12d75e6121
- new thread stack size
- 99e48cb1d9
- warning text changed
- 6c173324ff
- default values for BLOBs
- c87e002bbb
- don't return a negative zero
2016-07-02 03:26:32 +03:00
Sergei Golubchik
932646b1ff
Merge branch '10.1' into 10.2
2016-06-30 16:38:05 +02:00
Elena Stepanova
8bec9746f0
Follow-up #2 for MDEV-6720 (enable connection log in mysqltest by default)
...
Result file in engines/funcs test suite needs to be updated accordingly
2016-06-26 20:46:40 +03:00
Otto Kekäläinen
effbe7dd7b
General spell fixing in comments and strings
2016-06-08 14:17:23 +03:00
Alexander Barkov
bc546225c0
Adding collations
...
utf8mb4_thai_520_w2, ucs2_thai_520_w2, utf16_thai_520_w2, utf32_thai_520_w2
2016-05-30 16:56:29 +04:00
Alexander Barkov
29db3b5e5c
Clean-ups for MDEV-10132 utf8_thai_520_w2 collation:
...
- Changing strnxfrm_multiply from 8 to 4, as agreed with Pruet Boonma
- Adjusting tests
2016-05-26 22:56:28 +04:00
Elena Stepanova
125cf485b1
Fixed engine test results in accordance with changes made in scope of
...
commit 6b20342651
2015-11-06 17:52:57 +02:00
Sergei Golubchik
82e9f6d948
Merge remote-tracking branch 'mysql/5.5' into 5.5
2015-10-08 22:54:24 +02:00
Sreeharsha Ramanavarapu
c773b320ff
Merge branch 'mysql-5.1' into mysql-5.5
2015-07-10 07:54:55 +05:30
Sreeharsha Ramanavarapu
33a2e5abd8
Bug #20238729 : ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NO
...
WARNINGS
Backporting to 5.1 and 5.5
2015-07-10 07:52:00 +05:30
Sergei Golubchik
4280b25ed8
--getopt-prefix-matching command-line option
2015-02-10 10:21:15 +01:00
Sergei Golubchik
4b21cd21fe
Merge branch '10.0' into merge-wip
2015-01-31 21:48:47 +01:00
Elena Stepanova
010724f6c5
Run engines tests for MyISAM and in-built InnoDB
2014-12-05 14:23:24 +04:00
Elena Stepanova
c8f7f98737
MDEV-7255 Failures in engines/* tests, part 6
...
Updated hardcoded event numbers according to current GTID logic
2014-12-04 02:54:42 +04:00
Elena Stepanova
f02f06172c
MDEV-7255 Failures in engines/* tests, part 5
...
RENAME TABLE on a non-existing table produces a better error message
2014-12-04 02:17:09 +04:00
Elena Stepanova
d5f52fec77
MDEV-7255 Failures in engines/* tests, part 4
...
Updated engines/* test results according to the bugfix MDEV-5894
(MySQL BUG#34750: Print database name in Unknown Table error message)
2014-12-04 02:16:41 +04:00
Elena Stepanova
27ac97ef9e
MDEV-7255 Failures in engines/* tests, part 3
...
Error message was changed along with CREATE OR REPLACE TABLE fixes
2014-12-04 01:59:25 +04:00
Elena Stepanova
aafdc4b16e
MDEV-7255 Failures in engines/* tests, part 2
...
Result files updated according to bugfix for MySQL#55843 (Handled
condition appears as not handled)
2014-12-04 01:52:03 +04:00
Elena Stepanova
cc06415fd6
MDEV-7255 Failures in engines/* tests, part 1
...
In 10.0 output of SHOW DATABASES appears to be sorted, while in result
files it is not.
Added sorted_result for certainty and updated result files.
2014-12-03 19:53:40 +04:00
Sergei Golubchik
f62c12b405
Merge 10.0.14 into 10.1
2014-10-15 12:59:13 +02:00
Sergei Golubchik
7f5e51b940
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
...
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
2014-10-11 18:53:06 +02:00
Michael Widenius
8e4566e912
Don't give warning if there are two unique keys used with INSERT .. ON DUPLICATE KEY UPDATE.
...
We should assume that the store engine will report the first duplicate key for this case.
Old code of suppression of unsafe logging error with LIMIT didn't work, because of wrong usage of my_interval_timer().
Suppress unsafe logging errors to the error log if we get too many unsafe logging errors in a short time.
This is to not overflow the error log with meaningless errors.
- Each error code is suppressed and counted separately.
- We do a 5 minute suppression of new errors if we get more than 10 errors in that time.
Only print unsafe logging errors if log_warnings > 1.
mysql-test/suite/binlog/r/binlog_stm_unsafe_warning.result:
Update test results as INSERT ... ON DUPLICATE KEY UPDATE doesn't get logged anymore
mysql-test/suite/binlog/r/binlog_unsafe.result:
Update test results as INSERT ... ON DUPLICATE KEY UPDATE doesn't get logged anymore
mysql-test/suite/engines/README:
Fixed typos
mysql-test/suite/rpl/r/rpl_known_bugs_detection.result:
Update test results as INSERT ... ON DUPLICATE KEY UPDATE doesn't get logged anymore
sql/sql_base.cc:
Don't log warning if there are two unique keys used with INSERT .. ON DUPLICATE KEY UPDATE.
We should assume that the store engine will report the first duplicate key for this case.
sql/sql_class.cc:
Suppress error in binary log if we get too many unsafe logging errors in a short time.
Only print unsafe logging errors if log_warnings > 1
2014-09-16 00:00:47 +03:00
Elena Stepanova
0aa40c35ca
MDEV-6378 mtr engines iuds time tests fail
...
- 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
2014-07-28 13:31:46 +04:00
Sergei Golubchik
6fb17a0601
5.5.39 merge
2014-08-07 18:06:56 +02:00
Alexander Barkov
a6e5ac2279
MDEV-4929 Myanmar collation
2013-12-20 12:42:33 +04:00