- 23 Sep, 2016 2 commits
-
-
Sergei Golubchik authored
-
Alexander Barkov authored
-
- 22 Sep, 2016 12 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Do not accessing trx->mysql_log_file_name after transaction end.
-
Vladislav Vaintroub authored
Do not use CloseHandle() on thread id. It is not a kernel handle.
-
Vladislav Vaintroub authored
Also MDEV-10385 Threadpool refactoring
-
Sergei Golubchik authored
-
Igor Babaev authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
* update net_field_length() to match the prototype * various bug fixes in C/C
-
Sergei Golubchik authored
fix a bad merge
-
Igor Babaev authored
and INSERT ... SELECT. Added test cases.
-
Jan Lindström authored
Problem was NULL-pointer reference. Fixed by removing unnecessary and not really working recursive reserver thread lookup.
-
- 21 Sep, 2016 6 commits
-
-
Sergei Golubchik authored
because it counts number of bytes sent and expects it to be independent from the database name length
-
Sergei Golubchik authored
-
Sergei Golubchik authored
and a couple of collaterals: * debugging assert in my_valgrind.h * trivial cleanup in sql_union.cc
-
Sergei Golubchik authored
fix a race condition in the test
-
Sergei Golubchik authored
-
Igor Babaev authored
In some cases the function compare_order_elements() erroneously returned CMP_EQ for not equal elements.
-
- 19 Sep, 2016 7 commits
-
-
Sergei Golubchik authored
finally removed, after being deprecated since 2005
-
Sergei Golubchik authored
-
Sergei Golubchik authored
do not put there *.so symlinks
-
Sergei Golubchik authored
fixes: federated.federatedx rpl.rpl_sp rpl.rpl_colSize rpl.rpl_extra_col_slave_innodb rpl.rpl_extra_col_master_innodb rpl.rpl_udf rpl.rpl_extra_col_slave_myisam rpl.rpl_extra_col_master_myisam
-
Igor Babaev authored
-
Igor Babaev authored
-
Sergei Golubchik authored
-
- 17 Sep, 2016 2 commits
-
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
Updated mysqld--help,win.rdiff.
-
- 16 Sep, 2016 11 commits
-
-
Sergey Vojtovich authored
Some compilers are unhappy about mixed struct/class declarations.
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
Fixed type cast.
-
Sergey Vojtovich authored
Fixed sysvars_server_[not]embedded failure: changed type of table_open_cache_instances from ulong to uint. Added casts foratomic operations around tc_active_instances and tc_contention_warning_reported: needed on some platforms.
-
Sergey Vojtovich authored
Table cache instances autosizing.
-
Sergey Vojtovich authored
Improve scalability by implementing multi-instance table cache.
-
Sergei Golubchik authored
because InnoDB 5.7 tdecided to store a full path there
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Jan Lindström authored
test. We should not take X-lock for index in the begining, setting tablespace as named space is enough.
-
Sergei Golubchik authored
add_identifier change comes from 5.7, everything else is a follow-up
-