Sergei Golubchik
900d7bf360
Merge branch '10.5' into 10.6
2022-10-02 22:14:21 +02:00
Sergei Golubchik
3a2116241b
Merge branch '10.4' into 10.5
2022-10-02 14:38:13 +02:00
Sergei Golubchik
d4f6d2f08f
Merge branch '10.3' into 10.4
2022-10-01 23:07:26 +02:00
Anel Husakovic
1f51d6c0f6
MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB
...
- Added missing information about database of corresponding table for various types of commands
- Update some typos
- Reviewed by: <vicentiu@mariadb.org >
2022-09-30 08:48:57 +02:00
Marko Mäkelä
44fd2c4b24
Merge 10.5 into 10.6
2022-09-20 16:53:20 +03:00
Alexander Barkov
fe844c16b6
Merge remote-tracking branch 'origin/10.4' into 10.5
2022-09-14 16:24:51 +04:00
Marko Mäkelä
18795f5512
Merge 10.3 into 10.4
2022-09-13 16:36:38 +03:00
Alexander Barkov
f1544424de
MDEV-29446 Change SHOW CREATE TABLE to display default collation
2022-09-12 22:10:39 +04:00
Oleksandr Byelkin
d2f1c3ed6c
Merge branch '10.5' into bb-10.6-release
2022-08-03 12:19:59 +02:00
Sergei Golubchik
b174ec169d
MDEV-29225 make explicit_defaults_for_timestamps SESSION variable
...
save it in binlog, so that CREATE TABLE could be replayed correctly
on the slave
2022-08-02 18:08:38 +02:00
Marko Mäkelä
9608773f75
MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent
...
This essentially reverts commit 4e89ec6692
and only disables InnoDB persistent statistics for tests where it is
desirable. By design, InnoDB persistent statistics will not be updated
except by ANALYZE TABLE or by STATS_AUTO_RECALC.
The internal transactions that update persistent InnoDB statistics
in background tasks (with innodb_stats_auto_recalc=ON) may cause
nondeterministic query plans or interfere with some tests that deal
with other InnoDB internals, such as the purge of transaction history.
2021-08-31 13:55:02 +03:00
Dmitry Shulga
97e8d27bed
MDEV-16708: fix in test failures(added --enable_prepared_warnings/--disable_prepared_warnings)
2021-06-17 19:30:24 +02:00
Rucha Deodhar
4e19539c14
MDEV-22189: Change error messages inside code to have mariadb instead of
...
mysql
Fix: Changed error messages, rerecorded results and changed other relevant
files.
2021-05-24 11:38:13 +05:30
Rucha Deodhar
2fdb556e04
MDEV-8334: Rename utf8 to utf8mb3
...
This patch changes the main name of 3 byte character set from utf8 to
utf8mb3. New old_mode UTF8_IS_UTF8MB3 is added and set TRUE by default,
so that utf8 would mean utf8mb3. If not set, utf8 would mean utf8mb4.
2021-05-19 06:48:36 +02:00
Marko Mäkelä
1055cf967f
Merge 10.5 into 10.6
2021-03-20 18:40:07 +02:00
Marko Mäkelä
8570a6a093
Merge 10.4 into 10.5
2021-03-20 13:34:38 +02:00
Marko Mäkelä
d8dc8537e4
Merge 10.3 into 10.4
2021-03-20 13:04:36 +02:00
Alice Sherepa
0f3045e432
fix for engines/funcs/rpl_sp.test
2021-03-19 17:29:18 +01:00
Alice Sherepa
8bdffb3750
fix for tests from engines/funcs
2021-03-19 15:44:07 +01:00
Marko Mäkelä
00528a0445
Merge 10.5 into 10.6
2021-03-19 13:35:18 +02:00
Alice Sherepa
2944d7e692
fix for tests from engines/funcs
2021-03-19 12:20:50 +01:00
Marko Mäkelä
be881ec457
Merge 10.4 into 10.5
2021-03-19 13:09:21 +02:00
Marko Mäkelä
44d70c01f0
Merge 10.3 into 10.4
2021-03-19 11:42:44 +02:00
Marko Mäkelä
19052b6deb
Merge 10.2 into 10.3
2021-03-18 12:34:48 +02:00
Vladislav Vaintroub
aa2ff62082
MDEV-9077 Use sys schema in bootstrapping, incl. mtr
2021-03-18 08:02:48 +01:00
Alice Sherepa
ee12b055ff
reenable tests from engines/funcs
2021-03-10 09:12:57 +01:00
Monty
bff79492c5
Added IF EXISTS to RENAME TABLE and ALTER TABLE
2020-03-24 20:47:41 +02:00
Robert Bindar
042f5165e3
MDEV-307 review minor edits, add yacc_ora support
2019-05-21 09:33:30 +03:00
Monty
9965966a49
Fixed that storage/funcs tests works with Aria
...
Problem was that SHOW CREATE didn't remove PAGE_CHECKSUM=1
2019-05-11 13:52:31 +03:00
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
Marko Mäkelä
b5763ecd01
Merge 10.3 into 10.4
2018-12-18 11:33:53 +02:00
Marko Mäkelä
45531949ae
Merge 10.2 into 10.3
2018-12-18 09:15:41 +02:00
Varun Gupta
93c360e3a5
MDEV-15253: Default optimizer setting changes for MariaDB 10.4
...
use_stat_tables= PREFERABLY
optimizer_use_condition_selectivity= 4
2018-12-09 09:22:00 +05:30
Michael Widenius
39018f2a5a
Move mysql-test-run/extra/rpl_tests to suite/rpl/include
...
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to
remove clash with include/rpl_sync.inc
2018-03-29 13:59:44 +03:00
Sergei Golubchik
9584c6753e
MDEV-12874 UPDATE statements with the same source and target
...
update engine tests
2017-10-04 10:28:20 +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
Elena Stepanova
9213ac8fd8
Follow-up for a411d7f4f6 - change in formatting of SHOW CREATE TABLE
2016-12-15 02:35:31 +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
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