mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@@ -20,4 +20,12 @@ WHERE table_schema = 'test' AND table_name = 't1';
|
||||
disconnect stop_purge;
|
||||
DROP TABLE t1;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-22855 Assertion (!field->prefix_len ||
|
||||
--echo # field->fixed_len == field->prefix_len)
|
||||
--echo # failed in btr_node_ptr_max_size
|
||||
--echo #
|
||||
CREATE TABLE t1(c CHAR(194) CHARACTER SET UTF32, KEY k1(c(193)))ENGINE=InnoDB;
|
||||
INSERT INTO t1 SET c='';
|
||||
DROP TABLE t1;
|
||||
--echo # End of 10.4 tests
|
||||
|
@@ -10,6 +10,7 @@
|
||||
#
|
||||
# Check actual behavior for table, partitioned table and temporary table
|
||||
# #############################################################
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_innodb_16k.inc
|
||||
--source include/have_partition.inc
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
--source include/have_innodb.inc
|
||||
|
||||
--source include/innodb_rollback_on_timeout.inc
|
||||
|
||||
--echo End of 5.0 tests
|
||||
--echo # End of 5.0 tests
|
||||
|
Reference in New Issue
Block a user