====================================================================================================
SYSBENCH BENCHMARK REPORT
====================================================================================================
MACHINE: drizzle-build-n02.wc1.dfw1.stabletransit.com
RUN ID: 1036
RUN DATE: 2011-03-31T11:37:38.357872
WORKLOAD: innodb_1000K_readwrite
SERVER: drizzled
VERSION: staging
REVISION: 2259
COMMENT: 2259: Lee Bieber 2011-03-31 [merge] Merge Stewart - xtrabackup port
to drizzle
====================================================================================================
TRENDING OVER LAST 5 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1340.82 -0.63% -8.54 1322.37 1382.01 1349.36
16.00
32 1614.86 +0.53% 8.44 1486.14 1651.34 1606.42
41.60
64 1697.18 +1.53% 25.60 1591.27 1729.92 1671.58
48.39
128 1737.24 +0.46% 7.99 1676.60 1776.85 1729.25
29.85
256 1700.26 +0.22% 3.66 1677.28 1716.57 1696.61
13.73
512 1471.22 -0.68% -10.09 1462.23 1496.73 1481.31
10.05
1024 904.99 -0.94% -8.55 883.49 997.74 913.54
31.98
====================================================================================================
TRENDING OVER Last 20 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1340.82 -0.92% -12.50 1302.34 1417.54 1353.32
25.80
32 1614.86 +3.61% 56.23 1434.06 1656.92 1558.63
59.19
64 1697.18 +3.42% 56.06 683.67 1732.67 1641.12
151.08
128 1737.24 +0.95% 16.35 1604.72 1776.85 1720.89
30.24
256 1700.26 +0.80% 13.56 1625.01 1722.07 1686.70
21.03
512 1471.22 +0.00% 0.05 1447.76 1496.73 1471.17
11.39
1024 904.99 -0.96% -8.81 880.38 997.74 913.80
27.43
====================================================================================================
TRENDING OVER ALL runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1340.82 +2.85% 37.18 345.67 1503.03 1303.64
74.83
32 1614.86 +1.00% 15.99 616.39 1870.18 1598.87
117.10
64 1697.18 -1.72% -29.73 683.67 2059.46 1726.91
139.88
128 1737.24 -2.40% -42.63 1289.29 2051.37 1779.88
109.22
256 1700.26 -0.33% -5.61 1223.81 1824.49 1705.87
63.79
512 1471.22 +6.60% 91.03 661.33 1554.29 1380.19
171.51
1024 904.99 -14.33% -151.32 859.21 1143.07 1056.31
55.42
====================================================================================================
FULL REVISION COMMENTARY:
2242.1.133: Stewart Smith 2011-03-31 [merge] merge my patch to
percona-xtrabackup for copyright headers
0.65.5: Stewart Smith 2011-03-31 add copyright header to xb_stats.sh test
0.65.4: Stewart Smith 2011-03-31 add missing copyright headers to shell
scripts (Drizzle build farm does a check for correct licenses in all possible
source files)
2242.1.132: Stewart Smith 2011-03-31 [merge] merge latest xtrabackup from
Percona tree
0.65.3: Alexey Kopytov 2011-03-28 [merge] Bug #672384: --stats does not work
0.66.1: Valentine Gostev 2011-02-15 Added simple test for stats option
0.65.2: Alexey Kopytov 2011-03-25 Updates to built-in innobackupex usage
docs.
0.65.1: Alexey Kopytov 2011-03-24 [merge] An addendum patch to
advanced-compiler-warnings-fixes patch from Stewart.
0.1.240: Stewart Smith 2011-03-24 fix a whoopsie in fixing local shadows
global var
2242.1.131: Stewart Smith 2011-03-31 since ibool is ulint, ICC gives us
warnings in xtrabackup.cc when converting from ibool to bool.
2242.1.130: Stewart Smith 2011-03-30 definition of error::level_t has moved,
fix xtrabackup build
2242.1.129: Stewart Smith 2011-03-30 [merge] merge trunk
2242.1.128: Stewart Smith 2011-03-29 xtrabackup needs typedef for
CHARSET_INFO, currently not changing everywhere inside xtrabackup for ease of
merging from xtrabackup tree
2242.1.127: Stewart Smith 2011-03-29 [merge] merge trunk
2242.1.126: Stewart Smith 2011-03-29 rename xtrabackup binary to
drizzlebackup.innobase
2242.1.125: Stewart Smith 2011-03-29 convert from using po::value<char*> to
po::value<std::string> in xtrabackup. This was causing issues on some OSX
builds.
2242.1.124: Stewart Smith 2011-03-28 explicitly #include <string> for
xtrabackup
2242.1.123: Stewart Smith 2011-03-28 add xtrabackup.cc to POTFILES.in
2242.1.122: Stewart Smith 2011-03-28 [merge] merge trunk
2242.1.121: Stewart Smith 2011-03-28 xtrabackup needs to link against LIBZ
2242.1.120: Stewart Smith 2011-03-25 fix compiler warning on OSX (and others)
2242.1.119: Stewart Smith 2011-03-24 fix various boolean command line options
for xtrabackup to be just --foo instead of having to be --foo=true/false
2242.1.118: Stewart Smith 2011-03-24 make --backup parameter default to false
and not require a =true for xtrabackup
2242.1.117: Stewart Smith 2011-03-24 remove unused defines for gptr in
xtrabackup
2242.1.116: Stewart Smith 2011-03-24 remove unused enum options_xtrabackup
2242.1.115: Stewart Smith 2011-03-24 fix xtrabackup messag printing by
appending newline to each errmsg::printf
2242.1.114: Stewart Smith 2011-03-24 use the same default datadir that
drizzled does
2242.1.113: Stewart Smith 2011-03-24 fix up not specifying a datadir in
xtrabackup
2242.1.112: Stewart Smith 2011-03-24 [merge] merge latest changes from
percona-xtrabackup trunk
0.1.239: Alexey Kopytov 2011-03-23 [merge]
lp:~percona-dev/percona-xtrabackup/fix-makefile-drizzle-style
0.64.45: Alexey Kopytov 2011-03-23 Removed -Wframe-larger-than as it is
not supported by gcc 4.1
0.64.44: Stewart Smith 2011-03-21 Fix xtrabackup makefile for:
mysql/percona-server linked using system zlib instead of in-tree zlib.
Additional make target for xtradb55dbug if you built percona-server in debug
mode. Also add a lot of new warnings to CFLAGS. we use -isystem as an argument
for the include dirs so that we do not get warnings generated by the header
files in mysql/percona-server - only warnings because of xtrabackup.
0.1.238: Alexey Kopytov 2011-03-22 [merge] Automerge from
lp:~stewart/percona-xtrabackup/advanced-compiler-warning-fixes
0.64.43: Stewart Smith 2011-03-21 node is unused
0.64.42: Stewart Smith 2011-03-21 last location where system shadows
global (a system call). Instead let's jsut call it f_system.
0.64.41: Stewart Smith 2011-03-21 another location where system shadows
global (a system call). Instead let's jsut call it f_system.
0.64.40: Stewart Smith 2011-03-21 system shadows global (a system call).
Instead let's jsut call it f_system.
0.64.39: Stewart Smith 2011-03-21 copy_loop label is unused. the code
that uses it is commented out, comment out the label also.
0.64.38: Stewart Smith 2011-03-21 heap and offsets shadow other
variables. If you look closely, I think this better exposes a memory leak...
maybe... this depends on rec_get_offsets() and what it does with memory usage
0.64.37: Stewart Smith 2011-03-21 rename page_offset to offset_on_page as
page_offset() shadows a symbol from innobase (a function) at the very least
causing confusion, at most, nasty subtle as all heck bugs.
0.64.36: Stewart Smith 2011-03-21 fix warning about wrong signedness to
strncpy(). Casting to char* is fine here.
0.64.35: Stewart Smith 2011-03-21 fix warning about wrong signedness to
strncpy(). Casting to char* is fine here.
0.64.34: Stewart Smith 2011-03-21 fix regres may be used uninit. Simple
init to zero should suffice.
0.64.33: Stewart Smith 2011-03-21 Fix info.page_size may be used uninited
warning.
0.64.32: Stewart Smith 2011-03-21 Fix regres may be used init warning
0.64.31: Stewart Smith 2011-03-21 fix warning: ?prev_found? may be used
uninitialized in this function [-Wuninitialized] by initing it to NULL. I
believe that this wouldn't be the cause of a real bug due to how the mysql
command line option parsing stuff works. (Note that we use a different library
to do this in Drizzle)
0.64.30: Stewart Smith 2011-03-21 mtr,page,block shadows global in
xtrabackup_stats_level().
0.64.29: Stewart Smith 2011-03-21 mtr shadows global in
xtrabackup_stats_func().
0.64.28: Stewart Smith 2011-03-21 fix warning fro n shadows global
variable. There was a xtrabackup global variable named n. n was then used as a
local variable. This is confusing to say the least, I believe this fix to be
correct (i've renamed the global to thread_nr and the local to nr).
0.64.27: Stewart Smith 2011-03-21 fix too many arguments for format
[-Wformat-extra-args] warning in innodb_init_param(). There was an extra
parameter that wasn't specified in the format string
0.64.26: Stewart Smith 2011-03-21 fix too many arguments for format
[-Wformat-extra-args] warning in main(). There was an extra parameter that
wasn't specified in the format string
0.1.237: Alexey Kopytov 2011-03-22 [merge] Automerge from
lp:~stewart/percona-xtrabackup/simple-compiler-warning-fixes
0.64.25: Stewart Smith 2011-03-21 stat_info was unused variable in
xtrabackup_create_output_dir
0.64.24: Stewart Smith 2011-03-21 i and regres were unused variables
0.64.23: Stewart Smith 2011-03-21 Warning of lsn_high, lsn_low and
incremental_low being unused for when INNODB_VERSION_SHORT is defined. These
should only exist in the #ifndef INNODB_VERSION_SHORT block to avoid the warning
0.64.22: Stewart Smith 2011-03-21 innodb_init_param() should be static
0.64.21: Stewart Smith 2011-03-21 xtrabackup_read_metadata() should be
static
0.64.20: Stewart Smith 2011-03-21 innodb_init() and innodb_end() should
be static
0.64.19: Stewart Smith 2011-03-21 xtrabackup_write_metadata should be
static
0.64.18: Stewart Smith 2011-03-21 xb_read_delta_metadata,
xb_write_delta_metadata, xtrabackup_io_throttling, xtrabackup_copy_datafile,
xtrabackup_copy_logfile should all be static
0.64.17: Stewart Smith 2011-03-21 xtrabackup_backup_func should be static
0.64.16: Stewart Smith 2011-03-21 xtrabackup_stats_level should be static
0.64.15: Stewart Smith 2011-03-21 xtrabackup_stats_func should be static
0.64.14: Stewart Smith 2011-03-21 xtrabackup_init_temp_log should be
static
0.64.13: Stewart Smith 2011-03-21 xtrabackup_apply_delta should be static
0.64.12: Stewart Smith 2011-03-21 xtrabackup_apply_deltas should be static
0.64.11: Stewart Smith 2011-03-21 xtrabackup_close_temp_logs should be
static
0.64.10: Stewart Smith 2011-03-21 xtrabackup_prepare_func should be static
0.64.9: Stewart Smith 2011-03-21 fix unused parameter warning in
log_copying_thread io_watching_thread and xtrabackup_apply_delta
0.64.8: Stewart Smith 2011-03-21 fix unused parameter warning in
trx_is_strict, thd_supports_xa, thd_lock_wait_timeout, innobase_raw_format and
innobase_convert_identifier
0.64.7: Stewart Smith 2011-03-21 fix unused parameter warning in
innobase_invalidate_query_cache, mysql_get_identifier_quote_char and
innobase_print_identifier
0.64.6: Stewart Smith 2011-03-21 fix unused parameter warning in
innobase_get_charset and innobase_get_stmt()
0.64.5: Stewart Smith 2011-03-21 fix unused parameter warning in
innobase_convert_from_id()
0.64.4: Stewart Smith 2011-03-21 fix unused parameter warning in
innobase_convert_from_table_id()
0.64.3: Stewart Smith 2011-03-21 fix unused parameter warnings in
thd_is_replication_slave_thread thd_has_edited_nontrans_tables thd_is_select
and innobase_mysql_print_thd
0.64.2: Stewart Smith 2011-03-21 fix declaration of ?system? shadows a
global declaration [-Wshadow] warning in datafileS_iter_new()
0.64.1: Stewart Smith 2011-03-21 fix warning for unused parameter in
thd_wait_begin and thd_wait_end
0.1.236: Alexey Kopytov 2011-03-21 Restored the ability to build against
MySQL 5.5 which was removed when
0.1.235: Vadim Tkachenko 2011-03-20 [merge] merged
lp:~percona-dev/percona-xtrabackup/bugfix_368945
0.63.1: Vadim Tkachenko 2011-03-18 Fix for buf #368945
2242.1.111: Stewart Smith 2011-03-20 add xtrabackup_api.h to noinst headers
2242.1.110: Stewart Smith 2011-03-20 if innobase is in read only mode, we
should not try to write lock the data files (we'll fail) - we just want to read
them anyway
2242.1.109: Stewart Smith 2011-03-20 hack xtrabackup command line options a
bit so that a basic backup and restore is possible. still bugs.
2242.1.108: Stewart Smith 2011-03-20 fix command line option check for flush
log at trx commit in xtrabackup
2242.1.107: Stewart Smith 2011-03-20 implement skeleton
thd_set_lock_wait_time for xtrabackup
2242.1.106: Stewart Smith 2011-03-20 implement a couple more skeleton
functions needed by xtrabackup
2242.1.105: Stewart Smith 2011-03-20 fil_file_readdir_next_file and
recv_check_cp_is_consistent added to xtrabackup_api.h
2242.1.104: Stewart Smith 2011-03-20 start removing static from functions in
innobase needed for xtrabackup: move prototypes to xtrabackup_api.h so we can
keep track of them. Also implement a errmsg_printf in xtrabackup that just
prints to stderr
2242.1.103: Stewart Smith 2011-03-20 fix up placeholders for xtrabackup
printing out binlog info
2242.1.102: Stewart Smith 2011-03-20 just put in placeholders for xtrabackup
printing out binlog info
2242.1.101: Stewart Smith 2011-03-20 add srv_apply_log_only to Drizzle's
innobase plugin (needed by xtrabackup)
2242.1.100: Stewart Smith 2011-03-20 add srv_fake_write to Drizzle's innobase
plugin (needed by xtrabackup)
2242.1.99: Stewart Smith 2011-03-20 add srv_read_only to Drizzle's innobase
plugin (needed by xtrabackup
2242.1.98: Stewart Smith 2011-03-20 fix up last warning to do with command
line parsing
2242.1.97: Stewart Smith 2011-03-20 load_default_groups is unused
2242.1.96: Stewart Smith 2011-03-20 a bunch of small fixes around command
line option parsing
2242.1.95: Stewart Smith 2011-03-20 remove old mysys option parsing calls
2242.1.94: Stewart Smith 2011-03-20 we need gettext too
2242.1.93: Stewart Smith 2011-03-20 fix extra brackets around log_file_size
option processing
2242.1.92: Stewart Smith 2011-03-20 fix extra brackets around some cmd line
arg processing
2242.1.91: Stewart Smith 2011-03-20 cast for malloc and align of various types
2242.1.90: Stewart Smith 2011-03-20 cast for malloc for regex_t*
2242.1.89: Stewart Smith 2011-03-20 fix too many parameters to printf
2242.1.88: Stewart Smith 2011-03-20 some unused variables
2242.1.87: Stewart Smith 2011-03-20 some unused variables
2242.1.86: Stewart Smith 2011-03-20 printf format specifier fix
2242.1.85: Stewart Smith 2011-03-20 some casts for strncpy
2242.1.84: Stewart Smith 2011-03-20 fix casts in ut_malloc calls
2242.1.83: Stewart Smith 2011-03-20 remove unused variable
2242.1.82: Stewart Smith 2011-03-20 printf format specifier fix
2242.1.81: Stewart Smith 2011-03-20 my_setwd -> chdir in
xtrabackup_prepare_func
2242.1.80: Stewart Smith 2011-03-20 xtrabackup_prepare_func should be static
2242.1.79: Stewart Smith 2011-03-20 fix casts in ut_malloc calls
2242.1.78: Stewart Smith 2011-03-20 xtrabackup_close_temp_logs be static
2242.1.77: Stewart Smith 2011-03-20 xtrabackup_apply_deltas should be static
2242.1.76: Stewart Smith 2011-03-20 xtrabackup_apply_delta has unused
check_newer parameter
2242.1.75: Stewart Smith 2011-03-20 xtrabackup_apply_delta should be static
2242.1.74: Stewart Smith 2011-03-20 printf format specifier fix
2242.1.73: Stewart Smith 2011-03-20 fix casts in ut_malloc calls
2242.1.72: Stewart Smith 2011-03-20 xtrabackup_init_temp_log should be static
2242.1.71: Stewart Smith 2011-03-20 fix local shadows global
2242.1.70: Stewart Smith 2011-03-20 printf format specifier fix
2242.1.69: Stewart Smith 2011-03-20 my_setwd to chdir
2242.1.68: Stewart Smith 2011-03-20 xtrabackup_stats_func should be static
2242.1.67: Stewart Smith 2011-03-20 some more locals shadow globals fixes
2242.1.66: Stewart Smith 2011-03-20 some local varibales shadowing globals
2242.1.65: Stewart Smith 2011-03-20 xtrabackup_stats_level should be static
2242.1.64: Stewart Smith 2011-03-20 use proper PRIu64 in printf format strings
2242.1.63: Stewart Smith 2011-03-20 add explicit cast for ut_align call
2242.1.62: Stewart Smith 2011-03-20 my_errno to errno
2242.1.61: Stewart Smith 2011-03-20 n shadows global var. eek. hopefully this
helps fix that
2242.1.60: Stewart Smith 2011-03-20 xtrabackup_backup_func needs to be
static, use posix chdir instead of my_setcwd
2242.1.59: Stewart Smith 2011-03-20 Drizzle doesn't need my_thread_init/end
as we don't use my_stat
2242.1.58: Stewart Smith 2011-03-20 my_mkdir -> mkdir and my_errno to errno
2242.1.57: Stewart Smith 2011-03-20 some my_stat and my_mkdir -> stat and
mkdir conversion
2242.1.56: Stewart Smith 2011-03-20 MY_STAT not used in
xtrabackup_create_output_dir
2242.1.55: Stewart Smith 2011-03-19 unused parameters
2242.1.54: Stewart Smith 2011-03-19 fix more printf specifiers to be PRIu64
2242.1.53: Stewart Smith 2011-03-19 copy_loop label defined but not used
2242.1.52: Stewart Smith 2011-03-19 a (BAD) fix for sign compare warning
2242.1.51: Stewart Smith 2011-03-19 fix some casts for malloc
2242.1.50: Stewart Smith 2011-03-19 some unused variables
2242.1.49: Stewart Smith 2011-03-19 more functions taht should be static in
xtrabackup
2242.1.48: Stewart Smith 2011-03-19 fx xtrabackup_write_metadata including
printf formats
2242.1.47: Stewart Smith 2011-03-19 fix up printf strings in
xtrabackup_read_metadata to use PRIu64 instead of llu - is correct
2242.1.46: Stewart Smith 2011-03-19 some xtrabackup functions should be static
2242.1.45: Stewart Smith 2011-03-19 we sohuld be okay just not having the old
latin1 stuff... should..
2242.1.44: Stewart Smith 2011-03-19 fix UINT_MAX32 -> UINT32_MAX
2242.1.43: Stewart Smith 2011-03-19 innodb_init_param should be static
2242.1.42: Stewart Smith 2011-03-19 unused p'aram in trx_is_strict
2242.1.41: Stewart Smith 2011-03-19 fix thd_supportS_xa for drizzle
2242.1.40: Stewart Smith 2011-03-19 fix thd_lock_wait_timeout for drizzle
2242.1.39: Stewart Smith 2011-03-19 fix up innobase_raw_format for drizzle
2242.1.38: Stewart Smith 2011-03-19 innobase_query_is_update doesn't exist
for drizzle
2242.1.37: Stewart Smith 2011-03-19 fix up call to get_charset
2242.1.36: Stewart Smith 2011-03-19 fix up call to get_charset
2242.1.35: Stewart Smith 2011-03-19 fix up innobase_mysql_cmp() for drizzle -
mainly by taking and adapting from ha_innodb.cc
2242.1.34: Stewart Smith 2011-03-19 some unused parameters pixup in xtrabackup
2242.1.33: Stewart Smith 2011-03-19 innobase_print_identifier unused in
drizzle
2242.1.32: Stewart Smith 2011-03-19 mysql_get_identifier_quote_char doesn't
exist in drizzle
2242.1.31: Stewart Smith 2011-03-19 fix up some casting needed around void*
of stuff in xtrabackup
2242.1.30: Stewart Smith 2011-03-19 fix up some unused parameters in
xtrabackup
2242.1.29: Stewart Smith 2011-03-19 fix up innobase_mysql_tmpfile
implementation for Drizzle
2242.1.28: Stewart Smith 2011-03-19 File isn't defined - it's a int for a
file descriptor
2242.1.27: Stewart Smith 2011-03-19 fix up innobase_get_stmt for drizzle
2242.1.26: Stewart Smith 2011-03-19 fix up includes and linking for
all_charsets as needed by xtrabackup
2242.1.25: Stewart Smith 2011-03-19 get_one_option was unused
2242.1.24: Stewart Smith 2011-03-19 remove some printing of defaults calls -
we need to redo this for new cmdline parsing
2242.1.23: Stewart Smith 2011-03-19 define a my_progname define to have
xtrabackup consistently print out what we're called
2242.1.22: Stewart Smith 2011-03-19 fix type conversion in ut_malloc call
2242.1.21: Stewart Smith 2011-03-19 remove the mysql tempdirs list from
xtrabackup
2242.1.20: Stewart Smith 2011-03-19 [merge] merge in Andrew's command line
options work for xtrabackup
2242.2.1: Andrew Hutchings 2011-03-19 Add the basics for boost::po
(probably doesn't work yet)
2242.1.19: Stewart Smith 2011-03-19 drizzle doesn't have innobase-get_charset
2242.1.18: Stewart Smith 2011-03-19 fix up decl and unused params of
innobase_convert_from_id
2242.1.17: Stewart Smith 2011-03-19 fix up decl and unused params of
innobase_convert_from_table_id
2242.1.16: Stewart Smith 2011-03-19 use namespace drizzle for CHARSET_INFO
and fix up innobase_mysql_print_thd dummy
2242.1.15: Stewart Smith 2011-03-19 some unused parameters cleanup
2242.1.14: Stewart Smith 2011-03-19 we don't have
innobase_mysql_(prepare|end)_print_arbitrary_thd()
2242.1.13: Stewart Smith 2011-03-19 fix up some of teh dummy functions we
need to supply to innobase in xtrabackup
2242.1.12: Stewart Smith 2011-03-19 print version correctly for Drizzle
2242.1.11: Stewart Smith 2011-03-19 use uint64_t instead of longlong and
ulonglong in xtrabackup
2242.1.10: Stewart Smith 2011-03-19 we do not need the thd_wait_ functions
2242.1.9: Stewart Smith 2011-03-19 remove MYSQL_VERSION_ID checks from just
about everywhere - we are using innodb 1.1 which is in 5.5
2242.1.8: Stewart Smith 2011-03-19 remove checks for INNODB_VERSION_SHORT in
xtrabackup: we are not innodb in MySQL 5.1
2242.1.7: Stewart Smith 2011-03-19 add in some drizzled::internal includes as
xtrabackup uses some charset stuff
2242.1.6: Stewart Smith 2011-03-19 xtrabackup: my_bool -> bool
2242.1.5: Stewart Smith 2011-03-19 we'll need to link xtrabackup to Boos libs
to do command line arg processing
2242.1.4: Stewart Smith 2011-03-19 Drizzle doesn't have any of the mysql
header files and we should fake which release we are
2242.1.3: Stewart Smith 2011-03-19 add foo in innobase plugin.am to build
xtrabackup
2242.1.2: Stewart Smith 2011-03-19 rename xtrabackup into plugin/innobase/
2242.1.1: Stewart Smith 2011-03-19 [merge] add xtrabackup
0.1.234: Alexey Kopytov 2011-03-18 [merge] Merge from
lp:~percona-dev/percona-xtrabackup/port-to-ps-5.5
0.62.2: Alexey Kopytov 2011-03-15 Port XtraBackup to Percona Server
5.5.9-beta20.1 codebase.
0.62.1: Alexey Kopytov 2011-03-14 Corrected fix for bug #713799 in the
Percona Server 5.1 version of the patch.
0.1.233: Valentine Gostev 2011-03-17 [merge] Moved ib_include test to
disabled suite
0.61.1: Valentine Gostev 2011-03-17 Moved ib_include.sh test from primary
suite to disable suite
0.1.232: Valentine Gostev 2011-03-17 [merge] Fixed absolute path in
ib_partition test
0.60.1: Valentine Gostev 2011-03-17 Fixed absolute path in ib_partition
test
0.1.231: Alexey Kopytov 2011-03-16 LP bug #703070: xtrabackup_55 core dumps
on FreeBSD
0.1.230: Valentine Gostev 2011-03-16 [merge] Fixed ib_partition test
0.59.1: Valentine Gostev 2011-03-08 Fixed typo in ib_partition test
0.1.229: Valentine Gostev 2011-03-15 [merge] Added fox and test for
#420181, added test for 597384
0.58.1: Valentine Gostev 2011-03-05 [merge] Added fox and test for
#420181, added test for 597384
0.57.1: Valentine Gostev 2011-02-26 Added fix and test for 420181,
added test for 597384
0.1.228: Alexey Kopytov 2011-03-13 Ported XtraBackup to MySQL 5.1.55, MySQL
5.5.9 and Percona Server 5.1.55-rel12.6
0.1.227: Valentine Gostev 2011-03-03 [merge] Added test for 713799, added
suite support
0.56.1: Valentine Gostev 2011-03-01 Added experimental test for bug 713799
0.1.226: Alexey Kopytov 2011-02-24 Addendum to the patch for bug #606981.
0.1.225: Alexey Kopytov 2011-02-23 [merge] Automerge from trunk.
0.52.4: Vadim Tkachenko 2011-02-23 [merge] merge man page
0.55.1: Aleksandr Kuzminsky 2011-01-10 Added XtraBackup manual page
0.52.3: Ignacio Nin 2011-02-23 [merge] New versions of MySQL
0.54.1: Ignacio Nin 2011-02-22 Fixes required for building in CentOS 5
0.52.2: Valentine Gostev 2011-02-22 [merge] Added tests against
partitioned tables for innobackupex and xtrabackup
0.53.1: Valentine Gostev 2011-02-09 Added tests for backup of
partitioned tables
0.52.1: Valentine Gostev 2011-02-22 [merge] Added test for
innodb_expand_import
0.51.2: Valentine Gostev 2011-02-10 fixed test case
0.51.1: Valentine Gostev 2011-02-01 Added test case for tables
import/export
0.1.224: Alexey Kopytov 2011-02-23 Bug #606981: linux + o_direct + stream
backup = broken?
0.1.223: Vadim Tkachenko 2011-02-12 [merge] merged test for this bug
lp:~percona-dev/percona-xtrabackup/ib_incremental_test
0.50.1: Valentine Gostev 2011-02-14 Added test for innobackupex
incremental feature
0.1.222: Vadim Tkachenko 2011-02-11 Disabled auto-creating of ib_logfile*
when
0.1.221: Alexey Kopytov 2011-02-12 LP bug #717784: Race condition in
directory creation with parallel
0.1.220: Vadim Tkachenko 2011-02-11 Bugfix #680936
0.1.219: Vadim Tkachenko 2011-02-11 Added option --incremental-lsn to
innobackupex script.
0.1.218: Vadim Tkachenko 2011-02-11 Added option --incremental-dir to
innobackupex script
0.1.217: Vadim Tkachenko 2011-02-11 Bugfix #597384
0.1.216: Vadim Tkachenko 2011-02-11 Bugfix #701767
0.1.215: Alexey Kopytov 2011-02-06 Fix for LP bug #713799: race condition
when trying to open an already
0.1.214: Alexey Kopytov 2011-01-25 Bug #703077: "./utils/build.sh 5.5"
fails on FreeBSD
0.1.213: Alexey Kopytov 2011-01-03 [merge] Automerge from
lp:~core-longbow/percona-xtrabackup/bug688211
0.49.2: Valentine Gostev 2011-01-02 Added fix for bug 688211 (additional
single quotes)
0.49.1: Valentine Gostev 2011-01-02 Added test for bug 688211
0.1.212: Alexey Kopytov 2010-12-30 [merge] Automerge from
lp:~percona-dev/percona-xtrabackup/incremental+compressed
0.48.2: Alexey Kopytov 2010-12-30 [merge] Manual merge from trunk.
0.48.1: Alexey Kopytov 2010-12-30 InnoDB compression support for
incremental backups.
0.1.211: Alexey Kopytov 2010-12-29 [merge] Manual merge from
lp:~percona-dev/percona-xtrabackup/safe-slave-backup
0.46.6: Daniel Nichter 2010-08-06 Add and implement --safe-slave-backup
and --safe-slave-backup-timeout.
0.1.210: Alexey Kopytov 2010-12-28 [merge] Null-merging unrelated changes
from lp:~percona-dev/percona-xtrabackup/safe-slave-backup
0.46.5: Vadim Tkachenko 2010-04-11 [merge] merge from main tree
0.46.4: Aleksandr Kuzminsky 2010-04-08 [merge] Added Debian rules for
packages
0.47.2: Aleksandr Kuzminsky 2010-04-08 Removed dublicate Depends
0.47.1: Aleksandr Kuzminsky 2010-04-08 Added Debian rules to build .deb
0.46.3: Aleksandr Kuzminsky 2010-04-07 Include Revision number in a
version message
0.46.2: Aleksandr Kuzminsky 2010-04-07 XtraBackup .spec is ported to use
XtraDB 10 as a base
0.46.1: Vadim Tkachenko 2010-04-03 [merge] merge from trunk
0.1.209: Alexey Kopytov 2010-12-28 [merge] Manual merge from
lp:~percona-dev/percona-xtrabackup/mysql-5-5-8-cmake
0.45.1: Ignacio Nin 2010-12-18 Compile against 5.5.8
0.1.208: Alexey Kopytov 2010-12-28 [merge] Manual merge from
lp:~percona-dev/percona-xtrabackup/exit_codes
0.44.1: Aleksandr Kuzminsky 2010-11-09 fixed exit codes: EXIT_SUCCESS on
success and EXIT_FAILURE on a failure
0.1.207: Alexey Kopytov 2010-12-28 [merge] Automerge from
lp:~percona-dev/percona-xtrabackup/55_on_freebsd
0.43.2: Aleksandr Kuzminsky 2010-11-04 fixed typo: extra LIBS are included
0.43.1: Aleksandr Kuzminsky 2010-11-02 Link with libaio only on Linux
platform
0.1.206: Alexey Kopytov 2010-12-19 [merge] Updated XtraBackup patches and
the build script to the latest MySQL 5.1, 5.5 and Percona Server releases.
0.42.1: Alexey Kopytov 2010-12-15 Updated XtraBackup patches and the
build script to the latest MySQL 5.1, 5.5 and Percona Server releases.
0.1.205: Alexey Kopytov 2010-12-10 [merge] Added tests for incremental and
partial backups (merge from Valentine)
0.41.6: Valentine Gostev 2010-12-09 Added function for loading sample
databases
0.41.5: Valentine Gostev 2010-12-09 Removed function for enabling
innodb_file_per_table - option is available as an argument to run_mysqld
function
0.41.4: Valentine Gostev 2010-12-09 Removed --target-directory option of
cp for MacOS compatibility
0.41.3: Valentine Gostev 2010-12-08 Renamed sakila2 db to
incremental_sample to avoid misunderstandings
0.41.2: Valentine Gostev 2010-12-06 Fixed typos in common.sh, moved
enabling innodb_file_per_table to test itself
0.41.1: Valentine Gostev 2010-12-06 Added tests for incremental and
partial backups
0.1.204: Aleksandr Kuzminsky 2010-12-10 set dhelper compat level to 5 to
let xtrabackup be built on hardy
0.1.203: Aleksandr Kuzminsky 2010-12-09 [merge] Use XtraDB w/o
response-time-distribution.patch
0.40.3: Aleksandr Kuzminsky 2010-12-08 checkout the source code to
explicitly set directory
0.40.2: Aleksandr Kuzminsky 2010-12-08 corrcted the branch name
0.40.1: Aleksandr Kuzminsky 2010-12-08 Use
lp:percona-server/release---for_xtrabackup branch to compile xtradb
0.1.202: Aleksandr Kuzminsky 2010-12-02 [merge] Minimal changes required
for fixing the compilation problems created by new version of cpp (present in
Maverick and Fedora 14 for example).
0.39.1: Ignacio Nin 2010-12-03 Fixes for securing proper compilation at
maverick (newer GCC)
0.1.201: Alexey Kopytov 2010-12-02 Fixed the broken 5.5 build introduced by
revision 200.
0.1.200: Alexey Kopytov 2010-12-02 LP bug#683507: xtrabackup should be
updated to use the latest 5.1, 5.5
0.1.199: Alexey Kopytov 2010-12-01 LP bug#683507: xtrabackup should be
updated to use the latest 5.1, 5.5
0.1.198: Alexey Kopytov 2010-12-01 LP bug#683507: xtrabackup should be
updated to use the latest 5.1, 5.5
0.1.197: Vadim Tkachenko 2010-11-30 [merge] merge for bug #681507
0.38.5: Alexey Kopytov 2010-12-01 LP bug#681507: Compile error,
XtraBackup 1.5(trunk), CentOS 5
0.1.196: Alexey Kopytov 2010-11-30 [merge] Merge from trunk.
0.38.4: Aleksandr Kuzminsky 2010-11-24 Version is set to 1.5
0.38.3: Aleksandr Kuzminsky 2010-11-24 O3 optimisation is set in
xtrabackup's Makefile
0.38.2: Aleksandr Kuzminsky 2010-11-23 Build XtraBackup with -O3
optimisation
0.38.1: kinoyasu 2010-11-21 change overtaken-check to the more exact
method.
0.1.195: Alexey Kopytov 2010-11-29 Implementation of parallel data files
transfer for xtrabackup.
0.1.194: kinoyasu 2010-11-17 add overtaken-check at the copying transaction
log of --backup
0.1.193: Vadim Tkachenko 2010-11-13 Remove support for 5.0 builds
0.1.192: kinoyasu 2010-11-12 adjust rev.191 for backward compatibility
0.1.191: kinoyasu 2010-11-12 add check of the last lsn of the backup and
applied lsn of the prepare
0.1.190: Aleksandr Kuzminsky 2010-11-11 [merge] If files are missing, it'll
continue with a warning, assuming tables were dropped.
0.37.4: Baron Schwartz 2010-11-10 [merge] merge with parent
0.37.3: Baron Schwartz 2010-11-09 Ignore missing files, as they are
likely to be dropped table and can be skipped
0.37.2: Baron Schwartz 2010-10-27 Make it write the --extra-lsndir even
in --log-stream mode
0.37.1: Baron Schwartz 2010-10-26 add --extra-lsndir to xtrabackup
0.1.189: kinoyasu 2010-11-11 remove needless retry at
xtrabackup_copy_datafile()
0.1.188: kinoyasu 2010-11-09 fix fil_node_open_file() for exact file size
after applying .delta
0.1.187: kinoyasu 2010-11-05 revert to treat the pages of FIL_PAGE_LSN is 0
as .delta file. It is not needed for consistent InnoDB datafile. And it seems
to increase size of .delta
0.1.186: kinoyasu 2010-11-02 .delta file also includes the pages of
FIL_PAGE_LSN is 0 (just brand-new pages)
0.1.185: Aleksandr Kuzminsky 2010-10-30 Use Percona Server 5.1.51-rel11.5
in XtraBackup tests
0.1.184: Aleksandr Kuzminsky 2010-10-27 Added build dependancy on
libaio-dev in the debian package
0.1.183: Aleksandr Kuzminsky 2010-10-26 1. Fixed .spec for MySQL 5.5
0.1.182: Aleksandr Kuzminsky 2010-10-21 1. Build script is extended to
support XtraBackup for MySQL 5.5
0.1.181: root 2010-10-20 added --redo-only option to innobackupex
0.1.180: kinoyasu 2010-10-20 --apply-log-only option for all versions
0.1.179: kinoyasu 2010-10-20 add --apply-log-only option for test only for
based on 5.5 version for now. It may be needed for incremental --prepare
operation exactly.
0.1.178: root 2010-10-19 support for 5.5 in scripts
0.1.177: kinoyasu 2010-10-13 alpha implementation for 5.5.6-rc
innodb(plugin)
0.1.176: kinoyasu 2010-10-06 treat correctly --tables_file with --stream
(show warning and ignore)
0.1.175: Vadim Tkachenko 2010-09-30 [merge] merge
lp:~stewart/percona-xtrabackup/copyright
0.36.1: Stewart Smith 2010-10-01 add COPYING file with GPLv2 license.
xtrabackup is under GPLv2 as documented on
https://launchpad.net/percona-xtrabackup and
http://www.percona.com/docs/wiki/percona-xtrabackup:start
0.1.174: Vadim Tkachenko 2010-09-29 tables_file option is applied to copy
via stream also
0.1.173: Aleksandr Kuzminsky 2010-09-27 Version is set to 1.4 in .spec
0.1.172: Daniel Nichter 2010-09-25 Parse tables file as simple list of
databases.tables.
0.1.171: Daniel Nichter 2010-09-24 Filter files copied according to
--tables-file.
0.1.170: Yasufumi Kinoshita 2010-09-17 innodb_use_sys_malloc.patch is
applied and enabled to fix_innodb_for_backup51.patch, not to crash
--tables_file option
0.1.169: Vadim Tkachenko 2010-09-09 fixes to BUILD.txt
0.1.168: Vadim Tkachenko 2010-09-09 [merge] merged innobackexp tables-file
param
0.35.1: Daniel Nichter 2010-09-03 Add --tables-file to innobackupex.
0.1.167: kinoyasu 2010-09-08 xtrabackup_binlog_pos_innodb is output when
--prepare, if the information exist.
0.1.166: Aleksandr Kuzminsky 2010-08-27 workaround -u shell option
0.1.165: Aleksandr Kuzminsky 2010-08-27 Set LD_LIBRARY_PATH to run
Percona-Server client
0.1.164: Aleksandr Kuzminsky 2010-08-26 Set explicitly shell in the test
framework
0.1.163: Aleksandr Kuzminsky 2010-08-26 suppress warnings in error
detecting function
0.1.162: Aleksandr Kuzminsky 2010-08-26 changed references to old
xtrabackup_50
0.1.161: Aleksandr Kuzminsky 2010-08-26 fixed path in .spec and .deb
0.1.160: Aleksandr Kuzminsky 2010-08-26 Use new patch for MySQL 5.1
0.1.159: kinoyasu 2010-08-25 recover 5.1 builtin base version support, and
remove unused or obsolete patches
0.1.158: kinoyasu 2010-08-25 new option --tables_file is added
0.1.157: kinoyasu 2010-08-24 remove file not found tables from data
dictionary when --prepare
0.1.156: Aleksandr Kuzminsky 2010-08-12 Fixed an unset variable bug when
running the tests as root user
0.1.155: Aleksandr Kuzminsky 2010-08-11 XtraBackup Test Suite has got an
option -m.
0.1.154: Yasufumi Kinoshita 2010-08-11 fix bug611960
0.1.153: Aleksandr Kuzminsky 2010-08-10 [merge] 1. XtraBackup test suite is
added to RPM and DEB packages
0.34.4: Aleksandr Kuzminsky 2010-08-10 1. Minor issues are fixed on
Debian platform
0.34.3: Aleksandr Kuzminsky 2010-08-10 removed debug message
0.34.2: Aleksandr Kuzminsky 2010-08-10 Added xtrabackup-test to Debian
packages
0.34.1: Aleksandr Kuzminsky 2010-08-10 Xtrabackup test suite is added to
RPM package
0.1.152: Aleksandr Kuzminsky 2010-08-04 1. innobackupex saves the
xtrabackup binary name in a file xtrabackup_binary.
0.1.151: Aleksandr Kuzminsky 2010-07-28 use xtrabackup.exe on MSWin platform
0.1.150: Aleksandr Kuzminsky 2010-07-28 Use xtrabackup binary for MySQL 5.1
with InnoDB plugin
0.1.149: kinoyasu 2010-07-27 extend --table of xtrabackup to accept several
regexp separated by ","
0.1.148: Aleksandr Kuzminsky 2010-07-22 Fixed Bug#595770: rpmbuild strips
binaries, so __os_install_post is redefined to change default behaviour
0.1.147: Aleksandr Kuzminsky 2010-07-20 [merge] Fixed Bug#595770
0.33.1: Aleksandr Kuzminsky 2010-07-19 Fixed Bug#595770
0.1.146: Aleksandr Kuzminsky 2010-07-15 Respect CFLAGS in Makefile
0.1.145: Aleksandr Kuzminsky 2010-07-15 Suppress output to stdout(which
breaks --stream backups)Added test xb_stream.sh
0.1.144: Aleksandr Kuzminsky 2010-07-14 fix in innobackupex
xtrabackup_legacy to xtrabackup_50
0.1.143: Aleksandr Kuzminsky 2010-07-13 Removed dependacy on mysql from deb
packages
0.1.142: Aleksandr Kuzminsky 2010-07-08 Use gmake on FreeBSD
0.1.141: Aleksandr Kuzminsky 2010-07-08 Adapted .spec and debian/rules to
xtrabackup_50 binary
0.1.140: Aleksandr Kuzminsky 2010-07-08 1. The name of xtrabackup binary is
changed to xtrabackup_50, xtrabackup_51
0.1.139: Aleksandr Kuzminsky 2010-07-08 changed name of xtrabackup binary
0.1.138: Aleksandr Kuzminsky 2010-07-06 [merge] Added XtraBackup test suite
0.32.1: Aleksandr Kuzminsky 2010-06-02 Added the XtraBackup test framework
0.1.137: Aleksandr Kuzminsky 2010-07-06 [merge] Merged release-1.3-dev. Two
binaries package
0.30.13: Aleksandr Kuzminsky 2010-07-05 fixed debian/rules
0.30.12: Aleksandr Kuzminsky 2010-07-05 fixed debian/rules
0.30.11: Aleksandr Kuzminsky 2010-07-05 fixed debian/rules
0.30.10: Aleksandr Kuzminsky 2010-07-05 fix in debian/rules
0.30.9: Aleksandr Kuzminsky 2010-07-04 Build XtraDB first (for debug
purpose)
0.30.8: Aleksandr Kuzminsky 2010-07-04 removed configure rule
0.30.7: Aleksandr Kuzminsky 2010-07-04 removed distclean rule
0.30.6: Aleksandr Kuzminsky 2010-07-04 [merge] re-added Debian rules
0.31.1: root 2010-07-04 Added Debian rules
0.30.5: Aleksandr Kuzminsky 2010-07-04 RPM delivers xtrabackup and
xtrabackup_legacy
0.30.4: Aleksandr Kuzminsky 2010-07-04 adapted to
xtrabackup_legacy/xtrabackup binaries
0.30.3: Aleksandr Kuzminsky 2010-07-02 Changed xtrabackup_plugin to
xtrabackup_legacy and xtrabackup_xtradb to xtrabackup
0.30.2: Aleksandr Kuzminsky 2010-07-01 innobackupex checks MySQL version.
0.30.1: Aleksandr Kuzminsky 2010-07-01 1. Build.sh is used to build
Xtrabackup. Accepts 5.0, 5.1, plugin and xtradb and an argument
0.1.136: kinoyasu 2010-06-25 port to Percona Server 5.1.47-11
0.1.135: kinoyasu 2010-06-07 fix bug589639
0.1.134: kinoyasu 2010-05-12 add
fix_innodb_for_backup_5.1_plugin_1.0.7.patch for mysql-5.1.46(normal
innodb_plugin 1.0.7)
0.1.133: kinoyasu 2010-04-23 fix duplicate close() problem at
xtrabackup_copy_datafile()
0.1.132: Yasufumi Kinoshita 2010-04-11 fix bug561106
0.1.131: Vadim Tkachenko 2010-04-03 bugfix 552111
0.1.130: Vadim Tkachenko 2010-04-03 bugfix 546876
0.1.129: Vadim Tkachenko 2010-04-03 bugfix 402894
0.1.128: Vadim Tkachenko 2010-04-03 change binary name in help
0.1.127: kinoyasu 2010-03-30 tar4ibd supports variable page size and
fast_checksum of XtraDB
0.1.126: kinoyasu 2010-03-30 add XtraDB-10 base build support, and fix
bug550776
0.1.125: Aleksandr Kuzminsky 2010-03-11 Added dependancy on mysql-client
0.1.124: Aleksandr Kuzminsky 2010-03-11 utils/xtrabackup.spec is ported to
MySQL 5.1 + InnoDB plugin
0.1.123: Aleksandr Kuzminsky 2010-03-08 Uncommented in Makefile options for
MySQL with InnoDB plugin
0.1.122: Daniel Nichter 2010-03-01 [merge] Merge exit-code branch.
0.29.1: Daniel Nichter 2010-03-01 Get ibbackup/xtrabackup exit code.
Exit with same.
0.1.121: kinoyasu 2010-02-25 fix bug498660
0.1.120: Daniel Nichter 2010-02-24 [merge] Merge force-tar4ibd branch.
0.28.1: Daniel Nichter 2010-02-24 Make --stream=tar use tar4ibd by
default unless hidden --force-tar is specified.
0.1.119: kinoyasu 2010-02-08 fix bug of "tar4ibd over 64GB file"
0.1.118: kinoyasu 2010-02-03 tar4ibd can treat over 64GB file
0.1.117: Daniel Nichter 2010-01-28 [merge] Merge host-option branch.
0.27.1: Daniel Nichter 2010-01-23 Bug 510965: add --host, remove
--host=127.0.0.1 from --port.
0.1.116: Daniel Nichter 2010-01-22 [merge] merged
lp:~percona-dev/percona-xtrabackup/bugfix510964
0.26.1: Daniel Nichter 2010-01-22 Fix bug 510964: innobackupex doesn't
pass --defaults-files to mysql child proc
0.1.115: Daniel Nichter 2010-01-22 [merge] merged
lp:~percona-dev/percona-xtrabackup/bugfix510960
0.25.1: Daniel Nichter 2010-01-22 Fix bug 510960: innobackupex
--remote-host scp doesn't copy MyISAM files
0.1.114: Yasufumi Kinoshita 2010-01-04 aligin
fix_innodb_for_backup_plugin.patch to plugin 1.0.6
0.1.113: Aleksandr Kuzminsky 2009-12-08 [merge] Fixed Bug #463691: usage()
is output to STDOUT
0.24.1: Aleksandr Kuzminsky 2009-12-07 Fixed Bug #463691: usage() is
output to STDOUT
0.1.112: Aleksandr Kuzminsky 2009-12-08 [merge] Fixed Bug #463709: The
script outputs its own name
0.23.1: Aleksandr Kuzminsky 2009-12-06 Fixed Bug #463709: The script
outputs its own name
0.1.111: Aleksandr Kuzminsky 2009-12-08 [merge] Fixed Bug #434492: 1)
Corrected paths for build51tree.sh; 2) Added error processing
0.22.1: Aleksandr Kuzminsky 2009-12-06 Fixed Bug #434492: 1) Corrected
paths for build51tree.sh; 2) Added error processing
0.1.110: Aleksandr Kuzminsky 2009-12-08 [merge] Fixed Bug #434486: Using
dirname(), basename() instead of manual parsing of filenames
0.21.1: Aleksandr Kuzminsky 2009-12-06 Fixed Bug #434486: Using
dirname(), basename() instead of manual parsing of filenames
0.1.109: Aleksandr Kuzminsky 2009-12-03 [merge] innobackupex is ported on
windows
0.20.6: Aleksandr Kuzminsky 2009-11-28 fixed quoting issue in making dirs
when copy_back()
0.20.5: Aleksandr Kuzminsky 2009-11-27 Fixed issue in quoting
defaults-file when specified
0.20.4: Aleksandr Kuzminsky 2009-11-27 escape_path() function is added.
0.20.3: Aleksandr Kuzminsky 2009-11-25 Fixed a couple of copy issues
0.20.2: Aleksandr Kuzminsky 2009-11-25 * Use copy instead of cp on windows
0.20.1: Aleksandr Kuzminsky 2009-11-19 Fixed number of issues in
innobackupex-1.5.1 on windows platform
0.1.108: Aleksandr Kuzminsky 2009-11-19 [merge] Fixed Bug #479665: The
issue with MS Visual Studio compiler
0.19.1: akuzminsky 2009-11-10 Fixed bug479665
0.1.107: Aleksandr Kuzminsky 2009-11-18 [merge] Fixed Bug#485011: Put path
and file names into quotes when --print-param
0.18.1: Aleksandr Kuzminsky 2009-11-18 Fixed Bug#485011: Put path and
file names into quotes when --print-param
0.1.106: kinoyasu 2009-11-06 fix treating option for mysql client a little
0.1.105: kinoyasu 2009-11-05 additional fix bug 440119
0.1.104: kinoyasu 2009-11-04 fix bug 440119
0.1.103: kinoyasu 2009-10-29 fix bug 461099
0.1.102: kinoyasu 2009-10-28 change error message of scp .frm files
0.1.101: Aleksandr Kuzminsky 2009-10-14 [merge] merged
lp:~percona-dev/percona-xtrabackup/no-lock-option. --no-lock option is added
0.17.2: Aleksandr Kuzminsky 2009-10-14 --no-lock disclaimer is added
0.17.1: Aleksandr Kuzminsky 2009-10-14 --no-lock option is added
0.1.100: kinoyasu 2009-10-05 initial implementation for InnoDB Plugin
0.1.99: kinoyasu 2009-10-01 refix bug 435634
0.1.98: Aleksandr Kuzminsky 2009-09-30 [merge] Fixed Bug #435634
0.16.1: Aleksandr Kuzminsky 2009-09-30 fixes bug435634
0.1.97: kinoyasu 2009-09-29 fix bug 437788 maybe
0.1.96: kinoyasu 2009-09-18 Windows conscious change more
0.1.95: kinoyasu 2009-09-14 add more exact error message at innobackupex
0.1.94: kinoyasu 2009-09-14 Windows conscious experimental change
0.1.93: kinoyasu 2009-09-11 suppress purge when --stats
0.1.92: Aleksandr Kuzminsky 2009-09-08 include build number in RPM name
0.1.91: kinoyasu 2009-09-08 suppress master_thread ibuf operations for
--stats
0.1.90: kinoyasu 2009-09-08 suppress ibuf operations for --stats
0.1.89: kinoyasu 2009-09-04 fix bug 386535, bug 402884, probability to
crash --prepare
0.1.88: kinoyasu 2009-09-03 fix fatal bug at --backup when added --stats
0.1.87: akuzminsky 2009-09-01 [merge] Fixed bug#417178
0.15.1: akuzminsky 2009-09-01 Fixed bug#417178
0.1.86: kinoyasu 2009-08-31 fix misc
0.1.85: kinoyasu 2009-08-25 new option --stats to gather index stats
0.1.84: kinoyasu 2009-08-21 some fixes for 32bit
0.1.83: Aleksandr Kuzminsky 2009-08-17 Fixed bug394464
0.1.82: Aleksandr Kuzminsky 2009-08-17 Fixed bug389360
0.1.81: Aleksandr Kuzminsky 2009-08-17 [merge] Fixed bug408966
0.14.2: Aleksandr Kuzminsky 2009-08-17 fixed syntax error
0.14.1: Aleksandr Kuzminsky 2009-08-17 Fixed bug#408966
0.1.80: kinoyasu 2009-08-05 [merge] prepare-speed-hack is added
0.13.2: kinoyasu 2009-08-04 variable innodb_fast_recovery is added but
default is enabled
0.13.1: kinoyasu 2009-07-08 speed hack of
buf_flush_insert_sorted_into_flush_list
0.1.79: kinoyasu 2009-07-22 fix bug 395407
0.1.78: Aleksandr Kuzminsky 2009-07-20 [merge] xtrabackup prints the
revision of the source code
0.12.3: Aleksandr Kuzminsky 2009-07-17 env variables are exported
0.12.2: Aleksandr Kuzminsky 2009-07-17 escaped backslashes
0.12.1: Aleksandr Kuzminsky 2009-07-17 1) xtrabackup prints source code
revision number set via XTRABACKUP_REVISION
0.1.77: Aleksandr Kuzminsky 2009-07-15 [merge] Fixed hardcoded Version in
the .spec file
0.11.1: Aleksandr Kuzminsky 2009-07-09 fix bug397462
0.1.76: kinoyasu 2009-07-09 tar4ibd could not treat over 8GB file, now max
64GB
0.1.75: Aleksandr Kuzminsky 2009-07-08 [merge] fix bug396069
0.10.2: Aleksandr Kuzminsky 2009-07-07 keep previous CFLAGS value
0.10.1: Aleksandr Kuzminsky 2009-07-07 XTRABACKUP_VERSION can be
re-defined with gcc's -D option
0.1.74: kinoyasu 2009-07-07 maybe fix bug 395977
0.1.73: kinoyasu 2009-07-03 fix bug 394781, bug 394374
0.1.72: kinoyasu 2009-07-02 fix bug 386179
0.1.71: Aleksandr Kuzminsky 2009-07-01 [merge] Allow configuration of scp
options
0.9.1: Aleksandr Kuzminsky 2009-07-01 Allow configuration of scp options
0.1.70: Aleksandr Kuzminsky 2009-06-30 [merge] tar4ibd is included into the
RPM package
0.8.1: Aleksandr Kuzminsky 2009-06-30 Added tar4ibd into RPM
0.1.69: kinoyasu 2009-06-23 innobackupex: fixed return code handling
0.1.68: kinoyasu 2009-06-22 new mode of innobackupex --stream=tar4ibd; new
command tar4ibd based on libtar-1.2.11
0.1.67: Vadim Tkachenko 2009-06-17 [merge] Merged support of ARCHIVE tables
0.7.1: Elan Ruusamäe / PLD 2009-06-16 - add ARZ and ARM (lp#388029)
0.1.66: Vadim Tkachenko 2009-06-17 Added incremental option to
innobackupex-1.5.1 script
0.1.65: kinoyasu 2009-06-18 rollback XA PREPAREd transaction automatically
at --prepare
0.1.64: kinoyasu 2009-06-15 to extend tablespace size, if needed after
--prepare
0.1.63: kinoyasu 2009-06-09 data page corruption check is added to local
backup mode
0.1.62: kinoyasu 2009-06-02 fix simple mistakes
0.1.61: kinoyasu 2009-05-27 innobackupex can pass --export option
0.1.60: kinoyasu 2009-05-26 experimantal option --export is added
0.1.59: kinoyasu 2009-05-26 fix error handling of tar stream again..
0.1.58: kinoyasu 2009-05-26 fix error handling of tar stream
0.1.57: Vadim Tkachenko 2009-05-21 tag rc-0.7
0.1.56: Vadim Tkachenko 2009-05-21 {rc-0.7} patch for tar removed
0.1.55: Vadim Tkachenko 2009-05-20 patch for tar, read rate
0.1.54: kinoyasu 2009-05-15 disable applying doublewrite buffer. because it
may be older than the original pages
0.1.53: kinoyasu 2009-05-14 fix compiling error at 5.1
0.1.52: kinoyasu 2009-05-12 add to use posix_fadvise() if possible
0.1.51: kinoyasu 2009-05-07 change --backup to be affected by
--innodb_flush_method=O_DIRECT
0.1.50: kinoyasu 2009-05-05 remove unnecessary error check for data file
size
0.1.49: Vadim Tkachenko 2009-04-29 tag beta-0.6
0.1.48: Vadim Tkachenko 2009-04-27 {beta-0.6} beta 0.6 release version
0.1.47: kinoyasu 2009-04-23 show innodb_fast_shutdown at shutdown for
checking
0.1.46: kinoyasu 2009-04-22 make restricted not to overwrite backup
0.1.45: kinoyasu 2009-04-21 messages are fixed a little
0.1.44: kinoyasu 2009-04-17 change block size of tar for InnoDB datafiles
0.1.43: kinoyasu 2009-04-16 fix bug 358266, bug 359341
0.1.42: kinoyasu 2009-04-10 fix bug 357653; remove innobackup-1.5.1.patch
0.1.41: kinoyasu 2009-04-09 some performance tuning
0.1.40: kinoyasu 2009-04-09 align progress % of log apply; fix version
0.1.39: kinoyasu 2009-04-08 maybe last fix bug 352742
0.1.38: root 2009-04-07 utils for deb build
0.1.37: Vadim Tkachenko 2009-04-07 fix for build script, patch to patches
0.1.36: kinoyasu 2009-04-07 some small fixes of innobackupex: bug 355214,
bug 356776, etc
0.1.35: kinoyasu 2009-04-07 fix somebugs: bug 339013, bug 352742
0.1.34: kinoyasu 2009-04-02 more user-friendly incremental backup
0.1.33: kinoyasu 2009-04-01 primitive implementation of incremental backup
0.1.32: kinoyasu 2009-04-01 [merge] fix bug 352742 is merged
0.6.2: Vadim Tkachenko 2009-03-27 directory restructure
0.6.1: Vadim Tkachenko 2009-03-27 version change
0.1.31: kinoyasu 2009-04-01 fix bug 352742
0.1.30: kinoyasu 2009-03-27 fix bug 342540
0.1.29: kinoyasu 2009-03-27 add progress % of log applying, fix file
extension, mem_heap_get_size
0.1.28: kinoyasu 2009-03-26 allow over 4GB xtrabackup_logfile at 64-bit
architecture
0.1.27: kinoyasu 2009-03-25 fix bug 347856: fix patches for InnoDB
0.1.26: kinoyasu 2009-03-24 fix bug 346197
0.1.25: kinoyasu 2009-03-17 [merge] merged
0.5.1: Vadim Tkachenko 2009-03-13 added spec for RHEL build
0.1.24: kinoyasu 2009-03-17 Add patch to use usleep() (bug 342540)
0.1.23: kinoyasu 2009-03-13 fix REGEXP behavior (including database name)
0.1.22: kinoyasu 2009-03-13 "innobackup --stream=tar" is supported
0.1.21: kinoyasu 2009-03-12 [merge] merged
0.4.1: Vadim Tkachenko 2009-03-11 Change Makefile to really work with
5.1-standard
0.1.20: kinoyasu 2009-03-12 innobackup --include=REGEXP with --remote
0.1.19: kinoyasu 2009-03-12 xtrabackup --tables=REGEXP, innobackup
--index=REGEXP
0.1.18: kinoyasu 2009-03-11 supporting MySQL 5.1
0.1.17: kinoyasu 2009-03-11 --remote-host uses scp/ssh, remove using rsync
0.1.16: kinoyasu 2009-03-11 [merge] merge from alpha-0.2 and fix remote
backup-my.cnf
0.3.2: System Administrator 2009-03-11 renamed innobackup to innobackupex
0.3.1: System Administrator 2009-03-11 Compiling on Mac OS X 64bit
0.1.15: kinoyasu 2009-03-10 trial implementation of --remote-host when
--incremental (innobackup)
0.1.14: kinoyasu 2009-03-10 using rsync for incremental backup
0.1.13: kinoyasu 2009-03-09 fix handling of xtrabackup_logfile not found
0.1.12: kinoyasu 2009-03-09 suppress some errors at InnoDB
0.1.11: kinoyasu 2009-03-06 fix tribials
0.1.10: root 2009-03-05 fixes to build script
0.1.9: Vadim Tkachenko 2009-03-05 change version to alpha-0.2
0.1.8: Vadim Tkachenko 2009-03-05 added helper build script
0.1.7: Vadim Tkachenko 2009-03-04 patche innobackup-1.5.1 added
0.1.6: kinoyasu 2009-03-05 fix miss patch of innobackup
0.1.5: kinoyasu 2009-03-05 add innobackup support patch, fix some bugs
0.1.4: kinoyasu 2009-03-04 [merge] merged main branch
0.2.1: Vadim Tkachenko 2009-03-03 add patch to fix MySQL source code
0.1.3: kinoyasu 2009-03-04 planned options are implemented
0.1.2: kinoyasu 2009-03-03 The first usable version.
0.1.1: kinoyasu 2009-03-02 initial registration
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help : https://help.launchpad.net/ListHelp