summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Expand)AuthorAgeFilesLines
* Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-08-031-151/+152
|\
| * Remove double error printout in mysqldumpmsvensson@neptunus.(none)2006-08-031-2/+0
| * Merge neptunus.(none):/home/msvensson/mysql/my50-m-bug21215msvensson@neptunus.(none)2006-08-031-149/+152
| |\
| | * Bug#21215 mysqldump creating incomplete backups without warningmsvensson@neptunus.(none)2006-07-241-0/+1
| | * Don't close connection to mysql before 'safe_exit', that is done in 'safe_exi...msvensson@neptunus.(none)2006-07-241-2/+0
| | * Remove double printout of mysqldump in error messagemsvensson@neptunus.(none)2006-07-241-3/+2
| | * Replace sock -> mysqlmsvensson@neptunus.(none)2006-07-241-91/+92
| | * Change tFlag and dFlag into human readable formatmsvensson@neptunus.(none)2006-07-241-12/+14
| | * Add function verbose_msgmsvensson@neptunus.(none)2006-07-241-46/+48
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-08-011-0/+7
|\ \ \ | |/ / |/| |
| * | Bug#10877 mysqldump should use consistent last linemsvensson@neptunus.(none)2006-07-241-0/+7
| |/
* | Merge salvation.intern.azundris.com:/home/tnurnberg/mysql-5.0-releasetnurnberg@salvation.intern.azundris.com2006-07-191-3/+14
|\ \ | |/ |/|
| * Bug# 20221- Dumping of multiple databases containing view(s) yields maleforme...iggy@rolltop.ignatz42.dyndns.org2006-07-171-3/+14
| * Bug#21014: Segmentation fault of mysqldump on viewtnurnberg@mysql.com/salvation.intern.azundris.com2006-07-141-2/+9
* | Merge igreenhoe@bk-internal.mysql.com:/home/bk/mysql-5.0igreenhoe/greenman@anubis.greendragongames.com2006-07-141-10/+13
|\ \
| * \ 4.1 -> 5.0 mergeigreenhoe/greenman@anubis.greendragongames.com2006-07-131-10/+13
| |\ \ | | |/ | |/|
| | * Fix for bug #15977 (switch ordering of DISABLE KEYS/LOCK TABLE in mysqldump)igreenhoe@mysql.com2006-06-211-10/+13
| | * Fixed some problems for Windows buildigor@rurik.mysql.com2006-06-061-1/+2
| | * Fix for bug #18536: mysqldump does not maintain table orders as per --tables ...ramil@mysql.com2006-05-191-33/+21
| | * Fix mysqldump crash when encountering a VIEW (when used against ajimw@mysql.com2006-02-011-2/+5
| | * Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a193-229-222-105.elisa-laajakaista.fi2005-12-041-1/+1
| | |\
| | | * A set of Netware related patches.jani@a193-229-222-105.elisa-laajakaista.fi2005-12-041-1/+1
* | | | Bug#21014: Segmentation fault of mysqldump on viewtnurnberg@mysql.com/salvation.intern.azundris.com2006-07-141-2/+9
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-mainttnurnberg@mysql.com2006-06-261-0/+3
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-mainttnurnberg@mysql.com2006-06-011-0/+3
| |\ \ \
| | * | | Bug#18462: mysqldump does not dump view structures correctlytnurnberg@mysql.com2006-05-311-0/+3
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.(none)2006-06-201-1/+20
|\ \ \ \ \
| * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-mainttnurnberg@mysql.com2006-06-121-1/+20
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bug#17371: Unable to dump a schema with invalid viewstnurnberg@mysql.com2006-05-301-1/+20
| | |/ / /
* | | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpllars@mysql.com2006-06-191-440/+456
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG#17201: Improve handling of views.grog@mysql.com2006-05-251-440/+456
| |/ / /
* | | | after merge fix.ramil@mysql.com2006-05-291-1/+2
* | | | manual mergeramil@mysql.com2006-05-291-40/+24
|/ / /
* | | Bug#17208 SSL: client does not verify server certificatemsvensson@neptunus.(none)2006-04-181-0/+2
* | | Fix version of DEFINER-clause in mysqldump.anozdrin@mysql.com2006-03-101-1/+1
* | | Implementation of WL#2897: Complete definer support in the stored routines.anozdrin@mysql.com2006-03-021-1/+47
* | | Change snprintf to my_snprintfmsvensson@neptunus.(none)2006-02-231-5/+5
* | | Aix52 build fixmsvensson@neptunus.(none)2006-02-231-1/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/bug14871/my50-bug14871msvensson@neptunus.(none)2006-02-211-33/+168
|\ \ \
| * | | Bug#14871 mysqldump: invalid view dump outputmsvensson@neptunus.(none)2006-02-211-33/+168
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0serg@serg.mylan2006-01-161-12/+15
|\ \ \ \ | |/ / / |/| | |
| * | | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-12/+15
* | | | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseanozdrin@mysql.com2006-01-111-3/+32
|/ / /
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-13318jimw@mysql.com2005-12-011-5/+6
|\ \ \
| * | | Fix values printed by mysqldump for empty blob fields whenjimw@mysql.com2005-11-231-6/+7
| |/ /
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-5792jimw@mysql.com2005-11-281-1/+1
|\ \ \
| * | | Fix being able to set default TCP port for command-line utilitiesjimw@mysql.com2005-10-131-1/+1
| |/ /
* | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0joerg@mysql.com2005-11-211-1/+1
|\ \ \
| * | | Netware specific changes for 5.0.16ajamppa@suse9-x86.mysql.com2005-11-181-1/+1
* | | | Fixed BUG #14554: mysqldump does not separate "ROW" and triggeraivanov@mysql.com2005-11-211-1/+2
|/ / /