- 14 Jan, 2015 3 commits
-
-
Sergey Vojtovich authored
Let mtr handle SIGHUP the same way as SIGINT. This solves stale mysqld processes left after broken/closed ssh connection.
-
Nirbhay Choubey authored
mysql.service failed to load Added 'systemctl daemon-reload' command in postin and postun rpm scripts.
-
Sergei Golubchik authored
mysql_alter_table() that is used in mysql_recreate_table() doesn't expect many tables in the TABLE_LIST.
-
- 13 Jan, 2015 3 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
adjust enum values when reading them from frm
-
- 10 Jan, 2015 1 commit
-
-
Sergei Golubchik authored
workaround for missing SP auto-reparse. allow the user to disable stored_program_cache_size, if he wants
-
- 06 Jan, 2015 1 commit
-
-
Kristian Nielsen authored
The test case tried to trigger a DEBUG_SYNC point at the end of a SELECT SLEEP(5) statement. It did this by using EXECUTE 2, intending to trigger first at the end of SET DEBUG_SYNC, and second at the end of the SELECT SLEEP(5). However, in --ps-protocol mode, this does not work, because the SELECT is executed in two steps (Prepare followed by Execute). Thus, the DEBUG_SYNC got triggered too early, during the Prepare stage rather than Execute, and the test case could race and information_schema.processlist see the thread in the wrong state. This patch fixes by changing the way the DEBUG_SYNC point is triggered. Now we add a DBUG injection inside the code for SLEEP(5). This ensures that the DEBUG_SYNC point is not activated until the SLEEP(5) is running, ensuring that the following wait for completion will be effective.
-
- 04 Jan, 2015 2 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
DB-787 the tokudb_report_fractal_tree_info_for_db function can leak a db on an error path where db->open fails
-
- 02 Jan, 2015 3 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
- 28 Dec, 2014 2 commits
-
-
Rich Prohaska authored
-
Jan Lindström authored
Patch by James Taylor.
-
- 23 Dec, 2014 1 commit
-
-
Elena Stepanova authored
-
- 22 Dec, 2014 1 commit
-
-
Rich Prohaska authored
DB-766 use an extra flag that is supported on MySQL and does not require a tokutek patch to the wait_while_table_is_used function
-
- 21 Dec, 2014 6 commits
-
-
unknown authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
- 19 Dec, 2014 4 commits
-
-
Sergey Vojtovich authored
-
Sergey Vojtovich authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 18 Dec, 2014 2 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
generate_derived_keys_for_table() did not work correctly in the case where - it had a potential index on derived table - however, TABLE::check_tmp_key() would disallow creation of this index after looking at its future key parts (because of the key parts exceeding max. index length) - the code would leave a KEYUSE structure that refers to a non-existant index. Depending on further optimizer calculations, this could cause a crash.
-
- 17 Dec, 2014 6 commits
-
-
Sergei Golubchik authored
MDEV-7150 Wrong auto increment values on INSERT .. ON DUPLICATE KEY UPDATE when the inserted columns include NULL in an auto-increment column when restoring auto-inc value in INSERT ... ON DUPLICATE KEY UPDATE, take into account that 1. it may be changed in the UPDATE clause (old code did that) 2. it may be changed in the INSERT clause and then cause a dup key (old code missed that)
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
unknown authored
-
unknown authored
Item_ident fixed to allow double cleanup().
-
- 16 Dec, 2014 1 commit
-
-
Alexander Barkov authored
-
- 15 Dec, 2014 4 commits
-
-
Rich Prohaska authored
Conflicts: ft/ft-ops.cc
-
Michael Widenius authored
MDEV-6855 Assertion `cond_type == Item::FUNC_ITEM' failed in check_group_min_max_predicates with GROUP BY, aggregate in WHERE SQ, multi-part key mysql-test/r/group_by.result: Test for MDEV-6855 mysql-test/t/group_by.test: Test for MDEV-6855 sql/item.h: Fixed spelling error sql/opt_range.cc: Added handling of cond_type == Item::CACHE_ITEM in WHERE clauses for MIN/MAX optimization. Fixed indentation
-
Michael Widenius authored
There was a bug in lock handling when mixing INSERT ... SELECT on the same table. mysql-test/suite/maria/insert_select.result: Test case for MDEV_4010 mysql-test/suite/maria/insert_select.test: Test case for MDEV_4010 mysys/thr_lock.c: We wrongly alldoed TL_WRITE_CONCURRENT_INSERT when there was a TL_READ_NO_INSERT lock
-
Michael Widenius authored
mysql-test/r/kill-2.result: test case for MDEV-6896 mysql-test/t/kill-2-master.opt: test case for MDEV-6896 mysql-test/t/kill-2.test: test case for MDEV-6896 sql/sql_parse.cc: Use host_or_ip instead of host as host may be 0
-