mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 11.0 into 11.1
This commit is contained in:
@@ -844,8 +844,17 @@ Note 1060 Duplicate column name 'v'
|
||||
alter table `b` add column if not exists ( p bit );
|
||||
drop table `b`;
|
||||
#
|
||||
# End of 10.4 tests
|
||||
# MDEV-30528 Assertion !mbmaxlen || ... failed
|
||||
# in dtype_get_at_most_n_mbchars()
|
||||
#
|
||||
CREATE TABLE t(f TEXT) WITH SYSTEM VERSIONING CHARACTER SET utf8 ENGINE=InnoDB;
|
||||
INSERT INTO t VALUES ('foo');
|
||||
DELETE FROM t;
|
||||
ALTER TABLE t ADD FULLTEXT (f);
|
||||
affected rows: 1
|
||||
info: Records: 1 Duplicates: 0 Warnings: 0
|
||||
DROP TABLE t;
|
||||
# End of 10.4 tests
|
||||
#
|
||||
# MDEV-21941 RENAME doesn't work for system time or period fields
|
||||
#
|
||||
@@ -869,6 +878,4 @@ t1 CREATE TABLE `t1` (
|
||||
PERIOD FOR SYSTEM_TIME (`x`, `y`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING
|
||||
drop table t1;
|
||||
#
|
||||
# End of 10.5 tests
|
||||
#
|
||||
|
Reference in New Issue
Block a user