- 21 Nov, 2014 2 commits
-
-
Sergei Petrunia authored
- Drop all tables in explain_json.test - Tabular form should print ref='' when type='fulltext' (another peculiarity of the traditional EXPLAIN format) - String_list::append_str should allocate memory for \0, too - Some temporary code for EXPLAIN JSON and join buffering.
-
Sergei Petrunia authored
-
- 20 Nov, 2014 1 commit
-
-
Sergei Petrunia authored
-
- 15 Oct, 2014 1 commit
-
-
Sergei Petrunia authored
-
- 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 16 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
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
old fix only generated a warning for the *first* row in the output
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
replace flag SHOW_VALUE_IN_HELP (that's not really an independendent flag, as it should only be used for NO_CMD_LINE sysvars) with a special getopt.id type.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
their only purpose was to distinguish between SHOW and SELECT and there are cleaner ways of doing it.
-
Sergei Golubchik authored
-