~sergei.glushchenko/percona-xtrabackup/xb20-bug932623

  • Committer: Sergei Glushchenko
  • Date: 2012-07-18 15:00:20 UTC
  • Revision ID: sergei.glushchenko@percona.com-20120718150020-1ytkmq7b5kz23qnx
Bug #932623: RENAME TABLE causes incremental prepare to fail
Fix is following. We applying .delta changes to tablespace with matching ID.
Matching tablespace will also be renamed to match the .delta name.
When tablespace with matching name but different ID exists in full
backup, it will be renamed to xtrabackup_tmp#ID.ibd. When no matching
tablespace found, the new one will be created.
fil0fil.c APIs were used for matching.
xb_data_files_init and xb_data_files_close were ported from compact
backups branch. io_handler_thread was modified to handle shutdown signal
properly.
innodb51_builtin.patch was modified, mem_close and mem_pool_free functions
were added.
Calls to mem_init and mem_close were added to avoid assertion failures on debug
builds.
Filename Latest Rev Last Changed Committer Comment Size
..
contrib 241.3.1 13 years ago Daniël van Eeden Add contrib directory with an backup script exampl Diff
doc 213.3.1 13 years ago Aleksandr Kuzminsky Added XtraBackup manual page Diff
patches 228.1.2 13 years ago Alexey Kopytov Port XtraBackup to Percona Server 5.5.9-beta20.1 c Diff
src 385.1.1 12 years ago Alexey Kopytov Rebase of the parallel compression patch on new tr Diff
test 134.1.1 13 years ago Aleksandr Kuzminsky Added the XtraBackup test framework Diff
utils 30.1.2 15 years ago Vadim Tkachenko directory restructure Diff
.bzrignore 444.1.1 11 years ago Hrvoje Matijakovic * removed tracking the theme files for html as the 186 bytes Diff Download File
BUILD-WIN.txt 244.4.1 13 years ago Alexey Kopytov Added initial support for Windows builds: - remov 2.9 KB Diff Download File
BUILD.txt 434.1.1 11 years ago Hrvoje Matijakovic * addressed Alexey's comments from Bug #977533 * d 2.2 KB Diff Download File
CMakeLists.txt 244.4.1 13 years ago Alexey Kopytov Added initial support for Windows builds: - remov 1.6 KB Diff Download File
COPYING 174.1.1 13 years ago Stewart Smith add COPYING file with GPLv2 license. xtrabackup is 18.6 KB Diff Download File
File innobackupex 441 11 years ago Alexey Kopytov Bug #983695: --copy-back should ignore *.qp files 96.4 KB Diff Download File
VERSION 411.2.2 12 years ago Ignacio Nin Update versions to 2.0 25 bytes Diff Download File