mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge branch '10.2' into 10.3
This commit is contained in:
commit
6bb11efa4a
125 changed files with 1579 additions and 609 deletions
|
|
@ -0,0 +1,7 @@
|
|||
call mtr.add_suppression("InnoDB: Table `test`.`t1` has an unreadable root page");
|
||||
CREATE TABLE t1 (a INT AUTO_INCREMENT PRIMARY KEY, b TEXT, c char(200)) ENGINE=InnoDB page_compressed=yes encrypted=yes;
|
||||
insert into t1(b, c) values("mariadb", "mariabackup");
|
||||
# Corrupt the table
|
||||
# xtrabackup backup
|
||||
FOUND 1 /Database page corruption detected.*/ in backup.log
|
||||
drop table t1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue