summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
Commit message (Collapse)AuthorAgeFilesLines
* 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()
* | | | Fix for SSL and new my_getoptmonty@hundin.mysql.fi2002-08-091-1/+3
| | | | | | | | | | | | | | | | | | | | Fix for syntax error bug in SET TRANSACTION ISOLATION
* | | | typo fixedserg@sergbook.mysql.com2002-08-051-1/+1
| | | |
* | | | typo in help message fixed (LFCR -> CRLF)serg@sergbook.mysql.com2002-08-041-1/+1
| | | |
* | | | Made keyread (key scanning) a key specific attribute.monty@hundin.mysql.fi2002-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem.
* | | | Mergepeter@linux.local2002-06-141-3/+40
|\ \ \ \
| * | | | This is just code style/minor optimizations cleanup changesetpeter@linux.local2002-06-141-13/+13
| | | | |
| * | | | This changeset is mostly new version of previous commit modified according peter@linux.local2002-06-111-3/+40
| | |_|/ | |/| | | | | | | | | | to Monty's code style and optimization comments
* | | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-12/+8
|/ / / | | | | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | | Fixed some spelling errors.jani@dsl-jkl1657.dial.inet.fi2002-06-011-1/+1
| | |
* | | Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
* | | moved my_getopt.h under client_priv.hjani@hynda.(none)2002-05-221-2/+1
| | | | | | | | | | | | | | | Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
* | | Changed GET_STRALC to GET_STR_ALLOCjani@rhols221.adsl.netsonic.fi2002-05-151-1/+1
| | |
* | | - Added new type GET_STRALC to my_getopt.jani@rhols221.adsl.netsonic.fi2002-05-141-55/+10
| | | | | | | | | | | | | | | | | | | | | - Fixed some bugs, wrongly freed pointers, in some clients. - Removed unneccessary code. - Fixed some other minor bugs and added some options into variables category, which had accidently been left out earlier.
* | | - Fixed some option types in my_getopt struct in all clients.jani@dsl-jkl1657.dial.inet.fi2002-05-111-8/+9
| | | | | | | | | | | | - Added special option/variable prefix '--loose-' to my_getopt.c
* | | ChangeLog mergingbell@sanja.is.com.ua2002-04-301-6/+2
|\ \ \
| * | | Fixed a bug in mysqldump.cjani@rhols221.adsl.netsonic.fi2002-04-301-6/+2
| | | |
* | | | disabled query cache in mysqldump queriesbell@sanja.is.com.ua2002-04-271-5/+8
|/ / /
* | | English text enhancement.arjen@fred.bitbike.com2002-04-171-2/+2
| | | | | | | | | | | | SQL keywords/statements in caps.
* | | Fixed a bug in mysql.ccjani@rhols221.adsl.netsonic.fi2002-04-161-2/+1
|/ /
* | avoidance of caching mysqldump queriesbell@sanja.is.com.ua2002-04-121-0/+2
| |
* | Merge and two bug fixes in my_getopt.cjani@hynda.mysql.fi2002-04-031-1/+0
| |
* | mergejani@hynda.mysql.fi2002-04-031-15/+18
| |
* | Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,jani@hynda.mysql.fi2002-04-021-312/+262
|/ | | | mysqlcheck and myisamchk to use new my_getopt struct.
* Mergemonty@hundin.mysql.fi2002-01-241-2/+2
|\
| * Increase max package length to 512M for mysql and mysqldump.monty@hundin.mysql.fi2002-01-231-2/+2
| | | | | | | | | | | | Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables.
* | Fixed a bug in mysqldump.cjani@hynda.mysql.fi2002-01-231-3/+3
|/
* mysqldump.c:mwagner@cash.mwagner.org2002-01-131-2/+2
| | | | Added missing 'Q' for -Q option
* Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-31/+40
| | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* mysqldump now adds "ALTER TABLE ... DISABLE KEYS" to the dumpserg@serg.mysql.com2001-12-201-44/+56
| | | | manual updated
* Update copyrightmonty@hundin.mysql.fi2001-12-061-4/+4
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Added quoting to XML in mysqldump.jani@hynda.mysql.fi2001-11-261-11/+33
|
* Added xml patch to mysqldump.jani@hynda.mysql.fi2001-11-051-30/+79
| | | | | | | | | | | | Made innodb to compile more cleanly with debugging options enabled. Fixed a few bugs and found a few possible bugs, which I hope Heikki will check. Comments needs to be fixed too. Some while() functions should be changed to do ... until for documenting purposes, because some of them must and will be processed at least once, or a variable would be used uninitialized. Regards, Jani
* Fixes up things after merge from 3.23.44monty@hundin.mysql.fi2001-11-051-5/+0
| | | | | Portability fixes. Don't delete temporary tables on FLUSH tables.