diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-08-22 16:13:54 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-08-22 16:13:54 +0200 |
commit | df2fe554bc4f467341cc7ba6a8d9706279837683 (patch) | |
tree | 6fb814b28d2a0b8227b7a9f835f2b888c2a2596f /storage/xtradb/include/univ.i | |
parent | c82fac112d2883d826ab91559c12fe1e2a5e35cc (diff) | |
parent | 1d0db778b0c3f8fcf1b0639e1c0db376e93d463a (diff) | |
download | mariadb-git-df2fe554bc4f467341cc7ba6a8d9706279837683.tar.gz |
5.1 merge
increase xtradb verson from 13.0 to 13.01
Diffstat (limited to 'storage/xtradb/include/univ.i')
-rw-r--r-- | storage/xtradb/include/univ.i | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/storage/xtradb/include/univ.i b/storage/xtradb/include/univ.i index 902d0c94ddd..1ae4a48be31 100644 --- a/storage/xtradb/include/univ.i +++ b/storage/xtradb/include/univ.i @@ -46,7 +46,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 1 #define INNODB_VERSION_MINOR 0 #define INNODB_VERSION_BUGFIX 17 -#define PERCONA_INNODB_VERSION 13.0 +#define PERCONA_INNODB_VERSION 13.01 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; @@ -149,14 +149,6 @@ Sun Studio */ /* DEBUG VERSION CONTROL ===================== */ -/* The following flag will make InnoDB to initialize -all memory it allocates to zero. It hides Purify -warnings about reading unallocated memory unless -memory is read outside the allocated blocks. */ -/* -#define UNIV_INIT_MEM_TO_ZERO -*/ - /* When this macro is defined then additional test functions will be compiled. These functions live at the end of each relevant source file and have "test_" prefix. These functions are not called from anywhere in @@ -221,15 +213,6 @@ operations (very slow); also UNIV_DEBUG must be defined */ #define UNIV_BTR_DEBUG /* check B-tree links */ #define UNIV_LIGHT_MEM_DEBUG /* light memory debugging */ -#ifdef HAVE_valgrind -/* The following sets all new allocated memory to zero before use: -this can be used to eliminate unnecessary Purify warnings, but note that -it also masks many bugs Purify could detect. For detailed Purify analysis it -is best to remove the define below and look through the warnings one -by one. */ -#define UNIV_SET_MEM_TO_ZERO -#endif - /* #define UNIV_SQL_DEBUG #define UNIV_LOG_DEBUG |