Marko Mäkelä
8d70097c21
Merge 10.1 to 10.2
...
Follow-up fix to MDEV-14008: Let Field_double::val_uint() silently
return 0 on error
2017-12-19 16:48:28 +02:00
Oleksandr Byelkin
ef9e78c9d4
MDEV-14524 TokuDB is unable to be built on Linux
...
tokudb needs either F_NOCACHE or O_DIRECT, not both
2017-12-14 14:09:51 +01:00
Marko Mäkelä
ece9c54e10
Merge 10.1 into 10.2
2017-12-14 08:40:01 +02:00
Monty
1374f958c1
Fixed failing tokudb tests
...
This was caused by my earlier fix for rpl.rpl_row_log_innodb :(
2017-12-07 17:22:24 +02:00
Sergei Golubchik
7f1900705b
Merge branch '10.1' into 10.2
2017-11-21 19:47:46 +01:00
David Carlier
685db2c112
Fix the build on OpenBSD ( #488 )
...
* cast pthread_t for printf
* don't use RTLD_NOLOAD
* tokudb fails without F_NOCACHE and O_DIRECT - ditto
2017-11-17 13:55:14 +08:00
Sergei Golubchik
e0a1c745ec
Merge branch '10.1' into 10.2
2017-10-24 14:53:18 +02:00
Sergei Golubchik
2aa51f528f
Various compier warnings
...
gcc 5.4 and 7.1, Debug and Release builds
2017-10-22 14:51:45 +02:00
Sergei Golubchik
9d2e2d7533
Merge branch '10.0' into 10.1
2017-10-22 13:03:41 +02:00
Sergei Golubchik
da4503e956
Merge branch '5.5' into 10.0
2017-10-18 15:14:39 +02:00
Sergei Golubchik
d76f5774fe
MDEV-13459 Warnings, when compiling with gcc-7.x
...
mostly caused by -Wimplicit-fallthrough
2017-10-17 07:37:39 +02:00
Alexander Barkov
991b9ee735
MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535
2017-10-13 07:06:09 +04:00
Vicențiu Ciorbaru
22c322c649
Merge branch '10.1' into 10.2
2017-09-19 12:43:02 +03:00
Vicențiu Ciorbaru
ec6042bda0
Merge branch '10.0' into 10.1
2017-09-19 12:06:50 +03:00
Vicențiu Ciorbaru
745cd57ae7
Merge branch 'merge-tokudb-5.6' into 10.0
2017-09-19 11:18:17 +03:00
Vicențiu Ciorbaru
618d8fdf37
5.6.37-82.2
2017-09-19 10:58:12 +03:00
Sergei Golubchik
79ddd86615
bugfix: don't overwrite tokudb.cnf during the build
2017-09-18 10:12:23 +02:00
Sergei Golubchik
cb1e76e4de
Merge branch '10.1' into 10.2
2017-08-17 11:38:34 +02:00
Sergei Golubchik
8e8d42ddf0
Merge branch '10.0' into 10.1
2017-08-08 10:18:43 +02:00
Vicențiu Ciorbaru
a346a5613e
Merge branch 'bb-10.0-vicentiu' into 10.0
...
Includes Percona XtraDB and TokuDB 5.6.36-82.1
2017-08-04 09:32:40 +02:00
Vicențiu Ciorbaru
d2a19082c0
Disable rpl_tokudb_row_img_* tests
...
We need to pull rpl config files from MySQL before these tests can be
run.
2017-08-04 04:27:33 +03:00
Elena Stepanova
d85d6c9c41
Remove extra trailing spaces from the result file
2017-08-04 02:11:10 +03:00
Vicențiu Ciorbaru
8b0edbfb5e
Merge branch 'merge-tokudb-5.6' into 10.0
2017-08-04 00:56:16 +03:00
Vicențiu Ciorbaru
d5164569e4
Move tokudb_rpl to rpl-tokudb suite
2017-08-03 22:15:19 +03:00
Monty
e35670f498
MDEV-12972 Random and Frequent Segfault
...
Problem was a memory overflow in MRR
Reviewed by Sergei Petruna. Testcase by Elena
2017-08-03 19:28:05 +03:00
Vicențiu Ciorbaru
13e4bf674e
Fix tokudb compilation post merge
2017-08-03 12:22:35 +03:00
Vicențiu Ciorbaru
40e213f210
Merge branch 'merge-tokudb-5.6' into 10.0
2017-08-03 12:11:31 +03:00
Vicențiu Ciorbaru
b1a2031ff9
5.6.36-82.1
2017-08-03 11:48:44 +03:00
Elena Stepanova
93e32d725c
Follow-up for MDEV-13089 (identifier quoting in partitioning)
...
Adjust results for tests in non-default suites
2017-07-09 20:38:57 +03:00
Sergei Golubchik
785e2248bd
MDEV-13089 identifier quoting in partitioning
...
don't print partitioning expression as it was entered by the user,
use Item::print() according to the sql_mode and sql_quote_show_create
2017-07-05 17:15:59 +02:00
Monty
92f1837a27
Fixed compilation warnings (while testing 32 bit builds)
2017-07-01 14:26:42 +03:00
Marko Mäkelä
8f643e2063
Merge 10.1 into 10.2
2017-05-23 11:09:47 +03:00
Marko Mäkelä
65e1399e64
Merge 10.0 into 10.1
...
Significantly reduce the amount of InnoDB, XtraDB and Mariabackup
code changes by defining pfs_os_file_t as something that is
transparently compatible with os_file_t.
2017-05-20 08:41:20 +03:00
Vicențiu Ciorbaru
3670d167a6
Fix tokudb test failures post merge
2017-05-17 16:19:22 +03:00
Vicențiu Ciorbaru
dfeff40706
Remove tokudb_dir_cmd variable
...
The feature is too dangerous for a stable version.
2017-05-16 17:25:39 +03:00
Vicențiu Ciorbaru
4cdae9c12b
Merge branch 'merge-tokudb-5.6' into 10.0
2017-05-16 16:27:50 +03:00
Vicențiu Ciorbaru
97c53cdfcc
5.6.36-82.0
2017-05-16 14:26:11 +03:00
Sergei Golubchik
da4d71d10d
Merge branch '10.1' into 10.2
2017-03-30 12:48:42 +02:00
Sergei Golubchik
bf40e8069c
MDEV-11059 don't build the server with jemalloc
...
don't build the server with jemalloc.
only build tokudb with it.
move tokudb into a separate package, because it brings a new dependency
2017-03-29 00:40:21 +02:00
iangilfillan
f0ec34002a
Correct FSF address
2017-03-10 18:21:29 +01:00
Sergei Golubchik
2a0ae1c90a
MDEV-11965 -Werror should not appear in released tarballs
2017-03-10 18:21:29 +01:00
Marko Mäkelä
ad0c218a44
Merge 10.0 into 10.1
...
Also, implement MDEV-11027 a little differently from 5.5 and 10.0:
recv_apply_hashed_log_recs(): Change the return type back to void
(DB_SUCCESS was always returned).
Report progress also via systemd using sd_notifyf().
2017-03-09 08:53:08 +02:00
Vicențiu Ciorbaru
dc1c9e69d0
Make tokudb report ENOENT when renaming table to nonexistant DB
2017-03-06 19:25:22 +02:00
Vicențiu Ciorbaru
9741017b1f
Disable 2 tokudb tests
...
dir_per_db_rename_to_nenexisting_schema: mysqltest fails with no output
percona_kill_idle_trx_tokudb: MariaDB doesn't support kill_idle_trx var
for all SE.
2017-03-05 15:18:26 +02:00
Vicențiu Ciorbaru
7bf914e157
rpl_extra_col_slave_tokudb changes result set
...
Probably the result is due to a bug fixed on their server. Restoring old
behaviour for now.
2017-03-05 15:18:26 +02:00
Vicențiu Ciorbaru
97041acf7f
Fix tokudb.gap_lock_error test
...
TokuDB testsuite makes use of includes not found in our default 10.0.
Cherry pick them from Percona Server's include directory.
2017-03-05 15:18:26 +02:00
Vicențiu Ciorbaru
b7a3bce06e
Merge branch 'merge-tokudb-5.6' into 10.0
2017-03-05 02:01:21 +02:00
Vicențiu Ciorbaru
d71df7e1db
5.6.35-80.0
2017-03-05 01:31:32 +02:00
Elena Stepanova
bdb672fe96
MDEV-12120 tokudb_bugs.xa-N tests fail with timeout on valgrind
...
The tests are disabled for valgrind in 5.6/10.x (LP:1549196),
so they should be disabled in 5.5 as well
2017-02-23 19:46:10 +02:00
Marko Mäkelä
e1e920bf63
Merge 10.0 into 10.1
2017-02-22 15:53:05 +02:00