- 25 Aug, 2016 1 commit
-
-
Sergei Petrunia authored
Fix an issue in Single_line_formatting_helper: flush_on_one_line() didn't clean up the buffered items which could cause them to be printed for the second time. This can't be ever observed by a user (see MDEV text for details).
-
- 23 Aug, 2016 1 commit
-
-
Nirbhay Choubey authored
wsrep_gtid_domain_id was incorrectly being parsed and stored as a signed long number on the joiner node.
-
- 22 Aug, 2016 2 commits
-
-
Nirbhay Choubey authored
/var/run/mysqld must be created before wsrep recovery.
-
Nirbhay Choubey authored
Update ExecStartPre scripts to not fail if 'galera_recovery' script is not available.
-
- 18 Aug, 2016 1 commit
-
-
Sergey Vojtovich authored
MDEV-10412 fix WITH_ASAN option for 10.1
-
- 17 Aug, 2016 1 commit
-
-
Sergey Vojtovich authored
Disabled NoNewPrivileges until SELinux policy is fixed.
-
- 16 Aug, 2016 1 commit
-
-
Kristian Nielsen authored
In the AFTER_SYNC case, semi-sync was taking the binlog file name from the wrong place, so around binlog rotation it could be using the new name with a position belonging to the previous binlog file name. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
-
- 02 Aug, 2016 1 commit
-
-
Jan Lindström authored
Remove unnecessary semicolon
-
- 01 Aug, 2016 3 commits
-
-
Nirbhay Choubey authored
THD's statement transaction handle (st_transactions::stmt) should also be looked for registered htons while serving a request to abort a transaction.
-
Sergei Petrunia authored
- Update test result (checked)
-
Hyeonseok Oh authored
-
- 28 Jul, 2016 1 commit
-
-
Nirbhay Choubey authored
- Fixed the test - Improved comment for wsrep_drupal_282555_workaround
-
- 27 Jul, 2016 2 commits
-
-
Nirbhay Choubey authored
During wsrep position recovery, galera_recovery.sh script redirected mysqld's error log to a temporary file in order to find the start position. This, however, will not work if --log-error is configured for the server. Fixed by using --log-error in command line instead of redirection. [Patch contributed by Philippe MARASSE]
-
Sergei Petrunia authored
The problem was caused by a merged semi-join, which contained a non-merged semi-join, which used references to the top-level query in the left_expr. When moving non-merged semi-join from the subquery to its parent, do not forget to call fix_after_pullout for its Item_subselect. We need to do that specifically, because non-merged semi-joins do not have their IN-equality in the WHERE clause at this stage.
-
- 24 Jul, 2016 1 commit
-
-
Rik Prohaska authored
-
- 22 Jul, 2016 1 commit
-
-
Oleksandr Byelkin authored
Do not set 'optimized' flag until whole optimization procedure is finished.
-
- 21 Jul, 2016 1 commit
-
-
Daniel Black authored
* MDEV-10294: Put testname into environment as MTR_TEST_NAME during MTR * MDEV-10294: restructure mtr to allow --valgrind-option=--tool=XXX * MDEV-10294: mtr valgrind - supressions all tools + feedback
-
- 19 Jul, 2016 1 commit
-
-
Vladislav Vaintroub authored
Fixed threadpool_add_connection to use thd_prepare_connection() to match thread-per-conection flow.
-
- 18 Jul, 2016 1 commit
-
-
Daniel Bartholomew authored
-
- 14 Jul, 2016 1 commit
-
-
Elena Stepanova authored
-
- 13 Jul, 2016 6 commits
-
-
Sergei Petrunia authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
set the 'typelib' member for plugin boolean sysvars
-
Sergei Golubchik authored
-
- 12 Jul, 2016 14 commits
-
-
Sergei Golubchik authored
-
Rik Prohaska authored
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Rik Prohaska authored
-
Sergei Golubchik authored
don't call strlen() in the loop
-
Sergei Golubchik authored
a test case for a broken vcols behavior with different charsets. this is fixed in 10.2
-
Sergei Petrunia authored
TABLE_SHARE::init_from_binary_frm_image has a rule: if an index has a partially-covered column (like in "KEY(col(N))" ), then dont provide "Extended Keys" feature for this index. The problem was that due to coding error Extended Keys feature was disabled for *ALL* subsequent indexes. Fixed the error.
-
Sergei Petrunia authored
The problem was introduced by 1859caf6: MDEV-10175: range optimizer calls records_in_range() for full extended keys Make the range optimizer not call records_in_range() when it would not give any benefit. that patch used an incorrect way to check for full extended key. Now fixing the check.
-
Craig Andrews authored
Add ProtectSystem=full, NoNewPrivileges=true, PrivateDevices=true, and ProtectHome=true to the systemd units.
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
MDEV-10211 : fix ssl test not to use specific value of ssl_cipher, as it can change between different openssl/yassl version
-
Sergei Golubchik authored
add a test case
-