- 25 Mar, 2017 3 commits
-
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
Either we are building from a source package, in which case all sources should be present, or we are building from a repository. The repository needs to fetch the rocksdb submodule before building rocksdb.
-
- 23 Mar, 2017 1 commit
-
-
Sergei Petrunia authored
Change the returned error code to be ER_CANT_CREATE_TABLE. Emit the warning text ourselves. (When a query produces both an error and a warning, command-line client with default settings will not provide any indication that the warning is present, unfortunately. Need \W)
-
- 21 Mar, 2017 2 commits
-
-
Vladislav Vaintroub authored
-
Vicențiu Ciorbaru authored
-
- 17 Mar, 2017 4 commits
-
-
Vicențiu Ciorbaru authored
This reverts commit 49de9567.
-
Sergei Petrunia authored
A trivial fix
-
Sergei Petrunia authored
-
Sergei Petrunia authored
This .result file is not a statement of which storage engine should be used for any particular table in mysql database. This is just a check that a query against I_S doesn't crash.
-
- 16 Mar, 2017 5 commits
-
-
Sergei Petrunia authored
Most tests use CREATE TABLE ... ENGINE=ROCKSB, but there are some exceptions: rpl_savepoint, rpl_row_stats. In order to avoid any "oh we are using the wrong storage engine" surprises, set the default for the whole testsuite.
-
Sergei Petrunia authored
The test runs $MYSQLD_BOOTSTRAP_CMD but that command does not include arguments for loading ha_rocksdb.so plugin. Add them.
-
Sergei Petrunia authored
The mssages are caused by log_warnings=2. Set log_warnings=1 for the rocksdb test suite.
-
Vicențiu Ciorbaru authored
This reverts commit 38919f68. Temporary revert to be able to see other failures until builders are updated.
-
Sergei Petrunia authored
Add a suppression
-
- 15 Mar, 2017 6 commits
-
-
Sergei Petrunia authored
- Disable rocksdb.show_enge - Disable rocksdb.rpl_row_not_found - Run rocksdb.blind_delete_without_tx_api only with binlog_format=row (like its .cnf file specifies)
-
Vicențiu Ciorbaru authored
-
Sergei Petrunia authored
These are not expected to work yet.
-
Sergei Petrunia authored
-
Sergei Petrunia authored
The default value of 1 causes many tests to time out (primary reason is that many tests populate tables with one-row INSERT statements that run with autocommit=1).
-
Sergei Petrunia authored
-
- 14 Mar, 2017 2 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 13 Mar, 2017 4 commits
-
-
Vicențiu Ciorbaru authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 12 Mar, 2017 5 commits
-
-
Sergei Petrunia authored
\include\mysql/psi/psi.h(1267): error C2061: syntax error: identifier 'pthread_t' (compiling source file D:\win32-debug\build\src \storage\rocksdb\rdb_psi.cc)\include\mysql/psi/psi.h(1267): error C2061: syntax error: identifier 'pthread_t' (compiling source file D:\win32-debug\build\src\storage\rocksdb\rdb_psi.cc)
-
Sergei Petrunia authored
This is a second such fix, the first was wiped out in a merge.
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 11 Mar, 2017 4 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
Manually resolved a few conflicts
-
Otto Kekäläinen authored
Compatibility links ended up looking like this: libmysqlclient.so.18 -> /tmp/buildd/mariadb-10.2-10.2.0/debian/tmp/usr/lib/i386-linux-gnu/libmariadb.so.3 This change fixes ln syntax to create links with correct target paths.
-
Sergei Petrunia authored
commit ba00e640f658ad8d0a4dff09a497a51b8a4de935 Author: Herman Lee <herman@fb.com> Date: Wed Feb 22 06:30:06 2017 -0800 Improve add_index_alter_cardinality test Summary: Split add_index_inplace_cardinality test out and add a debug_sync point to it so that the flush of the memtable occurs while the alter is running. Closes https://github.com/facebook/mysql-5.6/pull/539 Reviewed By: alxyang Differential Revision: D4597887 Pulled By: hermanlee fbshipit-source-id: faedda2
-
- 10 Mar, 2017 4 commits
-
-
Oleksandr Byelkin authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Reason : after running sysbench tests (rw,update_no_index), in all cases the throughout was considerably (approx 15%) better with the patch removed. Reverted commit info commit 8dc03bee3ade2edcc53a3a257346f4a0a9f0b44c Author: Yasufumi Kinoshita <yasufumi.kinoshita@oracle.com> Date: Wed Nov 20 17:02:24 2013 +0900 Bug #17824101 : WL#7050 CAUSES RW PERFORMANCE REGRESSION AT SOME WINDOWS ENVIRONMENT
-
Sergei Petrunia authored
#define __STDC_FORMAT_MACROS. Unfortunately there is no single location that would be #includ'ed before everything else. Have to put the #define into each .cc file
-