- 24 Sep, 2016 3 commits
-
-
Vicențiu Ciorbaru authored
This makes them behave exactly like CURRENT ROW. Standard specifies unsigned integer, which includes the value 0. Expand the win_min_max test to include this kind of frame definitions.
-
Vicențiu Ciorbaru authored
mincore is defined differently in BSD mincore(void *, size_t, char *) vs linux variant of: mincore(void *, size_t, unsigned char *). Account for this difference in TokuDB.
-
Sergei Petrunia authored
- Change the default @@optimizer_switch value - Adjust the testcases
-
- 23 Sep, 2016 5 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
In some cases the method Window_funcs_sort::setup() did not build the sequence of sorting keys correctly.
-
Sergei Golubchik authored
new MariaDB-shared no longer provides or replaces mysql-libs or mariadb-libs
-
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 5 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.
-