summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-03-132-8/+67
|\
| * MDEV-10047: table-based master info repositorySujatha2020-03-131-1/+60
| * Merge 10.1 into 10.2Marko Mäkelä2020-03-131-7/+7
| |\
| | * Merge 5.5 into 10.1Marko Mäkelä2020-03-131-7/+7
| | |\
| | | * Cleanup: clang-10 -Wmisleading-indentationMarko Mäkelä2020-03-111-7/+7
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-12-031-3/+3
| | |\ \ | | | |/
| | | * Fixed some typos in mysql.ccHashir Sarwar2019-11-221-3/+3
| | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-10-301-11/+2
| | |\ \ | | | |/
| | | * Revert "MDEV-14448: Ctrl-C should not exit the client"mariadb-5.5.66Sergei Golubchik2019-10-301-13/+2
| | | * compilation fix for Windowsbb-5.5-releaseSergei Golubchik2019-10-301-0/+2
| | * | Merge 5.5 into 10.1Eugene Kosov2019-10-291-2/+11
| | |\ \ | | | |/
| | | * MDEV-14448: Ctrl-C should not exit the clientAnel Husakovic2019-10-281-2/+11
* | | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | | Cast string literal to char* MDEV-20767Seth Shelnutt2019-10-091-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-2/+5
|\ \ \ \ | |/ / /
| * | | Enable the auto parameter of the flag `default-character-set`Anel Husakovic2019-09-131-1/+4
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-1/+2
|\ \ \ \ | |/ / /
| * | | MDEV-20377: Fix uninitialized memory in mysqltestMarko Mäkelä2019-08-191-1/+2
| * | | Fixed issues found by valgrindMonty2019-08-121-1/+2
* | | | MDEV-17609 mysql client sets wrong application name for Readline libraryAleksey Midenkov2019-08-111-4/+5
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-191-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-0/+1
| |\ \ \ | | |/ /
| | * | imporve clang buildEugene Kosov2019-06-252-9/+9
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-1/+9
|\ \ \ \ | |/ / /
| * | | MDEV-19821 "perl;" snippet must run the same perl executable that runs mtr.Vladislav Vaintroub2019-06-211-1/+9
* | | | MDEV-17429 mysqldump uses 10.3 options with pre-10.3 servers and breaksAnel Husakovic2019-06-241-2/+4
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-06-195-6/+18
|\ \ \ \ | |/ / /
| * | | MDEV-19750 mysql command wrong encodingVladislav Vaintroub2019-06-175-5/+17
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-06-112-2/+6
|\ \ \ \ | |/ / /
| * | | Ensure that tests and programs can restore variablesMonty2019-06-031-0/+4
| * | | Only link mysys_ssl when required.Vladislav Vaintroub2019-06-031-2/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-161-2/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-161-2/+9
| |\ \ \ | | |/ /
| | * | MDEV-788 mysqlimport should support the ability to disable foreign keysRobert Bindar2019-05-151-2/+9
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1420-20/+20
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-1320-20/+20
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1120-20/+20
| | |\ \ | | | |/
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-1120-20/+20
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\ \ | | | |/
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-123-37/+36
|\ \ \ \ | |/ / /
| * | | Let us close library and only then free defaults.Oleksandr Byelkin2019-05-061-1/+1
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-042-36/+35
| |\ \ \ | | |/ /
| | * | MDEV-19015: mysql_plugin doesn't read all server option groupsAnel Husakovic2019-04-241-4/+4
| | * | MDEV-19182 mysqldump not always handling SHOW CREATE TRIGGER failures correctlySergei Golubchik2019-04-241-32/+31
* | | | MDEV-18782 mysqldump --all-databases causes segmentation fault.Alexey Botchkov2019-05-071-2/+3
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-271-6/+3
|\ \ \ \ | |/ / /
| * | | MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-261-6/+3