mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Merge branch '10.2' into 10.3
This commit is contained in:
commit
25561435e0
115 changed files with 1936 additions and 1234 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue