lp:~percona-dev/percona-xtrabackup/percona-xtrabackup-windows
- Get this branch:
- bzr branch lp:~percona-dev/percona-xtrabackup/percona-xtrabackup-windows
Branch merges
- Vadim Tkachenko: Approve on 2011-04-20
- Valentine Gostev (community): Approve (qa) on 2011-04-20
-
Diff: 1336 lines (+573/-208)7 files modifiedBUILD-WIN.txt (+83/-0)
CMakeLists.txt (+59/-0)
Makefile (+1/-4)
test/t/ib_partition.sh (+4/-4)
utils/build.sh (+1/-1)
xb_regex.h (+71/-0)
xtrabackup.c (+354/-199)
Branch information
- Owner:
- Percona developers
- Status:
- Merged
Recent revisions
- 245. By Alexey Kopytov on 2011-04-21
-
Added initial support for Windows builds:
- removed the compatibility symlink from the source tree, it will be
created when packaging once the necessary changes are merged from the
release branch- abstracted away regex API into xb_regex.h so we can use native regex
on POSIX systems and my_regex on Windows- fixed a number of code issues which Visual Studio builds
- added CMakeLists.txt
- added building instructions in BUILD-WIN.txt
- 244. By Alexey Kopytov on 2011-04-13
-
Automerge from lp:~stewart/percona-xtrabackup/gcc46-warnings-backport
- 243. By Alexey Kopytov on 2011-04-13
-
Fixed end-of-lines characters in sakila-data.sql from CRLF to LF.
- 242. By Alexey Kopytov on 2011-03-31
-
Merge from lp:~stewart/percona-xtrabackup/fix-local-shadows-global
- 241. By Alexey Kopytov on 2011-03-28
-
Bug #672384: --stats does not work
The problem was that 'xtrabackup --stats' crashed when used on a backup
with no log files created. That's not a documented usage, the XtraBackup
manual explicitly states that one needs correctly sized log files to use
the statistics feature.Fixed xtrabackup so that when no log files can be found in the backup
directory, a descriptive error message is printed instead of crashing. - 240. By Alexey Kopytov on 2011-03-25
-
Updates to built-in innobackupex usage docs.
Fix for bug #646647.
- 239. By Alexey Kopytov on 2011-03-24
-
An addendum patch to advanced-
compiler- warnings- fixes patch from Stewart. - 238. By Alexey Kopytov on 2011-03-22
-
Automerge from lp:~stewart/percona-xtrabackup/advanced-compiler-warning-fixes
- 237. By Alexey Kopytov on 2011-03-22
-
Automerge from lp:~stewart/percona-xtrabackup/simple-compiler-warning-fixes
- 236. By Alexey Kopytov on 2011-03-21
-
Restored the ability to build against MySQL 5.5 which was removed when
porting to Percona Server 5.5.We need it for Windows builds.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)