summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2005-03-071-1/+1
|\
| * A fix for a bug #8830, which occured when binary data from blob wasSinisa@sinisa.nasamreza.org2005-03-051-1/+1
* | fixed conversion errors (Windows IA64 build)georg@lmy002.wdf.sap.corp2005-03-073-10/+8
|/
* mysqldump.c:bar@mysql.com2005-02-251-0/+5
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ramil@mysql.com2005-02-251-18/+21
|\
| * After review fixesramil@mysql.com2005-02-021-1/+2
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ramil@mysql.com2005-02-021-18/+20
| |\
| | * A fix (bug #4802 prompt in mysql client shows wrong database after dropping d...ram@gw.mysql.r18.ru2004-10-211-18/+20
* | | Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-4.1lars@mysql.com2005-02-221-1/+4
|\ \ \
| * \ \ Merge mysql.com:/home/bkroot/mysql-4.1 into mysql.com:/home/bk/b6662-4.1lars@mysql.com2005-02-221-1/+4
| |\ \ \
| | * | | BUG#6662: Changes after Guilhems and Sergs reviewlars@mysql.com2005-02-221-4/+3
| | * | | BUG#6662: Importing mysqldumps should not show any warnings of level "notes".lars@mysql.com2005-02-211-0/+4
* | | | | Backport my_strntod() from 5.0monty@mysql.com2005-02-221-2/+2
|/ / / /
* | | | mysql.cc:bar@mysql.com2005-02-211-2/+2
|/ / /
* | | Applied a patch for Netware.jani@ua141d10.elisa.omakaista.fi2005-02-081-0/+5
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-8029jimw@mysql.com2005-02-041-1/+1
|\ \ \
| * | | Fix 'mysqlcheck --help' to not specify what storage engines arejimw@mysql.com2005-02-021-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-02-021-0/+1
|\ \ \ \ | |/ / /
| * | | Add 'debug' to mysqladmin --help output. (Bug #8207)jimw@mysql.com2005-01-311-0/+1
| |/ /
* | | Proper fix for comparision with ' 'monty@mysql.com2005-02-011-18/+18
|/ /
* | Merge mysql.com:/home/jimw/my/mysql-4.1-8148jimw@mysql.com2005-01-311-2/+2
|\ \
| * | Use single quotes to set SQL_MODE in mysqldump output in case ANSI_QUOTESjimw@mysql.com2005-01-281-2/+2
* | | Bug #5185 mysqldump for windows database gets table names with different casereggie@bob.(none)2005-01-291-6/+9
* | | Bug #5185 mysqldump for windows database gets table names with different casereggie@bob.(none)2005-01-271-2/+35
|/ /
* | Cleanups during reviewmonty@mysql.com2005-01-251-4/+13
* | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-01-244-20/+9
|\ \
| * | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-244-20/+9
* | | Cleanups in Makefile.amskonstantin@mysql.com2005-01-181-14/+4
|/ /
* | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1reggie@bob.(none)2005-01-171-1/+9
|\ \
| * | Bug #7922 prompt \p fails on Windows for shared-memory connectionsreggie@bob.(none)2005-01-151-1/+9
* | | mysqldump.c:paul@kite-hub.kitebird.com2005-01-171-3/+3
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1guilhem@mysql.com2005-01-161-4/+4
|\ \ \
| * | | protect against malicious server trying to crash command-line client :)serg@serg.mylan2005-01-141-4/+4
| |/ /
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1guilhem@mysql.com2005-01-141-0/+7
|\ \ \ | |/ / |/| |
| * | Fix for BUG#7850: force the transaction isolation level to REPEATABLE READ wh...guilhem@mysql.com2005-01-131-0/+7
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-01-111-1/+11
|\ \ \ | |/ /
| * | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2005-01-111-1/+11
| |\ \
| | * | fix for bug #5920 (embedded-server mysql doesn't handle --defaults-file)hf@deer.(none)2005-01-031-1/+11
* | | | Review of new pushed codemonty@mysql.com2005-01-111-8/+17
|/ / /
* | | few harmless warnings from automated code-checking tools fixedserg@sergbook.mylan2005-01-082-4/+8
* | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1bell@sanja.is.com.ua2005-01-061-2/+10
|\ \ \
| * | | postreview changesbell@sanja.is.com.ua2005-01-061-4/+4
| * | | fixed comparation with string constant on some platform (BUG#7651)bell@sanja.is.com.ua2005-01-061-2/+10
* | | | Merge mysql.com:/home/jwinstead2/mysql-4.1-7451jimw@mysql.com2005-01-061-1/+7
|\ \ \ \
| * | | | Add support for --default-character-set to mysqladmin (Bug #7524)jimw@mysql.com2005-01-061-1/+7
| |/ / /
* | | | Fix "mysqladmin password" to use correct password scrambling function whenjimw@mysql.com2005-01-051-1/+27
|/ / /
* | | Merge mysql.com:/home/wax/mysql/mysql-4.1wax@mysql.com2005-01-021-1/+3
|\ \ \ | |/ / |/| |
| * | WL#964wax@kishkin.ru2005-01-021-1/+3
* | | client/mysqldump.cserg@serg.mylan2004-12-281-28/+15
* | | WL#2319 V2: Exclude tables from dumplars@mysql.com2004-12-272-7/+100