summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5mariadb-10.5.17Oleksandr Byelkin2022-08-101-8/+8
|\
| * Merge branch '10.3' into bb-10.4-releasemariadb-10.4.26Oleksandr Byelkin2022-08-101-8/+8
| |\
| | * Fix typos in the codebase.fluesvamp2022-08-091-8/+8
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-041-40/+25
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-031-40/+25
| |\ \ | | |/
| | * MDEV-26447: mysqldump to use temporary view instead of tables.Daniel Black2022-08-031-40/+11
| | * MDEV-18702 mysqldump: add variable 'max-statement-time'Mike Griffin2022-08-021-0/+14
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-38/+68
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-38/+68
| |\ \ | | |/
| | * MDEV-4875 Can't restore a mysqldump if --add-drop-database meets general_logDaniel Black2022-05-061-35/+65
| | * MDEV-27816 Set sql_mode before DROP IF EXISTS alreadyHartmut Holzgraefe2022-05-061-3/+3
* | | MDEV-19867: postfix - syntax spelling ALTER TABLEDaniel Black2021-10-041-1/+1
* | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-19/+86
|\ \ \ | |/ /
| * | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-19/+84
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-2/+22
| | |\
| | | * MDEV-20939: Race condition between mysqldump import and InnoDB persistentRucha Deodhar2021-01-271-0/+14
| | | * MDEV-20939: Race condition between mysqldump import and InnoDB persistentDaniel Black2021-01-251-2/+8
| | * | MDEV-21785: sequences used as default by other table not dumped in right orde...bb-10.3-MDEV-21785Oleksandr Byelkin2021-01-261-17/+62
* | | | Added 'const' to arguments in get_one_option and find_typeset()Monty2021-02-081-5/+11
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-10/+583
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-10/+559
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-10/+559
| | |\ \ | | | |/
| | | * MDEV-23630: mysqldump logically dump system table informationDaniel Black2020-11-011-10/+559
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-3/+75
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-3/+74
| |\ \ \ | | |/ /
| | * | MDEV-21786 mysqldump will forget sequence definition details on --no-data dumpAnel Husakovic2020-10-231-3/+74
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-141-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-5/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-131-5/+5
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-7/+7
| | | |\
| | | | * Client spelling mistakesIan Gilfillan2020-06-081-8/+8
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-1/+1
| | | |\ \ | | | | |/
| | | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-1/+1
| | | | |\
| | | | | * Correct the name of a contributorMarko Mäkelä2020-04-251-1/+1
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-6/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-7/+36
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-7/+36
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2020-04-011-6/+36
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-22037: Add ability to skip content of some tables (work around for MDEV-...Oleksandr Byelkin2020-03-251-6/+36
* | | | | | Updated client and server to use new binary names in --debug tracesMonty2020-04-191-1/+1
* | | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-4/+4
* | | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-20/+22
* | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-5/+5
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | | | | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-3/+3