summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysqld--help.result
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-03-291-2/+2
|\
| * Fix trivial spelling errorsOtto Kekalainen2023-03-241-2/+2
* | remove GET_ADJUST_VALUESergei Golubchik2023-02-101-13/+13
* | Change default of histogram_type to JSON_HBMonty2023-02-031-1/+1
* | Added test cases for preceding testMonty2023-02-031-0/+6
* | Changing all cost calculation to be given in millisecondsMonty2023-02-021-12/+33
* | Make the most important optimizer constants user variablesMonty2023-02-021-1/+23
* | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-0/+6
* | MDEV-6339 deprecate log_slow_admin_statementsDaniel Black2023-01-231-2/+2
|/
* MDEV-24377: Accept comma separated addresses as --bind-address value (#2009)Paragoumba2022-10-271-1/+2
* MDEV-16546 post-review fixesSergei Golubchik2022-10-261-0/+1
* MDEV-16546 System versioning setting to allow history modificationAleksey Midenkov2022-10-261-0/+3
* MDEV-29595 Adjust variable name for slow log file and help referring to the v...Sergei Golubchik2022-10-041-6/+5
* MDEV-7567 Add aliases with prefix log_slow for system variables relating to s...Sergei Golubchik2022-10-041-16/+8
* MDEV-7567 Add aliases with prefix log_slow for system variables relating to s...Michael Qin2022-10-041-15/+42
* MDEV-29596 Separate SUPER and READ ONLY ADMIN privilegesMonty2022-09-211-1/+1
* MDEV-28632 Change default of explicit_defaults_for_timestamp to ONSergei Golubchik2022-08-101-1/+2
* Merge branch '10.9' into 10.10Oleksandr Byelkin2022-08-091-0/+2
|\
| * Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-081-0/+2
| |\
| | * Merge branch '10.7' into 10.8Oleksandr Byelkin2022-08-081-0/+2
| | |\
| | | * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-08-081-0/+2
| | | |\
| | | | * Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-0/+2
| | | | |\
| | | | | * my_getopt --help for "bit" optionsSergei Golubchik2022-08-021-0/+2
* | | | | | MDEV-27161: Add option for SQL thread to limit maximum execution time per que...Brandon Nesterenko2022-08-031-0/+6
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-07-281-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-07-281-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.7 into 10.8Marko Mäkelä2022-07-281-1/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.6 into 10.7Marko Mäkelä2022-07-271-1/+3
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-28609 refine gtid-strict-mode to ignore same server-id gtid from the pastAndrei2022-07-261-1/+3
* | | | | | MDEV-28929: Plan selection takes forever with MDEV-28852 ...Sergei Petrunia2022-07-261-0/+5
* | | | | | Added EQ_REF chaining to the greedy_optimizerMonty2022-07-261-3/+4
* | | | | | MDEV-24815 Add 'allow-suspicious-udfs' and 'skip-grant-tables' to system vari...Tingyao Nian2022-05-261-4/+5
|/ / / / /
* | | | | MDEV-27021 Add explicit indication of SHOW EXPLAIN/ANALYZE.Oleg Smirnov2022-04-291-1/+1
* | | | | MDEV-24920: Merge "old" SQL variable to "old_mode" sql variableRucha Deodhar2022-04-201-1/+2
|/ / / /
* | | | MDEV-11675. Convert the new session var to bool type and test changesAndrei2022-01-311-4/+3
* | | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-0/+5
* | | | Switch the default histogram_type to still be DOUBLE_PREC_HBSergei Petrunia2022-01-191-1/+1
* | | | MDEV-27062: Make histogram_type=JSON_HB the new defaultSergei Petrunia2022-01-191-1/+1
* | | | MDEV-26737: Outdated VARIABLE_COMMENT for HISTOGRAM_TYPE in I_S.SYSTEM_VARIABLESSergei Petrunia2022-01-191-1/+2
|/ / /
* | | Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-141-1/+1
|/ /
* | This commit is a fixup for MDEV-22189.Rucha Deodhar2021-07-261-2/+2
* | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-1/+1
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-05-261-1/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-05-251-1/+1
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-05-241-1/+1
* | | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-0/+4
* | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-2/+2
* | | | MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logsSujatha2021-05-171-3/+3
* | | | MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logsSujatha2021-05-101-1/+11
* | | | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-161-1/+1