- 18 Aug, 2004 1 commit
-
-
rburnett@build.mysql.com authored
mysqld.cc: Changed option_error_reporter to match new function header that includes LOGLEVEL enum mysql_priv.h: Removed the MY_ERROR style bitmask. Changed function headers to use new LOGLEVEL enum log.cc: Changed print_buffer_to_log to print_buffer_to_file. Remove the timestamp bool and now all log entries written to stderr are timestamped. Removed some unused commented code. changed to use the new LOGLEVEL enum. my_getopt.c: Changed functions to use the new LOGLEVEL enum and changed the included error reporter to be default_reporter. This reporter is used in handle_options if a reporter is not given my_getopt.h: changed typedefs to use better naming convention. Moved error bitmask into the LOGLEVEL enum and included it here.
-
- 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)
-
- 11 Aug, 2004 2 commits
-
-
lenz@mysql.com authored
format() around them (as suggested by serg)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
- 10 Aug, 2004 7 commits
-
-
lenz@mysql.com authored
applications against the the embedded server libmysqld.a) (BUG#4921)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
marko@hundin.mysql.fi authored
os_file_create_tmpfile(): display errno in case of failure
-
marko@hundin.mysql.fi authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
- 09 Aug, 2004 4 commits
-
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.0-bg4491
-
lenz@mysql.com authored
a note to the RPM ChangeLog about it
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-4000
-
ingo@mysql.com authored
Solved performance problems by enabling write buffer.
-
- 06 Aug, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
InnoDB: Implement tmpfile() differently on Windows (Bug #3998)
-
dlenev@brandersnatch.localdomain authored
We should allow 19 as length of newly created TIMESTAMP fields.
-
- 05 Aug, 2004 4 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
file
-
lenz@mysql.com authored
EXCEPTIONS file and amended the GPL text as requested by Zak
-
lenz@mysql.com authored
various distributions
-
- 04 Aug, 2004 4 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
file "EXCEPTIONS" and include it in the source and binary distributions
-
tim@sand.box authored
-
tim@sand.box authored
-
- 03 Aug, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
- 02 Aug, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
dyn_array_open(): mention the size limit mtr0log.ic, mtr0log.h: mlog_open(): mention the size limit
-
- 01 Aug, 2004 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
- 31 Jul, 2004 5 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
serg@serg.mylan authored
-
guilhem@mysql.com authored
Bug #4810 "deadlock with KILL when the victim was in a wait state" (I included mutex unlock into exit_cond() for future safety) and BUG#4827 "KILL while START SLAVE may lead to replication slave crash"
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
-
- 30 Jul, 2004 6 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
heikki@hundin.mysql.fi authored
Add still more diagnostic code to track buffer pool corruption in one AMD64/Linux computer
-
marko@hundin.mysql.fi authored
Restore accidentally deleted comment to dict_create_sys_tables_tuple()
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-