xb_export test fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Alexey Kopytov | ||
1.6 |
Fix Released
|
Critical
|
Alexey Kopytov | ||
Trunk |
Fix Released
|
Critical
|
Alexey Kopytov |
Bug Description
CentOS 5.5 x86_64
Percona Server 5.1.55-rel12.6
xtrabackup Ver 1.6 Rev 245
Test t/xb_export.sh fails. When we use xtrabackup for prepare with --no-defaults option, we should explicitely specify option --innodb_
Backup contains tables in their own .ibd files.
Part from log:
2011-04-12 19:44:37: xb_export.sh: ===> xtrabackup --no-defaults --datadir=
xtrabackup: cd to /root/percona-
xtrabackup: This target seems to be not prepared yet.
xtrabackup: Temporary instance for recovery is set as followings.
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: Starting InnoDB instance for recovery.
xtrabackup: Using 104857600 bytes for buffer pool (set by --use-memory parameter)
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use GCC atomic builtins
InnoDB: Compressed tables use zlib 1.2.3
InnoDB: Warning: innodb_
110412 19:44:37 InnoDB: Initializing buffer pool, size = 100.0M
110412 19:44:37 InnoDB: Completed initialization of buffer pool
110412 19:44:37 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 38470
110412 19:44:37 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Doing recovery: scanned up to log sequence number 58034 (1 %)
110412 19:44:37 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
110412 19:44:37 Percona XtraDB (http://
xtrabackup: starting shutdown with innodb_
110412 19:44:37 InnoDB: Starting shutdown...
110412 19:44:38 InnoDB: Shutdown completed; log sequence number 58034
xtrabackup Ver 1.6 Rev 245 for 5.1.55 unknown-linux-gnu (x86_64)
xtrabackup: xtrabackup_logfile detected: size=2097152, start_lsn=(38470)
xtrabackup: export option is specified.
xtrabackup: export option is for file_per_table only, disabled.
Related branches
- Alexey Kopytov (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedtest/t/xb_export.sh (+1/-1)
- Stewart Smith: Pending requested
-
Diff: 251 lines (+88/-26)5 files modifiedtest/bootstrap.sh (+2/-2)
test/inc/common.sh (+23/-3)
test/run.sh (+19/-3)
test/t/xb_export.sh (+37/-10)
xtrabackup.c (+7/-8)
- Stewart Smith: Pending requested
-
Diff: 181 lines (+47/-21)4 files modifiedtest/bootstrap.sh (+2/-2)
test/run.sh (+1/-1)
test/t/xb_export.sh (+37/-10)
xtrabackup.c (+7/-8)
Changed in percona-xtrabackup: | |
status: | Invalid → Fix Committed |
Changed in percona-xtrabackup: | |
status: | Fix Committed → Fix Released |
Changed in percona-xtrabackup: | |
status: | In Progress → Fix Released |
Marked bug as invalid, because it is said in docs that if we do not have innodb_ file_per_ table option specified in my.cnf, option should be passed to xtrabackup during "--prepare --export".