An error occurred fetching the project authors.
- 03 Sep, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 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.
-
- 27 Aug, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Minor edits to help command messages.
-
- 26 Aug, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
by giving password as an argument later did not work.
-
- 25 Aug, 2004 1 commit
-
-
bar@mysql.com authored
Bug#3453: MySQL output formatting in multibyte character sets
-
- 24 Aug, 2004 3 commits
-
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
(Bug #4998 --protocol doesn't reject bad values)
-
vva@eagle.mysql.r18.ru authored
Bug #3937 fails to compile with both gcc 3.3.3/icc8 Bug #4728 mysql couldn't be compiled using system readline (readline-4.3)
-
- 23 Aug, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 20 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 17 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
mysql outwits itself.
-
- 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)
-
- 13 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
bug#4527
-
- 27 May, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
produce hex digits in lower case). (fixed version) Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays. Added extra argument to int2str function which controls case of digits you get. Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str() function. Removed unused my_itoa/my_ltoa functions.
-
- 26 May, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 25 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 21 May, 2004 1 commit
-
-
hf@deer.(none) authored
errormsg.sys) Cleanups added
-
- 19 May, 2004 1 commit
-
-
monty@mysql.com authored
Fixed wrong number of warnings/duplicates for machines with high-byte-first
-
- 18 May, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 17 May, 2004 1 commit
-
-
hf@deer.(none) authored
errmsg.sys)
-
- 06 May, 2004 2 commits
-
-
ingo@mysql.com authored
-
serg@serg.mylan authored
-
- 05 May, 2004 1 commit
-
-
serg@serg.mylan authored
allow several -e on the command line clarify --help text make -B to work as advertised in force mode execute the rest of multi-statement line in case of error in one statement
-
- 05 Apr, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
the code.
-
- 15 Mar, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 08 Mar, 2004 1 commit
-
-
paul@ice.snake.net authored
(Fix hours/seconds always to display with two digits.)
-
- 03 Mar, 2004 1 commit
-
-
harrison@corona.lordblink.com authored
Two things changed: 1. Repeated queries are only stored once in the history. 2. Multiline queries are stored in a concated format in the history, in addition to pieces. (Push approved by serg)
-
- 26 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 11 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
No needs to load charset index if the character set is build-in.
-
- 05 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects. Needed for proper fix for bug #2479. Added 'select_to_file' class to be able to merge identical code for select_export and select_dump
-
- 14 Jan, 2004 3 commits
-
-
jani@rhols221.adsl.netsonic.fi authored
-
serg@serg.mylan authored
-
jani@rhols221.adsl.netsonic.fi authored
- Fixed Bug#2346 - Fixed Bug#2378 - Fixed bug in pager (no Bug#ID (?)) - Added support for new special situations option type, GET_DISABLED. See handling of --debug in mysql.cc. compiled wihtout debugging, as an example.
-
- 05 Jan, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 30 Dec, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 17 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 14 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846) Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812) One can now configure MySQL as windows service as a normal user. (Bug #1802) Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736) IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704) Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983) Safety fix for service 'mysql start' (Bug #1815)
-
- 13 Dec, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
customer and Dean Ellis.
-
- 12 Dec, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
as is thread_id has type ulong (bug #1951 thread id is printed as "signed" instead of "unsigned" in 'mysql')
-