summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.6' into 10.7Sergei Golubchik2022-05-111-38/+68
|\
| * Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-38/+68
| |\
| | * 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-27749 Binary changes for --as-of and --tz-utc optionsAleksey Midenkov2022-04-181-2/+5
* | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-051-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-051-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-19867: postfix - syntax spelling ALTER TABLEDaniel Black2021-10-041-1/+1
* | | | | MDEV-25152: Insert linebreaks in mysqldump --extended-insertDaniel Black2021-10-011-3/+4
* | | | | MDEV-25152 Insert linebreaks in mysqldump --extended-insertrmfalves2021-10-011-1/+1
* | | | | MDEV-16355 Add option for mysqldump to read data as of specific timestamp fro...Sergei Golubchik2021-08-271-7/+50
|/ / / /
* | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-2/+2
* | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-5/+5
* | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-3/+4
* | | | MDEV-14974: --port ignored for --host=localhostBrandon Nesterenko2021-05-111-1/+67
* | | | MDEV-9077 - do not dump sys schema by default (MySQL bug#76735)Vladislav Vaintroub2021-03-181-0/+8
|/ / /
* | | 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