summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2018-10-302-3/+4
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2018-10-272-3/+4
| |\
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-10-232-3/+4
| | |\
| | | * Fix build break with modern compilers:Tor Didriksen2018-07-181-1/+1
| | | * Bug #26275510 BUNDLED ZLIB DOESN'T INCLUDE FIXES FOR SOME VULNERABILITIESAditya A2018-07-092-3/+2
| | | * Bug#28093271 - MYSQL OVERLOADS -b SHORT OPTION:Anushree Prakash B2018-07-031-1/+1
| | | * Fix build break with modern compilers:Tor Didriksen2018-06-111-2/+2
| | | * Bug#27510150: MYSQLDUMP FAILS FOR SPECIFIC --WHERE CLAUSESArun Kuruvila2018-04-091-40/+142
| | | * Bug#26372491 - RCE THROUGH THE MISHANDLE OF BACKSLASHAnushree Prakash B2017-09-081-1/+4
* | | | MDEV-16689: core-file should become a real server variablebb-10.1-MDEV-16689Oleksandr Byelkin2018-07-201-1/+1
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-123-9/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-121-0/+1
| |\ \ \ | | |/ /
| | * | mysqltest: Allow HANDLER READ in --ps-protocol testsSergei Golubchik2018-06-111-0/+1
| * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-102-9/+10
| |\ \ \ | | |/ /
| | * | MDEV-15021: mysqldump --tables --routines generates non importable dump fileRutuja Surve2018-06-101-6/+6
| | * | MDEV-15789 - mysqlslap use incorrect table defChris Calender2018-06-071-2/+2
* | | | embedded use-after-free ASAN errorSergei Golubchik2018-05-251-0/+2
* | | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | mysqltest: use do_stmt_close() not mysql_stmt_close()Sergei Golubchik2018-04-201-1/+1
* | | | Fix out of array access.Jan Lindström2018-04-061-1/+1
* | | | MDEV-14616: WSREP has not yet prepared node for application use errorJan Lindström2018-04-031-2/+2
* | | | mysql: don't prepare strings if they won't be usedSergei Golubchik2018-03-231-9/+11
* | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-1610-35/+12
* | | | Galera MTR Tests: Modify mysqltest so that if a --let = `SELECT ...` query is...Philip Stoev2018-03-121-8/+1
* | | | less memory-leak-on-exit reports for clientsSergei Golubchik2018-02-022-7/+2
* | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+5
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-2/+5
| |\ \ \ | | |/ /
| | * | MDEV-13187 incorrect backslash parsing in clientsSergei Golubchik2018-01-241-2/+5
* | | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-199-20/+63
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-2/+2
|\ \ \ \ | |/ / /
| * | | mysql_uprade --help and man page fixesIan Gilfillan2017-11-221-2/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-11-101-2/+3
|\ \ \ \ | |/ / /
| * | | MDEV-12372 mysqlbinlog --version output is the same on 10.x as on 5.5.x, and ...Sergei Golubchik2017-11-091-2/+3
* | | | MDEV-10728 -- mysqlbinlog can't be input to mysql clientVesa Pentti2017-11-061-1/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-3/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-3/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-171-2/+1
| | |\ \
| | | * | Bug#26372491 - RCE THROUGH THE MISHANDLE OF BACKSLASHAnushree Prakash B2017-09-131-1/+4
| | | |/
| | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-172-1/+2
* | | | AWS Key Management : Introduce "mock" variable, available in debug build.Vladislav Vaintroub2017-08-281-0/+18
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-14/+76
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-14/+76
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-14/+76
| | |\ \ | | | |/
| | | * Bug# 25998635: Client does not escape the USE statementIvo Roylev2017-05-221-9/+10
| | | * Bug#25340722 - PRINT BINARY DATA AS HEX IN THE MYSQLAnushree Prakash B2017-05-031-13/+75
| | | * Bug #25717383: MYSQLDUMP MAY EXECUTE ANY ARBITRARY QUERYBharathy Satish2017-03-171-12/+42
| | | * BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ...Ramil Kalimullin2017-03-1010-30/+49
| | * | client: mysql - fix typeDaniel Black2017-07-141-1/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-075-11/+13
|\ \ \ \ | |/ / /
| * | | coverity medium warningsSergei Golubchik2017-07-065-11/+13