- 21 Apr, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 19 Apr, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 18 Apr, 2012 4 commits
-
-
Sergei Golubchik authored
MDEV-217 - Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_progress_init on OPTIMIZE two tables when replaced by recreate call thd_progress_end() in the copy_data_between_tables(), to match its thd_progress_init().
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 17 Apr, 2012 5 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
for a plugin installed run-time
-
Sergei Golubchik authored
(--xxx=ON behaving as --xxx=FORCE)
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 16 Apr, 2012 8 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
This can result in bad deadlocks (e.g loader lock), seen in latest crash reports.
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
since password characters can contain quotes or spaces. The proper quoting method for command line arguments used here was extracted from http://blogs.msdn.com/b/twistylittlepassagesallalike/archive/2011/04/23/everyone-quotes-arguments-the-wrong-way.aspx Additionally, mysql_install_db.exe now passes root password to "mysqld.exe --bootstrap" in hexadecimal form, to handle potential special chars inside password string literal.
-
- 14 Apr, 2012 6 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Also, do not package aria log files in the zip package- not required for the database to function, also will avoid trouble with recovery, if someone accidentially (or on purpose) upgrades by unpacking the zip in the existing install directory.
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
- 13 Apr, 2012 1 commit
-
-
Vladislav Vaintroub authored
-
- 11 Apr, 2012 2 commits
-
-
Vladislav Vaintroub authored
threads are retrieving events at the same time.
-
Vladislav Vaintroub authored
- Workaround linker bug that prevents linking aria test executables using -fno-common on OSX - Skip system readline detection (OSX readline is incompatible one) - Make Xcode generator work
-
- 10 Apr, 2012 2 commits
-
-
Sergei Golubchik authored
(see my comments starting from [9 Apr 22:18])
-
Sergei Golubchik authored
-
- 08 Apr, 2012 1 commit
-
-
Igor Babaev authored
The previous patch for the bug (that erroneously identified the bug as bug 972973 in its comment) was incorrect. It turned out that the code that triggered the abort complain reported for the bug was not needed at all.
-
- 07 Apr, 2012 2 commits
-
-
Sergei Golubchik authored
-
Igor Babaev authored
When the function free_tmp_table deletes the handler object for a temporary table the field TABLE::file for this table should be set to NULL. Otherwise an assertion failure may occur.
-
- 06 Apr, 2012 6 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
This bug happened because the function find_field_in_view formed autogenerated names of view columns without a possibility to roll them back. In some situation it could cause memory misuses reported by valgrind or even crashes.
-
unknown authored
-
Alexey Botchkov authored
-
Alexey Botchkov authored
-
Alexey Botchkov authored
RB-tree index in the MEMORY table fails if it grews over 4G. That happened because the old_allocated variable in hp_rb_write_key() had the uint type. Changed with the 'size_t' type to be same as the 'rb_tree.allocated'. per-file comments: storage/heap/hp_write.c MDEV-80 Memory engine table full at much less than max_heap_table_size with btree index. uint->size_t for the 'old_allocated'.
-
- 05 Apr, 2012 1 commit
-
-
Sergei Golubchik authored
-