- 06 Feb, 2015 2 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 05 Feb, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 04 Feb, 2015 1 commit
-
-
Jan Lindström authored
Added options for each compression type that can be disabled i.e. bzip2, lz4, lzma and lzo.
-
- 03 Feb, 2015 2 commits
-
-
Sergei Golubchik authored
* reset current_thd in THD::~THD, otherwise my_malloc_size_cb_func() might access THD after it was destroyed. * remove now redundant set_current_thd(0) calls that follow delete thd.
-
Sergei Golubchik authored
This reverts commit 06c16904.
-
- 02 Feb, 2015 5 commits
-
-
Monty authored
-
Sergei Golubchik authored
* error reporting was never needed * avoid useless transformaton hton to db_type to hton * in many cases the engine was guaranteed to exist, add asserts * use ha_default_handlerton() instead of ha_checktype(DB_TYPE_DEFAULT)
-
Sergei Golubchik authored
but keep the code cleanup. as it turns out, it didn't change the behavior, which is good :)
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 01 Feb, 2015 5 commits
-
-
Monty authored
Now this works the same way as all other multi source variables.
-
Monty authored
Extend interface for 'show variables' with current scope
-
Monty authored
-
Monty authored
-
Sergei Golubchik authored
-
- 31 Jan, 2015 7 commits
-
-
Sergei Golubchik authored
in case args[0] changes between PREPARE and EXECUTE
-
Sergei Golubchik authored
in particular, not the one that destructively changes Item's charset (meaning different metadata for PREPARE and EXECUTE)
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
* fix the test to pass * rearrange tests in a file to allow it to auto-merge in the future
-
Sergei Golubchik authored
-
- 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 6 commits
-
-
Oleksandr Byelkin authored
MDEV-7024: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status on executing ANALYZE SELECT via PS select_send::is_result_interceptor() should return FALSE because it return results to the client.
-
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
-
Oleksandr Byelkin authored
MDEV-7023: Error 2027: Malformed packet and assertion `field_types == 0 || field_types[field_pos] == MYSQL_TYPE_INT24 || field_types[field_pos] == MYSQL_TYPE_LONG' failure in Protocol_text::store_long The problem was that sp_head::MULTI_RESULTS was not set correctly for ANALYZE statement.
-
Sergei Golubchik authored
-
- 28 Jan, 2015 1 commit
-
-
unknown authored
Backport from mysql 5.7. The patch reviewed, test added.
-
- 27 Jan, 2015 3 commits
-
-
Jan Lindström authored
-
Nirbhay Choubey authored
bzr merge -r4588 maria/10.0
-
Nirbhay Choubey authored
-
- 26 Jan, 2015 1 commit
-
-
Nirbhay Choubey authored
-
- 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 2 commits
-
-
Nirbhay Choubey authored
Backport from 10.1.
-
Sergei Golubchik authored
-
- 29 Jan, 2015 1 commit
-
-
Michael Widenius authored
-