An error occurred fetching the project authors.
- 11 Nov, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Reorder options, revise --hex-blob help string.
-
- 10 Nov, 2004 1 commit
-
-
guilhem@mysql.com authored
WL#1596 "make mysqldump --master-data --single-transaction able to do online dump of InnoDB AND report reliable binlog coordinates corresponding to the dump". The good news is that now mysqldump can be used to get an online backup of InnoDB *which works for point-in-time recovery and replication slave creation*. Formerly, mysqldump --master-data --single-transaction used to call in fact mysqldump --master-data, so the dump was not an online dump (took big lock all time of dump). The only lock which is now taken in this patch is at the beginning of the dump: mysqldump does: FLUSH TABLES WITH READ LOCK; START TRANSACTION WITH CONSISTENT SNAPSHOT; SHOW MASTER STATUS; UNLOCK TABLES; so the lock time is in fact the time FLUSH TABLES WITH READ LOCK takes to return (can be 0 or very long, if a table is undergoing a huge update). I have done some more minor changes listed in the paragraph of mysqldump.c. WL#2237 "WITH CONSISTENT SNAPSHOT clause for START TRANSACTION": it's a START TRANSACTION which additionally starts a consistent read on all capable storage engine (i.e. InnoDB). So, can serve as a replacement for BEGIN; SELECT * FROM some_innodb_table LIMIT 1; which starts a consistent read too.
-
- 09 Nov, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Revise the --hex-blob help message string. (This will need revising after merge to 4.1, too, but the CHAR BINARY and VARCHAR BINARY data types will be BINARY and VARBINRY.)
-
- 05 Nov, 2004 4 commits
-
-
bar@mysql.com authored
in 4.1: Dump only VARBINARY() in hex, while VARCHAR() COLLATE xxx_bin as a string.
-
bar@mysql.com authored
Dump VARCHAR(n) BINARY in HEX if --hex-blob too.
-
bar@mysql.com authored
Backport --hex-blob to 4.0
-
bar@mysql.com authored
- 'mysqldump --help' comment that --xeh-blob doesn't work with --extended-inserts was removed. It does work now. Thanks to Lachlan who noticed this wrong help message. - Switched to use the recently introduced mysql_hex_string() instead of slow sprintf(). Thanks to Sinisa for the idea. - 'mysqldump --hex-blob' dumps in HEX not only BLOBs but also BINARY(x) columns. Thanks to Paul.
-
- 19 Oct, 2004 1 commit
-
-
bar@mysql.com authored
contributed by Takeshi. I also added HEX support for "extended-inserts".
-
- 07 Oct, 2004 1 commit
-
-
- 03 Oct, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
typos in comment.
-
- 22 Sep, 2004 1 commit
-
-
Fix initialization
-
- 31 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
used in the handle_options() function (instead of using additional handle_option() parameter). The default value of the my_getopt_error_reporter is default_reporter(). One can set it to other functions if case of need.
-
- 30 Aug, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
not variables.
-
- 24 Aug, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
(Bug #4998 --protocol doesn't reject bad values)
-
- 23 Aug, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 14 Aug, 2004 1 commit
-
-
rburnett@build.mysql.com authored
Added declarations for print_msg_to_log and vprint_msg_to_log. sql_print_error are simple functions that wrap calls to print_msg_to_log. Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE gen_lex_hash.cc: Added NULL error reporting parameter to handle_options log.cc: Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log. Print_msg_to_log will write the message to the windows event log if on NT. We now have error, warning, and information versions of sql_print_xxxx. T his is a variation of a similar changeset WAX did. mysqld.cc: Added option_error_reporter callback function and pass that into handle_options mysql.cc: Added NULL as error reporter arg to the end of handle_options Many files: Added NULL error reporter parameter as the last paramter to handle_options my_getopt.c: Added second function pointer to server as an error reporting callback. Added local function report_option_error that will either write the error to stderr or to the error reporting callback. changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error my_getopt.h: Changed declaration of handle_options to use typedefs for the two function pointers. added second function pointer to server as an error reporting callback mysqld.dsp: Added custom build step for compiling message file and added message resource file (output of mc)
-
- 26 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 24 Jun, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
an error code if the output device is filled"
-
- 23 Jun, 2004 3 commits
-
-
serg@serg.mylan authored
-
paul@kite-hub.kitebird.com authored
Fix typo.
-
paul@kite-hub.kitebird.com authored
Correct the help text for mysqldump --set-charset option.
-
- 10 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
some reason wasn't included before. A lot of files cleaned up from #include <assert.h>
-
- 07 Jun, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
Dump could fail to load because of --default-character-set command line option. More safe dump is now produces, --default-character-set doesn't matter.
-
- 26 May, 2004 2 commits
-
-
monty@mysql.com authored
use opt_net_buffer_length instead of net_buffer_length
-
hf@deer.(none) authored
-
- 25 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 06 May, 2004 2 commits
-
-
to use long query strings with it. Bug#3633
-
serg@serg.mylan authored
-
- 05 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 01 May, 2004 1 commit
-
-
serg@serg.mylan authored
make --set-charset affect only what's going into *dump* not client-server communication
-
- 27 Apr, 2004 2 commits
-
-
monty@mishka.local authored
Ensure that mysqldump doesn't give an error about missing Index.xml when it's not needed
-
monty@mishka.local authored
Changed 'SHOW FIELD STATUS' to use 'Engine' instead of 'Type'
-
- 05 Apr, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 31 Mar, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
Marked --no-set-names as deprecated, the name is misleading and --no- in front makes it cumbersome to use with --disable or --skip prefixes. The old option will still work for the time being.
-
- 22 Mar, 2004 1 commit
-
-
paul@teton.kitebird.com authored
-
- 17 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 11 Mar, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
Sinisa@sinisa.nasamreza.org authored
reverting fix
-
- 09 Mar, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
This is to fix mysqldump problem when local-infile option is present under [client] options header. It will not start. This must be fixed as other programs use that option under [client] options header.
-
- 21 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-