- 04 Apr, 2017 2 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 03 Apr, 2017 3 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
Met additional issues while trying to enable it.
-
Jan Lindström authored
information_schema. Added .opt file to enable running this test as a part of innodb_zip suite and recorded current correct results.
-
- 02 Apr, 2017 15 commits
-
-
Sergei Petrunia authored
- Also rename plugin's config file - And fix unit test's CMakeLists.txt
-
Sergei Petrunia authored
Copy the detection logic from 'rocksdb' test suite, add a note.
-
https://github.com/mariadb/serverVladislav Vaintroub authored
Merge branch 'bb-10.2-mariarocks-wlad' of https://github.com/mariadb/server into bb-10.2-mariarocks-wlad
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Default to static release (previously static debug was used in debug builds, but not is appears to be too slow)
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Restore MYSQL_SYSVAR_UINT64_T and MYSQL_SYSVAR_SIZE_T in plugin.h
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Sergei Petrunia authored
They use much more disk space than all other tests in rocksdb test suite
-
Sergei Petrunia authored
-
Sergei Petrunia authored
Don't use Perl autodie module as there are platforms where it is not present
-
- 01 Apr, 2017 17 commits
-
-
Sergei Golubchik authored
fixes many test failures in optimized builds in --ps-protocol
-
Sergei Golubchik authored
vcols in the table definition are intentionaly bad and produce warnings when a table is opened. In some cases (depending on the TDC/TC state as left by earlier tests) a table might be opened in the middle of the test, resulting in spurious warnings. Suppress them. Also, don't run main.mdev-504 for ps-protocol at all (instead of disabling ps-protocol inside the test, but still running the test)
-
Sergei Golubchik authored
as a plugin can be disabled, so the target doesn't necessarily exist
-
Sergei Golubchik authored
parse CHECK constraint *before* Column_definition validity checks
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Default to static release (previously static debug was used in debug builds, but not is appears to be too slow)
-
Sergei Petrunia authored
We are hitting this https://github.com/facebook/mysql-5.6/issues/569 and we are not ready to merge the fix currently
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Restore MYSQL_SYSVAR_UINT64_T and MYSQL_SYSVAR_SIZE_T in plugin.h
-
Sergei Petrunia authored
-
Vicențiu Ciorbaru authored
-
Sergei Petrunia authored
Some Windows enviroments don't have uint64_t, and we dont really need that type. Assume 64-bit integers take 8 bytes.
-
- 31 Mar, 2017 3 commits
-
-
Sergei Golubchik authored
that was destroyed in a previous commit
-
Sergei Golubchik authored
remove hard-coded paths (that assumed we're in a source tree) remove various shell/perl/awk/whatsnot scripts, use mysqltest and perl remove numerous --exec /some/unix/tool commands, use mysqltest and perl
-
Sergei Golubchik authored
1. Special mode to search in error logs: if SEARCH_RANGE is not set, the file is considered an error log and the search is performed since the last CURRENT_TEST: line 2. Number of matches is printed too. "FOUND 5 /foo/ in bar". Use greedy .* at the end of the pattern if number of matches isn't stable. If nothing is found it's still "NOT FOUND", not "FOUND 0". 3. SEARCH_ABORT specifies the prefix of the output. Can be "NOT FOUND" or "FOUND" as before, but also "FOUND 5 " if needed.
-