summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Expand)AuthorAgeFilesLines
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-121-235/+330
|\
| * Fix for bug #25993: mysqldump crashes with merge table and -c optionunknown2007-03-261-3/+3
| * bug#26346unknown2007-03-231-2/+3
| * Bug#26346: stack + buffer overrun in mysqldumpunknown2007-03-221-230/+324
* | Bug #26817: mysqldump fails to backup database containing view with invalid d...unknown2007-03-231-2/+22
|/
* Fixed compiler warnings (for linux and win32 and win64)unknown2007-02-221-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-9/+11
|\
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-9/+11
* | Many files:unknown2006-12-231-2/+1
|/
* Fixed compiler warningsunknown2006-11-301-1/+1
* Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-1/+1
* Added some missing DBUG_RETURNunknown2006-11-231-3/+3
* Remove compiler warningsunknown2006-11-201-59/+82
* Use same type for local variables as arguments, avoid compile error on NetWareunknown2006-10-241-2/+2
* Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19745/my50-bug19745unknown2006-10-181-36/+98
|\
| * Bug#19745: mysqldump --xml produces invalid xmlunknown2006-10-181-36/+98
* | Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19660/my50-bug19660unknown2006-10-041-5/+3
|\ \ | |/ |/|
| * Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19660/my41-bug19660unknown2006-10-041-5/+3
| |\
| | * Bug#19660 mysqldump --single-transaction should be with CONSISTENT SNAPSHOTunknown2006-10-031-5/+3
* | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rplunknown2006-09-211-45/+53
|\ \ \
| * \ \ Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rplunknown2006-09-151-47/+55
| |\ \ \
| | * \ \ Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rplunknown2006-09-111-47/+55
| | |\ \ \ | | | |/ / | | |/| |
| | | * | BUG#13926: --order-by-primary fails if PKEY contains quote character.unknown2006-08-021-4/+12
| | | * | mysqldump.c:unknown2006-08-021-47/+47
* | | | | Bug#21424 mysqldump failing to export/import views. ...unknown2006-09-141-1/+13
* | | | | Fix problem with windows where stderr is not flushed until end of program.unknown2006-09-011-0/+1
* | | | | Restore bug fix lost in merge of client/mysqldump.c, and clean up mysqldump.testunknown2006-08-311-0/+1
* | | | | Resolve conflictsunknown2006-08-311-5/+8
|\ \ \ \ \
| * | | | | Bug #21288: mysqldump segmentation fault when using --whereunknown2006-08-171-5/+11
* | | | | | Bug #21527 mysqldump incorrectly tries to LOCK TABLES on the information_sche...unknown2006-08-281-52/+78
| |/ / / / |/| | | |
* | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-08-031-151/+152
|\ \ \ \ \
| * | | | | Remove double error printout in mysqldumpunknown2006-08-031-2/+0
| * | | | | Merge neptunus.(none):/home/msvensson/mysql/my50-m-bug21215unknown2006-08-031-149/+152
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Bug#21215 mysqldump creating incomplete backups without warningunknown2006-07-241-0/+1
| | * | | | Don't close connection to mysql before 'safe_exit', that is done in 'safe_exi...unknown2006-07-241-2/+0
| | * | | | Remove double printout of mysqldump in error messageunknown2006-07-241-3/+2
| | * | | | Replace sock -> mysqlunknown2006-07-241-91/+92
| | * | | | Change tFlag and dFlag into human readable formatunknown2006-07-241-12/+14
| | * | | | Add function verbose_msgunknown2006-07-241-46/+48
| | | |/ / | | |/| |
* | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-08-011-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#10877 mysqldump should use consistent last lineunknown2006-07-241-0/+7
| |/ / /
* | | | Merge salvation.intern.azundris.com:/home/tnurnberg/mysql-5.0-releaseunknown2006-07-191-3/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Bug# 20221- Dumping of multiple databases containing view(s) yields maleforme...unknown2006-07-171-3/+14
| * | | Bug#21014: Segmentation fault of mysqldump on viewunknown2006-07-141-2/+9
* | | | Merge igreenhoe@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-141-10/+13
|\ \ \ \
| * \ \ \ 4.1 -> 5.0 mergeunknown2006-07-131-10/+13
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fix for bug #15977 (switch ordering of DISABLE KEYS/LOCK TABLE in mysqldump)unknown2006-06-211-10/+13
| | |/
| | * Fixed some problems for Windows buildunknown2006-06-061-1/+2
| | * Fix for bug #18536: mysqldump does not maintain table orders as per --tables ...unknown2006-05-191-33/+21
| | * Fix mysqldump crash when encountering a VIEW (when used against aunknown2006-02-011-2/+5