An error occurred fetching the project authors.
- 11 Jan, 2005 1 commit
-
-
lenz@mysql.com authored
instead of renaming them in the packaging stage with Do-win-build later: mysqld-opt.exe -> mysqld.exe, mysqld.exe -> mysqld-debug.exe
-
- 02 Dec, 2004 1 commit
-
-
rburnett@build.mysql.com authored
mysqld.dsp: Added custom build step for message.mc to all targets
-
- 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)
-
- 30 Jul, 2004 1 commit
-
-
lenz@mysql.com authored
"-classic" in the version string
-
- 24 Jun, 2004 2 commits
-
-
lenz@mysql.com authored
project file
-
konstantin@mysql.com authored
work (prepared statements)" and after-review fixes: - str_to_TIME renamed to str_to_datetime to pair with str_to_time - functions str_to_time and str_to_TIME moved to sql-common - send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE, MYSQL_TIME_DATETIME types of user input buffers. - few more comments in the client library - a test case added.
-
- 27 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 25 May, 2004 3 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
- 24 May, 2004 3 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
Update of VC++ project files.
-
monty@mysql.com authored
Remove compiler warnings Update windows project files
-
- 19 May, 2004 1 commit
-
-
monty@mysql.com authored
Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
-
- 06 May, 2004 1 commit
-
-
lenz@mysql.com authored
files, fixed linking of myisam_ftdump
-
- 22 Mar, 2004 1 commit
-
-
Greg@greg-laptop. authored
-
- 19 Feb, 2004 1 commit
-
-
greg@mysql.com authored
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 25 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fix unlock error in myisamchk on windows when doing --sort-index Use SetFilePointer instead of SetFilePointerEx
-
- 24 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Updated VC++ files
-
- 08 Jun, 2003 1 commit
-
-
venu@myvenu.com authored
Windows build fix
-
- 04 Jun, 2003 2 commits
-
-
venu@myvenu.com authored
NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj and make sure to have the next changeset, which fixes this.
-
venu@myvenu.com authored
-
- 28 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
LOAD DATA LOCAL INFILE was not replicated correctly
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 18 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 12 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed wrong variable name for Windows
-
- 08 Oct, 2002 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 02 Oct, 2002 1 commit
-
-
Administrador@light. authored
-
- 24 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
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
-
- 29 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some compiler warnings when using VC++ Add InnoDB in normal MySQL binary for windows.
-
- 15 Aug, 2002 1 commit
-
-
miguel@hegel.local authored
-
- 28 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Removed compiler warnings.
-
- 22 Oct, 2001 1 commit
-
-
miguel@light.local authored
-WorkSpace and Project Files for VC++6.0 -InstallShield Files for setup program.
-