summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Expand)AuthorAgeFilesLines
* Small optimization to bug fix, from Monty.unknown2005-05-181-4/+5
* Fix crash in mysqldump -c triggered by tables with a large number of longunknown2005-05-081-43/+65
* Bug #9175 seg fault on 'mysqldump --single-transaction --tab mysql nonexistent' unknown2005-03-311-3/+4
* Bug #9175 seg fault on 'mysqldump --single-transaction --tab mysql nonexistent' unknown2005-03-281-10/+21
* Fixes after Sinisa and Serg comments after push of patch for BUG#9123.unknown2005-03-161-36/+57
* BUG#9123: Updates after Mats reviewunknown2005-03-161-2/+2
* Merge mysql.com:/home/bkroot/mysql-4.1 into mysql.com:/home/bk/b9123-4.1unknown2005-03-161-1/+3
|\
| * BUG#9123: If a table name is given with an underscore, unknown2005-03-151-1/+3
* | Bug #6660 mysqldump creates bad pathnames on Windowsunknown2005-03-151-21/+0
* | Bug #6660 mysqldump creates bad pathnames on Windowsunknown2005-03-141-0/+22
|/
* A fix for a bug #8830, which occured when binary data from blob wasunknown2005-03-051-1/+1
* mysqldump.c:unknown2005-02-251-0/+5
* BUG#6662: Changes after Guilhems and Sergs reviewunknown2005-02-221-4/+3
* BUG#6662: Importing mysqldumps should not show any warnings of level "notes".unknown2005-02-211-0/+4
* Proper fix for comparision with ' 'unknown2005-02-011-18/+18
* Merge mysql.com:/home/jimw/my/mysql-4.1-8148unknown2005-01-311-2/+2
|\
| * Use single quotes to set SQL_MODE in mysqldump output in case ANSI_QUOTESunknown2005-01-281-2/+2
* | Bug #5185 mysqldump for windows database gets table names with different caseunknown2005-01-291-6/+9
* | Bug #5185 mysqldump for windows database gets table names with different caseunknown2005-01-271-2/+35
|/
* fixes/cleanups according to Coverity reportunknown2005-01-241-3/+2
* mysqldump.c:unknown2005-01-171-3/+3
* Fix for BUG#7850: force the transaction isolation level to REPEATABLE READ wh...unknown2005-01-131-0/+7
* postreview changesunknown2005-01-061-4/+4
* fixed comparation with string constant on some platform (BUG#7651)unknown2005-01-061-2/+10
* client/mysqldump.cunknown2004-12-281-28/+15
* WL#2319 V2: Exclude tables from dumpunknown2004-12-271-7/+99
* Bug#7020: mysqldump --compatible=mysql40 still dumps in UTF8unknown2004-12-221-0/+6
* Fix for BUG#7358: removing warning reporting of mysqldump 4.1.8 when calling ...unknown2004-12-171-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-091-2/+4
|\
| * Ensure that we free memory used with --order-by-primary (in mysqldump)unknown2004-12-091-2/+4
* | help text correctedunknown2004-12-041-1/+1
|/
* Merge bk-internal:/home/bk/mysql-4.1unknown2004-12-021-24/+121
|\
| * Mergeunknown2004-11-301-24/+121
| |\
| | * mysqldump.c:unknown2004-11-301-19/+15
| | * Add --order-by-primary option, which adds an ORDER BYunknown2004-11-161-24/+125
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-301-1/+1
|\ \ \ | |/ / |/| |
| * | A fix (bug #6101: mysqldump writes invalid SQL).unknown2004-10-191-1/+1
* | | compilation failures fixes. mysqldump now compiles on AIX 4.3.unknown2004-11-161-2/+2
* | | Try to lower the probability of a stall of mysqldump AND most client connecti...unknown2004-11-141-1/+11
* | | allowing --master-data without arg to be compatible with < 4.1.8 mysqldump.unknown2004-11-141-1/+5
* | | After merge fixesunknown2004-11-121-9/+9
* | | merge with 4.0unknown2004-11-121-28/+25
|\ \ \
| * | | Alphabetize some out-of-order options in option structure.unknown2004-11-091-12/+13
| * | | mysqldump.c:unknown2004-11-051-0/+1
| * | | client_priv.h:unknown2004-11-051-7/+49
| * | | Bug#5655 - mysqldump fields-escaped-by behaviourunknown2004-09-221-1/+1
* | | | mysqldump.c:unknown2004-11-111-7/+7
* | | | Mergeunknown2004-11-101-135/+196
|\ \ \ \
| * | | | WL#1596 "make mysqldump --master-data --single-transaction able to do online ...unknown2004-11-101-135/+196
| | |_|/ | |/| |
* | | | mysqldump.c:unknown2004-11-051-0/+1