An error occurred fetching the project authors.
- 18 Nov, 2004 1 commit
-
-
lenz@mysql.com authored
-
- 16 Jul, 2004 1 commit
-
-
lenz@mysql.com authored
libmysqld project files
-
- 24 Jun, 2004 2 commits
-
-
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.
-
lenz@mysql.com authored
file and sql/tztime.cpp to the libmysqld project file
-
- 25 May, 2004 2 commits
-
-
hf@deer.(none) authored
configurations added to build the libraries with USE_TLS flag to be used for libmysqld
-
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.
-
- 27 Feb, 2004 1 commit
-
-
Greg@greg-laptop. authored
-
- 21 Dec, 2003 1 commit
-
-
monty@mysql.com authored
(Fixed project files, compiler warnings etc..)
-
- 22 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Don't flush cur_log (relay log) on flush_relay_log_info becasue this crashes the server if cur_log is 'hot' and the io_thread has changed log file. Updated project files for windows Made rpl_change_master.test portable Ensure that mutex are not freed if not initilized
-
- 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
-
- 04 Jun, 2003 2 commits
-
-
venu@myvenu.com authored
(Addition of mysql_fetch_column & mysql_stmt_free_result) 2. Windows build fixups for libmysqld, mysqlbinlog and mysqldemb
-
venu@myvenu.com authored
-
- 28 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
LOAD DATA LOCAL INFILE was not replicated correctly
-
- 20 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 08 Oct, 2002 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 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.
-
- 28 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Removed compiler warnings.
-