summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Expand)AuthorAgeFilesLines
* Merge to get security patchunknown2003-05-081-1/+1
|\
| * Merge bk-internal:/home/bk/mysql-3.23/unknown2003-04-281-8/+17
| |\
| * | crash fixunknown2003-03-171-1/+1
* | | Merge with 3.23 to get fixes for:unknown2003-04-031-6/+17
|\ \ \ | | |/ | |/|
| * | Do not silently do RESET MASTER when one does 'mysqldump --master-data' ;unknown2003-03-191-8/+17
| |/
| * Tiny fix to make the XML generated by the client well-formed.unknown2002-05-081-1/+1
| * Fixed quoting problem in mysqldumpunknown2002-03-251-2/+2
| * Quote names to SHOW CREATE for mysqldumpunknown2002-03-211-2/+8
| * Fix max buffer lengthunknown2002-03-151-2/+2
| * Decrease net_buffer_length to not get problems when running against mysqld wi...unknown2002-03-151-1/+1
| * mysqldump.c:unknown2002-02-121-2/+2
| * mysqldump.c:unknown2002-01-131-1/+1
| * mysqldump.c:unknown2002-01-131-1/+1
| * Backport of mysqldump from 4.0unknown2002-01-021-119/+250
* | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili...unknown2003-03-211-8/+0
* | Merge work:/home/bk/mysql-4.0unknown2003-02-181-2/+10
|\ \
| * | Patch for novellunknown2003-02-161-2/+10
* | | do not ignore --allow-keywords if SHOW CREATE TABLE is usedunknown2003-02-121-1/+1
|/ /
* | Fixes for Netwareunknown2003-01-281-1/+1
* | fix xml-output of mysqldumpunknown2002-11-181-15/+27
* | Updated VC++ project files for 4.0.4unknown2002-09-241-6/+18
* | Increased max possible max_allowed_packet to 1Gunknown2002-09-191-1/+1
* | fixed so that --ssl and --skip-ssl works with the MySQL clients.unknown2002-09-171-5/+3
* | Fix for SSL and new my_getoptunknown2002-08-091-1/+3
* | typo fixedunknown2002-08-051-1/+1
* | typo in help message fixed (LFCR -> CRLF)unknown2002-08-041-1/+1
* | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-2/+2
* | Mergeunknown2002-06-141-3/+40
|\ \
| * | This is just code style/minor optimizations cleanup changesetunknown2002-06-141-13/+13
| * | This changeset is mostly new version of previous commit modified according unknown2002-06-111-3/+40
* | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-12/+8
|/ /
* | Fixed some spelling errors.unknown2002-06-011-1/+1
* | Added useful exit error code for programs using my_getopt in caseunknown2002-05-291-6/+2
* | moved my_getopt.h under client_priv.hunknown2002-05-221-2/+1
* | Changed GET_STRALC to GET_STR_ALLOCunknown2002-05-151-1/+1
* | - Added new type GET_STRALC to my_getopt.unknown2002-05-141-55/+10
* | - Fixed some option types in my_getopt struct in all clients.unknown2002-05-111-8/+9
* | ChangeLog mergingunknown2002-04-301-6/+2
|\ \
| * | Fixed a bug in mysqldump.cunknown2002-04-301-6/+2
* | | disabled query cache in mysqldump queriesunknown2002-04-271-5/+8
|/ /
* | English text enhancement.unknown2002-04-171-2/+2
* | Fixed a bug in mysql.ccunknown2002-04-161-2/+1
* | avoidance of caching mysqldump queriesunknown2002-04-121-0/+2
* | Merge and two bug fixes in my_getopt.cunknown2002-04-031-1/+0
* | mergeunknown2002-04-031-15/+18
* | Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,unknown2002-04-021-312/+262
* | Mergeunknown2002-01-241-2/+2
|\ \
| * | Increase max package length to 512M for mysql and mysqldump.unknown2002-01-231-2/+2
* | | Fixed a bug in mysqldump.cunknown2002-01-231-3/+3
|/ /
* | mysqldump.c:unknown2002-01-131-2/+2