Merge branch '10.2' into 10.3

This commit is contained in:
Oleksandr Byelkin 2020-12-23 19:28:02 +01:00
commit 25561435e0
115 changed files with 1936 additions and 1234 deletions

View file

@ -173,8 +173,6 @@ DROP PROCEDURE test.pr;
# MDEV-13274 mysql_upgrade fails if dbname+tablename+partioname > 64 chars
#
use test;
call mtr.add_suppression('Column last_update in table `mysql`.`innodb_table_stats` is INT NOT NULL but should be');
alter table mysql.innodb_table_stats modify last_update int not null;
create table extralongname_extralongname_extralongname_extralongname_ext (
id int(10) unsigned not null,