summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge in bug fixes for client toolsJim Winstead2009-07-147-14/+57
|\
| * mysqlcheck failed to fix table names when using the --fix-table-namesJim Winstead2009-05-201-2/+2
| * mysqladmin --count=X --sleep=Y would always delay Y seconds after the lastJim Winstead2009-05-201-3/+3
| * The mysql command-line client would include superfluous spaces at the end ofJim Winstead2009-05-201-1/+4
| * Fix warning in use of strlen().Jim Winstead2009-05-201-1/+2
| * Table identifiers and file names were not quoted and escaped correctly byJim Winstead2009-05-191-3/+13
| * mysql_upgrade ignored the --basedir and --datadir arguments as it has no useJim Winstead2009-05-191-1/+5
| * The mysql command-line client didn't implement the readline magic-spaceJim Winstead2009-05-191-0/+17
| * mysqlslap didn't correctly handle --csv with no argument. (Bug #44412)Jim Winstead2009-05-181-2/+6
| * mysqladmin did not have enough space allocated for tracking all variablesJim Winstead2009-05-181-1/+4
| * The output of mysqldump --tab for views included a DROP TABLE statementJim Winstead2009-05-181-1/+2
* | Merge bug fixesJim Winstead2009-07-133-9/+18
|\ \ | |/
| * Add usage for --base64-output=DECODE-ROWS and note that UNSPEC isJim Winstead2009-05-151-0/+3
| * Remove out-of-date and unnecessary comment in source code about what versionsJim Winstead2009-05-151-3/+1
| * mysqlimport was not always compiled correctly to allow thread support,Jim Winstead2009-05-121-1/+1
| * mysqldump would not dump the INFORMATION_SCHEMA even when it was explicitlyJim Winstead2009-05-121-5/+13
* | Bug #43397 mysql headers redefine pthread_mutex_initStaale Smedseng2009-07-081-3/+3
* | fixed compilation warnings on macosxGeorgi Kodinov2009-07-071-2/+2
* | Bug#37274 client 'status' command doesn't print all info after losing connect...Kristofer Pettersson2009-07-031-31/+32
* | merge: 5.1-bt bug branch --> 5.1-bt latestLuis Soares2009-06-301-1/+55
|\ \
| * | BUG#42941: --database paramater to mysqlbinlog fails with RBRLuis Soares2009-06-071-1/+55
* | | Merge from 5.0Staale Smedseng2009-06-292-5/+5
|\ \ \
| * | | Merge from 5.0-btStaale Smedseng2009-06-293-6/+6
| * | | Automerge.Alexey Kopytov2009-06-171-1/+1
| |\ \ \
* | | | | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-1/+1
* | | | | Automerge.Alexey Kopytov2009-06-171-1/+1
|\ \ \ \ \
| * \ \ \ \ Automerge.Alexey Kopytov2009-06-171-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Bug #45236: large blob inserts from mysqldump fail, possible Alexey Kopytov2009-06-101-1/+1
* | | | | | Merge from 5.1 main.Davi Arnaut2009-06-081-4/+56
|\ \ \ \ \ \
| * \ \ \ \ \ merge from 5.1 mainBjorn Munch2009-05-2910-18/+56
| |\ \ \ \ \ \
| * | | | | | | cherry picking fix for Bug #39542 from 6.0-runtimeBjorn Munch2009-05-271-1/+40
| * | | | | | | Bug #44964 mysqltest: connection <connection><some spaces>; fails nowBjorn Munch2009-05-261-1/+1
| * | | | | | | Bug #44922 mysqltest's query_get_value function can't work with queries conta...Bjorn Munch2009-05-251-2/+15
* | | | | | | | manual mergeTatiana A. Nurnberg2009-06-061-17/+21
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Don't mix declarations and code (not widely portable).Davi Arnaut2009-06-061-13/+18
* | | | | | | | merged 5.0-bugteam -> 5.1-bugteamGeorgi Kodinov2009-06-051-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | automergeGeorgi Kodinov2009-06-051-48/+55
| |\ \ \ \ \ \ \
| | * | | | | | | Bug #43532 : backport of the 5.1 code to 5.0 mysqltestGeorgi Kodinov2009-06-051-48/+55
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Addendum to Bug #45286 : implement reviewer's remarks.Georgi Kodinov2009-06-051-2/+2
* | | | | | | | Bug #45286: compilation warnings on mysql-5.0-bugteam on MacOSXGeorgi Kodinov2009-06-051-2/+2
* | | | | | | | automergeGeorgi Kodinov2009-06-051-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Bug #45286: compilation warnings on mysql-5.0-bugteam on MacOSXGeorgi Kodinov2009-06-051-2/+2
| |/ / / / / /
* | | | | | | Fix compilation failures: get rid of C++ specifics in C-code.Alexander Nozdrin2009-06-036-6/+6
| |_|_|/ / / |/| | | | |
* | | | | | auto-mergeTatiana A. Nurnberg2009-05-292-6/+32
|\ \ \ \ \ \
| * \ \ \ \ \ AutomergeAlexey Kopytov2009-05-291-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-05-281-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | / / / | | | |_|/ / / | | |/| | | |
| | | * | | | Bug#37268 'binary' character set makes CLI-internal commands case sensitiveSergey Glukhov2009-05-281-2/+2
| * | | | | | Bug #44638: mysql_upgrade, mysqlcheck output instance unclearAlexey Kopytov2009-05-271-4/+30
| |/ / / / /
* | | | | | Bug#34861: mysqldump with --tab gives weird output for triggers.Tatiana A. Nurnberg2009-05-271-20/+28
|/ / / / /
* | | | | Merge from 5.0-bugteamJim Winstead2009-05-131-3/+9
|\ \ \ \ \ | |/ / / /