Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
-
None
-
Linux CentOS 6.5
-
10.1.31
Description
When there is file for a table in a database directory in the datadir which is not in the data dictionary for InnoDB and tables are encrypted, then running mariaback will crash mariabackup with a core dump.
How to reproduce:
Install MariaDB 10.1.26 and MariaDB-Backup
$ sudo bash
- service mysql start
- mysql -u root test -e "CREATE TABLE t1(c1 INT)"
- mysql -u root test -e "INSERT INTO t1 VALUES(1)"
- service mysql stop
- cd /var/lib/mysql/test
- cp t1.frm t1_1.frm
- cp t1.ibd t1_1.ibd
- chown mysql:mysql t1_1.*
- service mysql start
- mkdir /tmp/backup
- mariabackup --backup --target-dir=/tmp/backup/ --user=root
Crash!
Attachments
Issue Links
- is duplicated by
-
MDEV-13284 mariadb-server: fil_load_single_table_tablespace(): mysqld killed by SIGABRT
- Closed