- 20 Oct, 2014 1 commit
-
-
Jan Lindström authored
type and that we decompress fist page if it is page compressed before really accessing it.
-
- 19 Oct, 2014 1 commit
-
-
Igor Babaev authored
-
- 17 Oct, 2014 6 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
The method subselect_union_engine::no_rows() must take into account the fact that now unit->fake_select_lex is NULL for for select_union_direct objects.
-
Sergei Petrunia authored
Add testcase.
-
Sergei Petrunia authored
Make log_slow_verbosity=explain actually print ANALYZE (that is, EXPLAIN otuput with two extra columns).
-
Sergei Petrunia authored
-
Sergei Petrunia authored
Make ANALYZE work for - ANALYZE SELECT ... INTO @var - ANALYZE INSERT SELECT ...; - ANALYZE SELECT .. INTO OUTFILE
-
- 15 Oct, 2014 3 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 14 Oct, 2014 3 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
Although the original code of mysql-5.7 was adjusted to the current MariaDB code the main ideas of the optimization were preserved.
-
Sergey Vojtovich authored
Added API for atomic operations with explicit memory barrier. Only gcc atomic builtins are currently supported. If they're unavailable, fall back to atomic operations with implicit full memory barrier.
-
- 13 Oct, 2014 1 commit
-
-
- 12 Oct, 2014 2 commits
-
-
Sergei Petrunia authored
Add ANALYZE STMT handling into INSERT command.
-
Elena Stepanova authored
-
- 11 Oct, 2014 18 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
-
Sergei Golubchik authored
TOTAL_SSL_CONNECTIONS columns in CLIENT_STATISTICS and USER_STATISTICS
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Extend existing plugins to support * SHOW QUERY_RESPONSE_TIME * FLUSH QUERY_RESPONSE_TIME * SHOW LOCALE move userstat tables to use the new API instead of hand-coded syntax
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
INFORMATION_SCHEMA.SYSTEM_VARIABLES
-
- 10 Oct, 2014 5 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
1. @@boolean_var differs from SHOW VARIABLES 2. @@str_var ignored variable charset (which is wrong for path variables that use filesystem charset) 3. @@signed_int_var in the string context was printed as unsigned
-
Sergei Golubchik authored
-
Sergei Golubchik authored
it can never be set to NULL, so it should not use MY_I_S_MAYBE_NULL flag either
-