Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Being able to flush, and transport tablespace in InnoDB (or XtraDB), would greatly decrease the downtime endured by creating/duplicating/rebuilding slave servers.
Attachments
Issue Links
- relates to
-
MDEV-515 innodb bulk insert
-
- Closed
-
Activity
Fix Version/s | 10.1.0 [ 12200 ] |
Priority | Minor [ 4 ] | Critical [ 2 ] |
Assignee | Jan Lindström [ jplindst ] |
Labels | innodb |
Priority | Critical [ 2 ] | Major [ 3 ] |
Fix Version/s | 10.1.1 [ 16100 ] | |
Fix Version/s | 10.1.0 [ 12200 ] |
Workflow | defaullt [ 26709 ] | MariaDB v2 [ 46528 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.0.13 [ 16300 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 46528 ] | MariaDB v3 [ 67234 ] |
Workflow | MariaDB v3 [ 67234 ] | MariaDB v4 [ 132086 ] |
initial requirements would probably include:
[mysqld]
innodb_file_per_table = ON
innodb_file_format = Barracuda
MySQL 5.6, extends the FLUSH command with the following syntax:
As per:
http://dev.mysql.com/doc/refman/5.6/en/flush.html
MySQL 5.6 Transportable Tablespace:
http://dev.mysql.com/doc/refman/5.6/en/tablespace-copying.html
Exporting and Importing Tables (XtraDB):
http://www.percona.com/doc/percona-xtrabackup/xtrabackup_bin/exporting_importing_tables.html