Vesa Pentti
5868a184fa
Revert "MDEV-12501 -- set --maturity-level by default"
...
This reverts commit 1af2d7ba23 .
2017-12-05 08:49:28 +00:00
Vesa Pentti
1af2d7ba23
MDEV-12501 -- set --maturity-level by default
...
* Note: breaking change; since this commit, a plugin that has
worked so far might get rejected due to plugin maturity
* mariabackup is not affected (allows all plugins)
* VERSION file defines SERVER_MATURITY, which defines the
corresponding numeric value as SERVER_MATURITY_LEVEL in
include/mysql_version.h
* The default value for 'plugin_maturity' is SERVER_MATURITY_LEVEL - 1
* Logs a warning if a plugin has maturity lower than
SERVER_MATURITY_LEVEL
* Tests suppress the plugin maturity warning
* Tests use --plugin-maturity=unknown by default so as not to fail
due to the stricter plugin maturity handling
2017-12-04 21:12:35 +00:00
Marko Mäkelä
7cb3520c06
Merge bb-10.2-ext into 10.3
2017-11-30 08:16:37 +02:00
Aleksey Midenkov
64d9b82825
Tests: TRT-related results [ #305 ]
2017-11-21 21:54:10 +03:00
Alexander Barkov
4a8039b04e
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
2017-11-20 11:12:08 +04:00
Vladislav Vaintroub
0d1e805aeb
Fix rocksdb tests on Windows
2017-11-16 22:11:08 +00:00
Vladislav Vaintroub
689168be12
MDEV-13852 - redefine WinWriteableFile such as IsSyncThreadSafe()
...
is set to true, as it should.
Copy and modify original io_win.h header file to a different location
(as we cannot patch anything in submodule). Make sure modified header is
used.
2017-11-16 18:57:18 +00:00
Marko Mäkelä
a48aa0cd56
Merge bb-10.2-ext into 10.3
2017-11-10 16:12:45 +02:00
Marko Mäkelä
1ca72a0c0d
Merge 10.2 into bb-10.2-ext
2017-11-10 08:27:09 +02:00
Monty
0bb0d52221
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
...
Conflicts:
mysql-test/r/cte_recursive.result
mysql-test/r/derived_cond_pushdown.result
mysql-test/t/cte_recursive.test
mysql-test/t/derived_cond_pushdown.test
sql/datadict.cc
sql/handler.cc
2017-11-09 23:21:41 +02:00
Sergei Petrunia
e2376e8137
MDEV-14334: Update test results for rocksdb.bulk_load_rev_data
2017-11-09 19:52:55 +03:00
Monty
d40c23570f
Cleanup up after failed alter table in add_index_inplace_crash
2017-11-09 14:58:26 +02:00
Monty
61706e61fe
Disable some test that fails constantly
2017-11-05 22:23:31 +02:00
Sergei Petrunia
80d61515ac
Make rocksdb.read_only_tx pass and enable it
...
- FB/MySQL 5.6' MyRocks has START TRANSACTION WITH CONSISTENT
ROCKSDB SNAPSHOT, which returns binlog position.
- MariaDB has a cross-engine START TRANSACTION WITH CONSISTENT
SNAPSHOT. It can be used for the same purpose. Binlog position
can be obtained from Binlog_snapshot_file/position status vars.
2017-11-02 16:15:37 +00:00
Alexander Barkov
5d3ed9acdd
(Part#2) MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1
...
This is a 10.3 specific part of MDEV-13049.
It disables automatic sorting for
"SELECT .. FROM INFORMATION_SCHEMA.{SCHEMATA|TABLES}"
and adjusts the affected tests accordingly.
2017-10-31 13:00:20 +04:00
Alexander Barkov
835cbbcc7b
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
...
TODO: enable MDEV-13049 optimization for 10.3
2017-10-30 20:47:39 +04:00
Alexander Barkov
003cb2f424
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
2017-10-30 16:42:46 +04:00
Elena Stepanova
a269173e97
Workaround for MDEV-13852 (tests don't run on Windows)
2017-10-30 03:24:35 +02:00
Sergei Petrunia
7cca0df0d7
Fix rocksdb.rocksdb test
...
Forgot to put the updated rocksdb.result in
2017-10-29 22:55:51 +03:00
Sergei Petrunia
e5678c3fac
MDEV-13904: rocksdb.add_index_inplace_sstfilewriter timed out
...
Downscale rocksdb.add_index_inplace_sstfilewriter to be 10x smaller
2017-10-29 13:21:23 +03:00
Sergei Petrunia
34188ac455
Organize information in storage/rocksdb/mysql-test/rocksdb/t/disabled.def
2017-10-29 09:41:40 +00:00
Sergei Petrunia
a6dc22fc73
MyRocks: enable a few tests that do not seem to fail anymore
2017-10-29 11:49:18 +03:00
Sergei Petrunia
b6d4859547
MDEV-14181: rocksdb.rocksdb fails: line 1117: query 'reap' succeeded - should have failed
...
Fix a race condition in the testcase.
2017-10-29 11:39:52 +03:00
Sergei Petrunia
8abe840085
Merge branch 'bb-10.2-mariarocks' of github.com:MariaDB/server into 10.2
2017-10-29 11:27:24 +03:00
Sergei Petrunia
3d46ebbc89
MDEV-11934: MariaRocks: Group Commit with binlog
...
Adjust and enable rocksdb.2pc_group_commit test
2017-10-27 17:48:17 +03:00
Sergei Petrunia
1792a80af4
Disable rocksdb.col_opt_zerofill due to MDEV-14165.
2017-10-27 12:33:27 +03:00
Sergei Petrunia
965c72d331
MDEV-12474 - Fails in fulltest
...
Apply fix for https://github.com/facebook/mysql-5.6/issues/748
A few tests in rocksdb suite fail with --ps-protocol
They fail because --ps-protocol uses different data format on the
wire. Work around that by doing a dummy CONCAT operation which forces
the data to be transfered in text form (like it is done without
--ps-protocol)
2017-10-26 18:22:48 +03:00
Sergei Petrunia
9d47c4cfdb
Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks
2017-10-23 09:47:10 +00:00
Sergei Petrunia
4995091c33
Temporarily disable rocksdb.rpl_ddl_high_priority test
2017-10-20 14:15:37 +00:00
Sergei Petrunia
7c42b091b7
Make rocksdb.index_merge_rocksdb2 test stable
2017-10-20 13:36:55 +03:00
Alexander Barkov
30e7d6709f
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
2017-10-18 14:11:55 +04:00
Sergei Petrunia
f11eaaa3f6
Merge branch 'bb-10.2-mariarocks' of github.com:MariaDB/server into 10.2
...
Conflicts:
storage/rocksdb/ha_rocksdb.cc
2017-10-13 14:37:04 +03:00
Sergei Petrunia
8f6266e927
MDEV-13852: temporarily disable running tests on windows
2017-10-11 14:41:09 +03:00
Sergei Petrunia
d1eee0407f
Temporarily disable tests that rely on FB-only features
2017-10-09 13:35:43 +03:00
Sergei Petrunia
f62f9d661a
Fix rocksdb.perf_context test
...
The part of the test that counts IO should be run with default
rocksdb_flush_log_at_trx_commt.
2017-10-09 13:29:09 +03:00
Sergei Petrunia
6ff8d57128
Fix mege error in rocksdb.use_direct_reads_writes test
2017-10-09 12:56:31 +03:00
Sergei Petrunia
262d7e4c09
Post-merge test fixes part #3 .
2017-09-19 17:20:36 +03:00
Sergei Petrunia
da9c385fd6
Post-merge test fixes part #2 .
2017-09-19 17:00:54 +03:00
Sergei Petrunia
f321f0823b
Post-merge fixes part #1 .
2017-09-19 16:15:08 +03:00
Sergei Petrunia
6b0588018a
Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-merge
2017-09-19 15:34:38 +03:00
Sergei Petrunia
ba3209e219
Merge mergetrees/merge-myrocks into bb-10.2-mariarocks-merge
...
Upstream cset we are merging from:
commit 184a4a2d82f4f6f3cbcb1015bcdb32bebe73315c
Author: Abhinav Sharma <abhinavsharma@fb.com >
Date: Thu Sep 14 11:40:08 2017 -0700
Bump rocksdb submodule
Summary:
Bump rocksdb to include the fix for rocksdb.trx_info_rpl
Lots of conflicts, got the code to compile but tests are likely to
be broken
2017-09-18 14:06:01 +03:00
Sergei Petrunia
3fae64b196
Copy of
...
commit 184a4a2d82f4f6f3cbcb1015bcdb32bebe73315c
Author: Abhinav Sharma <abhinavsharma@fb.com >
Date: Thu Sep 14 11:40:08 2017 -0700
Bump rocksdb submodule
Summary:
Bump rocksdb to include the fix for rocksdb.trx_info_rpl
The bug was introduced in: https://github.com/facebook/rocksdb/pull/2850
Fixed in: https://github.com/facebook/rocksdb/pull/2881
update-submodule: rocksdb
Reviewed By: lth
Differential Revision: D5834658
fbshipit-source-id: d1551bf
2017-09-15 10:04:49 +00:00
Marko Mäkelä
348eaf4252
Merge bb-10.2-ext into 10.3
2017-09-14 09:12:47 +03:00
Alexander Barkov
178540b904
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
2017-09-13 12:12:05 +04:00
Sergei Petrunia
49878be331
MDEV-13602: rocksdb.index_merge_rocksdb2 failed in buildbot
...
Part#2: stabilize the test output
2017-09-12 13:32:09 +03:00
Marko Mäkelä
ae02407ce3
Merge bb-10.2-ext into 10.3
2017-09-07 12:30:56 +03:00
Marko Mäkelä
a82ed92a6a
Merge 10.2 into bb-10.2-ext
2017-09-07 12:23:58 +03:00
Sergei Petrunia
4ae200a97a
Update test results for rocksdb.bulk_load_rev_cf_and_data
2017-09-05 18:28:05 +03:00
Marko Mäkelä
4e1fa7f63d
Merge bb-10.2-ext into 10.3
2017-09-01 11:33:45 +03:00
Marko Mäkelä
6749d39a95
Merge 10.2 into bb-10.2-ext
2017-09-01 08:47:55 +03:00