Sergei Golubchik
2f20d297f8
Merge branch '10.0' into 10.1
2016-12-11 09:53:42 +01:00
Sergei Golubchik
f35b0d8ef8
Merge branch 'merge/merge-xtradb-5.6' into 10.0
2016-12-04 01:37:55 +01:00
Sergei Golubchik
7436c3d6ab
5.6.34-79.1
2016-12-02 10:22:18 +01:00
Sergei Golubchik
a98c85bb50
Merge branch '10.0-galera' into 10.1
2016-11-02 13:44:07 +01:00
Sergei Golubchik
675f27b382
Merge branch 'merge/merge-xtradb-5.6' into 10.0
...
commented out the "compressed columns" feature
2016-10-25 18:28:31 +02:00
Sergei Golubchik
d7dc03a267
5.6.33-79.0
2016-10-25 17:01:37 +02:00
Vladislav Vaintroub
ee1d08c115
Revert "Prepare XtraDB to be used with xtrabackup."
...
This reverts commit de5646f1a9
.
2016-10-23 00:10:37 +00:00
Vladislav Vaintroub
de5646f1a9
Prepare XtraDB to be used with xtrabackup.
...
The changes are deliberately kept minimal
- some functions are made global instead of static (they will be used in
xtrabackup later on)
- functions got additional parameter, deliberately unused for now :
fil_load_single_tablespaces
srv_undo_tablespaces_init
- Global variables added, also unused for now :
srv_archive_recovery
srv_archive_recovery_limit_lsn
srv_apply_log_only
srv_backup_mode
srv_close_files
- To make xtrabackup link with sql.lib on Windows, added some missing
source files to sql.lib
- Fixed os_thread_ret_t to be DWORD on Windows
2016-10-22 14:10:12 +00:00
Sergei Golubchik
66d9696596
Merge branch '10.0' into 10.1
2016-09-28 17:55:28 +02:00
Sergei Golubchik
bb8b658954
Merge branch 'merge/merge-xtradb-5.6' into 10.0
2016-09-27 18:58:57 +02:00
Sergei Golubchik
93ab3093cb
5.6.32-78.1
2016-09-27 18:00:59 +02:00
Sergei Golubchik
6b1863b830
Merge branch '10.0' into 10.1
2016-08-25 12:40:09 +02:00
Sergei Golubchik
3863e72380
Merge branch 'merge/merge-xtradb-5.6' into 10.0
...
5.6.31-77.0
2016-08-10 19:55:45 +02:00
Sergei Golubchik
64752acf72
5.6.31-77.0
2016-08-10 19:24:58 +02:00
Sergei Golubchik
3361aee591
Merge branch '10.0' into 10.1
2016-06-28 22:01:55 +02:00
Sergei Golubchik
b3f4cf7c13
Merge branch 'merge-xtradb-5.6' into 0.0
2016-06-21 15:27:09 +02:00
Sergei Golubchik
b42664e85e
5.6.30-76.3
2016-06-21 14:20:09 +02:00
Sergei Golubchik
87e3e67f43
Merge branch '10.0' into 10.1
2016-05-04 15:23:26 +02:00
Sergei Golubchik
cfad394776
Merge branch 'merge-xtradb-5.6' into 10.0
...
5.6.29-76.2
2016-04-26 23:43:48 +02:00
Sergei Golubchik
5b8ac23030
5.6.29-76.2
2016-04-26 19:07:11 +02:00
Sergei Golubchik
a5679af1b1
Merge branch '10.0' into 10.1
2016-02-23 21:35:05 +01:00
Sergei Golubchik
17a792a441
Merge branch 'merge-xtradb-5.6' into 10.0
2016-02-16 18:55:00 +01:00
Sergei Golubchik
d76eba6a6b
5.6.28-76.1
2016-02-16 12:06:16 +01:00
Sergei Golubchik
a2bcee626d
Merge branch '10.0' into 10.1
2015-12-21 21:24:22 +01:00
Sergei Golubchik
359ae59ac0
Merge branch 'merge/merge-xtradb-5.6' into 10.0
2015-12-13 16:23:02 +01:00
Sergei Golubchik
1e270d504d
5.6.27-76.0
2015-12-13 10:13:18 +01:00
Jan Lindström
25f8738112
MDEV-9040: 10.1.8 fails after upgrade from 10.0.21
...
Analysis: Lengths which are not UNIV_SQL_NULL, but bigger than the following
number indicate that a field contains a reference to an externally
stored part of the field in the tablespace. The length field then
contains the sum of the following flag and the locally stored len.
This was incorrectly set to
define UNIV_EXTERN_STORAGE_FIELD (UNIV_SQL_NULL - UNIV_PAGE_SIZE_MAX)
When it should be
define UNIV_EXTERN_STORAGE_FIELD (UNIV_SQL_NULL - UNIV_PAGE_SIZE_DEF)
Additionally, we need to disable support for > 16K page size for
row compressed tables because a compressed page directory entry
reserves 14 bits for the start offset and 2 bits for flags.
This limits the uncompressed page size to 16k. To support
larger pages page directory entry needs to be larger.
2015-11-05 10:30:48 +02:00
Sergei Golubchik
dfb74dea30
Merge branch '10.0' into 10.1
2015-10-12 00:37:58 +02:00
Sergei Golubchik
e7cb032e56
fixes for buildbot:
...
* update *.result files
* fix XtraDB for Windows (again)
2015-10-10 11:07:29 +02:00
Sergei Golubchik
01be663c50
Merge branch 'merge-xtradb-5.6' into 10.0
2015-10-09 18:16:27 +02:00
Sergei Golubchik
6a821d78a6
5.6.26-74.0
2015-10-09 17:20:49 +02:00
Sergei Golubchik
530a6e7481
Merge branch '10.0' into 10.1
...
referenced_by_foreign_key2(), needed for InnoDB to compile,
was taken from 10.0-galera
2015-09-03 12:58:41 +02:00
Sergei Golubchik
4f479fb13f
Merge branch 'merge-xtradb-5.6' into 10.0
...
XtraDB 5.6.25-73.1
2015-08-03 14:03:46 +02:00
Sergei Golubchik
0b3eb4559b
5.6.25-73.1
2015-08-01 15:04:20 +02:00
Sergei Golubchik
658992699b
Merge tag 'mariadb-10.0.20' into 10.1
2015-06-27 20:35:26 +02:00
Sergei Golubchik
9859d366b5
Merge branch 'merge-xtradb-5.6' into 10.0
2015-06-16 12:46:14 +02:00
Sergei Golubchik
90849456d7
5.6.24-72.2
2015-06-16 11:04:40 +02:00
Sergei Golubchik
5091a4ba75
Merge tag 'mariadb-10.0.19' into 10.1
2015-06-01 15:51:25 +02:00
Sergei Golubchik
bbcc8e6924
XtraDB-5.6.23-72.1
2015-05-05 00:08:58 +02:00
Sergei Golubchik
a4416abdde
5.6.23-72.1
2015-05-04 22:17:04 +02:00
Sergei Golubchik
14a142fca6
move to storage/xtradb
2015-05-04 19:15:28 +02:00
Sergei Golubchik
2db62f686e
Merge branch '10.0' into 10.1
2015-03-07 13:21:02 +01:00
Jan Lindström
9152b83973
Merged from 10.0-FusionIO:
...
Added support for compression method snappy for page compression.
2015-02-19 17:42:18 +02:00
Sergei Golubchik
174bccd3ff
xtradb 5.6.22-72.0
2015-02-18 20:31:40 +01:00
Jan Lindström
9cdf494197
Fixed XtraDB implementation of encryption and page encryption.
2015-02-10 10:21:17 +01:00
Sergei Golubchik
4b21cd21fe
Merge branch '10.0' into merge-wip
2015-01-31 21:48:47 +01:00
Sergei Golubchik
78e131d493
XtraDB 5.6.22-71.0
2015-01-21 14:34:58 +01:00
Sergei Golubchik
853077ad7e
Merge branch '10.0' into bb-10.1-merge
...
Conflicts:
.bzrignore
VERSION
cmake/plugin.cmake
debian/dist/Debian/control
debian/dist/Ubuntu/control
mysql-test/r/join_outer.result
mysql-test/r/join_outer_jcl6.result
mysql-test/r/null.result
mysql-test/r/old-mode.result
mysql-test/r/union.result
mysql-test/t/join_outer.test
mysql-test/t/null.test
mysql-test/t/old-mode.test
mysql-test/t/union.test
packaging/rpm-oel/mysql.spec.in
scripts/mysql_config.sh
sql/ha_ndbcluster.cc
sql/ha_ndbcluster_binlog.cc
sql/ha_ndbcluster_cond.cc
sql/item_cmpfunc.h
sql/lock.cc
sql/sql_select.cc
sql/sql_show.cc
sql/sql_update.cc
sql/sql_yacc.yy
storage/innobase/buf/buf0flu.cc
storage/innobase/fil/fil0fil.cc
storage/innobase/include/srv0srv.h
storage/innobase/lock/lock0lock.cc
storage/tokudb/CMakeLists.txt
storage/xtradb/buf/buf0flu.cc
storage/xtradb/fil/fil0fil.cc
storage/xtradb/include/srv0srv.h
storage/xtradb/lock/lock0lock.cc
support-files/mysql.spec.sh
2014-12-02 22:25:16 +01:00
Sergei Golubchik
32ec8625af
XtraDB 5.6.21-70.0
2014-11-20 17:05:13 +01:00
Sergei Golubchik
f62c12b405
Merge 10.0.14 into 10.1
2014-10-15 12:59:13 +02:00