- 17 Feb, 2015 1 commit
-
-
Sergei Golubchik authored
phase out make_password_from_salt() to be removed in 10.1
-
- 18 Feb, 2015 4 commits
-
-
Jan Lindström authored
-
Jan Lindström authored
Added test case. No actual bug found.
-
Jan Lindström authored
-
Jan Lindström authored
-
- 13 Feb, 2015 1 commit
-
-
Jan Lindström authored
Fix try to avoid unnecessary crashes when disk full situation is reached on alter table.
-
- 12 Feb, 2015 1 commit
-
-
Vicențiu Ciorbaru authored
Incorrect usage of OPENSSL_INCLUDE_DIR variable within cmake caused the configure step to fail. The variable was used before being checked if the include directory actually existed.
-
- 10 Feb, 2015 3 commits
-
-
Jan Lindström authored
this transaction is currently holding and total number of table locks to the table where lock is held.
-
Alexander Barkov authored
disabling some CXX errors in storage/connect/CMakeLists.txt.
-
Jan Lindström authored
OS error printout from InnoDB.
-
- 06 Feb, 2015 2 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
The function table_cond_selectivity() should take into account that condition selectivity for some fields can be set to 0.
-
- 30 Jan, 2015 2 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
use the old registry branch, even if we changed the "manufacturer" string
-
- 29 Jan, 2015 4 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
added a script to regenerate certificates easily in the future (2035!) restored server8k-key.pem to actually be 8K key, as it was supposed to
-
Sergei Golubchik authored
-
- 28 Jan, 2015 1 commit
-
-
unknown authored
Backport from mysql 5.7. The patch reviewed, test added.
-
- 25 Jan, 2015 1 commit
-
-
Sergey Petrunya authored
Merged revision 5224 from mysql-5.6 and added a test case. .. revno: 5224 committer: Sergey Glukhov <sergey.glukhov@oracle.com> branch nick: mysql-5.6 timestamp: Wed 2013-06-19 14:24:08 +0400 message: Bug#16620047 INCORRECT QUERY RESULT (AFTER SERVER UPGRADE)
-
- 24 Jan, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 29 Jan, 2015 2 commits
-
-
Michael Widenius authored
-
Michael Widenius authored
MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML flow with views and triggers Call mysql_derived_reinit() if we are reusing view. This is needed as during a previous error condition the view may not have been reset sql/sql_derived.cc: More DBUG_PRINT Always reset merged_for_insert (no reason to not do that) sql/sql_derived.h: Added prototype sql/sql_insert.cc: More DBUG_PRINT Added DBUG_ASSERT sql/sql_view.cc: Call mysql_derived_reinit() if we are reusing view. This is needed as during a previous error condition the view may not have been reset sql/table.cc: More DBUG_PRINT
-
- 23 Jan, 2015 4 commits
-
-
Sergei Golubchik authored
-
Kristian Nielsen authored
After fix of MDEV-6728, the KILL signal is reset at the start of query execution. This means that in this test case, we need to wait for the to-be-killed query to have started; otherwise the kill signal can be lost, causing the test case to fail.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 22 Jan, 2015 2 commits
-
-
Kristian Nielsen authored
The test case deliberately crashes the server. If this crash happens in the middle of a page write, InnoDB crash recovery recovers the page from the doublewrite buffer, writing a message to the error log that is flagged as a test failure by mysql-test-run. So add a suppression for this.
-
Sergei Golubchik authored
-
- 21 Jan, 2015 6 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 20 Jan, 2015 2 commits
-
-
Olivier Bertrand authored
on the multiple table result to obtain the same result on Windows and Linux (because files can be retrieved in a different order) modified: storage/connect/mysql-test/connect/r/json.result storage/connect/mysql-test/connect/t/json.test
-
Olivier Bertrand authored
added: storage/connect/json.cpp storage/connect/json.h storage/connect/mysql-test/connect/r/json.result storage/connect/mysql-test/connect/std_data/biblio.jsn storage/connect/mysql-test/connect/std_data/expense.jsn storage/connect/mysql-test/connect/std_data/mulexp3.jsn storage/connect/mysql-test/connect/std_data/mulexp4.jsn storage/connect/mysql-test/connect/std_data/mulexp5.jsn storage/connect/mysql-test/connect/t/json.test storage/connect/tabjson.cpp storage/connect/tabjson.h modified: storage/connect/CMakeLists.txt storage/connect/engmsg.h storage/connect/filamtxt.h storage/connect/ha_connect.cc storage/connect/msgid.h storage/connect/mycat.cc storage/connect/plgdbsem.h storage/connect/tabdos.cpp storage/connect/value.cpp storage/connect/value.h
-
- 19 Jan, 2015 3 commits
-
-
Olivier Bertrand authored
added: storage/connect/json.cpp storage/connect/json.h storage/connect/mysql-test/connect/r/json.result storage/connect/mysql-test/connect/std_data/biblio.jsn storage/connect/mysql-test/connect/std_data/expense.jsn storage/connect/mysql-test/connect/std_data/mulexp3.jsn storage/connect/mysql-test/connect/std_data/mulexp4.jsn storage/connect/mysql-test/connect/std_data/mulexp5.jsn storage/connect/mysql-test/connect/t/json.test storage/connect/tabjson.cpp storage/connect/tabjson.h modified: storage/connect/CMakeLists.txt storage/connect/engmsg.h storage/connect/filamtxt.h storage/connect/ha_connect.cc storage/connect/msgid.h storage/connect/mycat.cc storage/connect/plgdbsem.h storage/connect/tabdos.cpp storage/connect/value.cpp storage/connect/value.h
-
Sergei Golubchik authored
-
Sergei Golubchik authored
MDEV-6220 mysqldump will not backup database with --flush-logs parameter and log_error my.cnf parameter defined some checks were "if [ -n "$err_log" ]", others were "if [ $want_syslog -eq 0 ]", so when both are set, error log file was only partially initialized. To avoid this ambiguity we reset want_syslog when error log file is used.
-