summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Collapse)AuthorAgeFilesLines
* mysqldump.c:bar@bar.mysql.r18.ru2003-06-101-1/+2
| | | | | SET NAMES is not sent to server when SET NAMES is not dumped Server decides which character set to use in this case
* mysqldump.c:bar@bar.mysql.r18.ru2003-06-101-0/+2
| | | | SET NAMES is not produced in compatibility modes
* mysqldump.c:bar@bar.mysql.r18.ru2003-05-301-2/+9
| | | | mysqldump now produces SET NAMES. It can be disabled by --no-set-names
* --with-collation argument for configure. Now one can for example use this:bar@bar.mysql.r18.ru2003-05-281-1/+1
| | | | ./configure --with-charset=latin1 --with-collation=latin1_danish_ci
* mysqlimport.c, mysqldump.c, mysqlcheck.c:bar@bar.mysql.r18.ru2003-05-221-1/+2
| | | | | | Bug fix: latin1 is not compiled charset and is not specified.. mysql.cc: Bug fix: latin1 is not compiled charset and is not specified...
* Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-1/+1
|\
| * Merge to get security patchmonty@mashka.mysql.fi2003-05-081-1/+1
| |\
| | * Merge bk-internal:/home/bk/mysql-3.23/serg@serg.mylan2003-04-281-8/+17
| | |\ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql
| | * | crash fixserg@serg.mysql.com2003-03-171-1/+1
| | | |
* | | | Merge with 4.0monty@narttu.mysql.fi2003-04-031-6/+17
|\ \ \ \ | |/ / /
| * | | Merge with 3.23 to get fixes for:monty@narttu.mysql.fi2003-04-031-6/+17
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | mysqldump --delete-master-logs Portability fix for hammer Memory overrun for MyISAM LOAD DATA LOCAL replication bug fix.
| | * | Do not silently do RESET MASTER when one does 'mysqldump --master-data' ;guilhem@mysql.com2003-03-191-8/+17
| | |/ | | | | | | | | | | | | only do it if the user specifies --delete-master-logs (new option). Safer + fixes bug #159.
| | * Tiny fix to make the XML generated by the client well-formed.zak@balfor.local2002-05-081-1/+1
| | | | | | | | | | | | (Thanks to Georg Richter!)
| | * Fixed quoting problem in mysqldumpmonty@tik.mysql.fi2002-03-251-2/+2
| | |
| | * Quote names to SHOW CREATE for mysqldumpmonty@tik.mysql.fi2002-03-211-2/+8
| | | | | | | | | | | | | | | Fix thread-related bug when doing DROP TABLE Fix bug in RENAME TABLE on windows
| | * Fix max buffer lengthmonty@hundin.mysql.fi2002-03-151-2/+2
| | |
| | * Decrease net_buffer_length to not get problems when running against mysqld ↵monty@tik.mysql.fi2002-03-151-1/+1
| | | | | | | | | | | | with same max_allowed_packet
| | * mysqldump.c:jorge@linux.jorge.mysql.com2002-02-121-2/+2
| | | | | | | | | | | | Changed C++ style comments to ANSI C style.
| | * mysqldump.c:mwagner@cash.mwagner.org2002-01-131-1/+1
| | | | | | | | | | | | Inc the version
| | * mysqldump.c:mwagner@cash.mwagner.org2002-01-131-1/+1
| | | | | | | | | | | | Added missing 'Q' for -Q option
| | * Backport of mysqldump from 4.0monty@hundin.mysql.fi2002-01-021-119/+250
| | |
| * | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to ↵greg@mysql.com2003-03-211-8/+0
| | | | | | | | | | | | utilize new LibC
| * | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-02-181-2/+10
| |\ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
* | | | Added quotes around CREATE DATABASE IF EXISTS `name` if -Q was given.jani@dsl-kpogw4gb5.dial.inet.fi2003-03-301-2/+5
| | | |
* | | | Added quotes around database name, when using -Q.jani@dsl-kpogw4gb5.dial.inet.fi2003-03-291-2/+4
| | | |
* | | | Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patchesgreg@mysql.com2003-03-281-9/+1
| | | |
* | | | mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:root@home.(none)2003-03-161-11/+10
| | | | | | | | | | | | | | | | system_charset_info was removed
* | | | set_default_charset() is not used anymoreroot@home.(none)2003-03-161-1/+1
| | | | | | | | | | | | | | | | Some system_charset_info were removed
* | | | - Changed C++-style comments to C-style comments to make IBM compiler happylenz@mysql.com2003-03-061-1/+1
| | | |
* | | | Merge with 4.0.11 tree to get latest bug fixesmonty@mashka.mysql.fi2003-02-171-2/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Patch for novellmonty@mashka.mysql.fi2003-02-161-2/+10
| | | | | | | | | | | | | | | | Reverted wrong patch for mysqld_safe.sh
* | | | Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0serg@serg.mysql.com2003-02-131-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
| * | | do not ignore --allow-keywords if SHOW CREATE TABLE is usedserg@serg.mysql.com2003-02-121-1/+1
| |/ /
* | | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-1/+1
|\ \ \ | |/ /
| * | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* | | Added --compatible mode to mysqldump.jani@rhols221.adsl.netsonic.fi2003-01-161-36/+142
| | |
* | | Merge with 4.0monty@mashka.mysql.fi2002-11-211-15/+27
|\ \ \ | |/ /
| * | fix xml-output of mysqldumpvva@genie.(none)2002-11-181-15/+27
| | |
* | | Add shared memory protocol and option --protocolwax@mysql.com2002-11-151-1/+30
| | |
* | | Fix syntax to be more clean:bar@bar.mysql.r18.ru2002-11-101-1/+1
| | | | | | | | | | | | SHOW CREATE DATABASE [WITH IF NOT EXISTS] dbname
* | | Extensions to support this:bar@bar.mysql.r18.ru2002-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | SHOW CREATE DATABASE [IF NOT EXISTS] dbname Version dependant parts are displayed in appropriative comments: CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ucs` /*!40100 DEFAULT CHARACTER SET ucs2*/
* | | CREATE DATABASE now tries to execute SHOW CREATE DATABASE firstbar@bar.mysql.r18.ru2002-11-051-1/+21
| | |
* | | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-4/+7
|\ \ \ | |/ / |/| |
| * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-4/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| | * \ merge with 4.0monty@hundin.mysql.fi2002-06-031-80/+29
| | |\ \
| | * \ \ mergemonty@hundin.mysql.fi2002-04-131-4/+7
| | |\ \ \
| | | * | | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-4/+7
| | | | | |
* | | | | | Updated VC++ project files for 4.0.4monty@mashka.mysql.fi2002-09-241-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only write short usage if one starts mysqldump without any options Added query cache on windows Added error message if one can't read privilege tables
* | | | | | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Small optimization to not do external locking of temporary MyISAM tables.
* | | | | | fixed so that --ssl and --skip-ssl works with the MySQL clients.monty@mashka.mysql.fi2002-09-171-5/+3
|/ / / / / | | | | | | | | | | | | | | | Fixed core dump bug when sending wrong string to AES_DECRYPT()