An error occurred fetching the project authors.
- 20 May, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 18 May, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 18 Mar, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 15 Mar, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 30 Jan, 2004 1 commit
-
-
dlenev@mysql.com authored
Moved all range checks for TIMESTAMP value to my_gmt_sec(). Also fixed check of upper boundary of TIMESTAMP range (which also now will catch datetime values which are too small for TIMESTAMP in case if time_t is unsigned).
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
-
- 07 Dec, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
New formats added for 'week()' function and 'default_week_format' option(4 - 7). Next formats is supported now: *Value* *Meaning* `0' Week starts on Sunday; First Sunday of the year starts week 1. Week() returns 0-53. `1' Week starts on Monday; Weeks numbered according to ISO 8601:1988. Week() returns 0-53. `2' Week starts on Sunday; First Sunday of the year starts week 1. Week() returns 1-53. `3' Week starts on Monday; Weeks numbered according to ISO 8601:1988. Week() returns 1-53. `4' Week starts on Sunday; Weeks numbered according to ISO 8601:1988. Week() returns 0-53. `5' Week starts on Monday; First Monday of the year starts week 1. Week() returns 0-53. `6' Week starts on Sunday; Weeks numbered according to ISO 8601:1988. Week() returns 1-53. `7' Week starts on Monday; First Monday of the year starts week 1. Week() returns 1-53.
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 04 Nov, 2003 2 commits
-
-
monty@mysql.com authored
-
monty@narttu.mysql.fi authored
After merge fixes. Now code compiles, but there is still some valgrind warnings that needs to be fixed
-
- 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.
-
- 20 Oct, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 08 Jul, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 23 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 27 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316)
-
- 05 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 14 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with LIKE and BINARY
-
- 12 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
-
- 29 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 19 Dec, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 03 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 25 Sep, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Accept zero dates without warnings
-
- 02 Aug, 2002 1 commit
-
-
salle@geopard.online.bg authored
-
- 17 Jul, 2002 1 commit
-
-
salle@geopard.online.bg authored
C++ comments cleanup
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 31 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for consistent 0000-00-00 date handling Close + open binary logs on flush tables Fix for AVG() in HAVING.
-
- 27 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New definition of WEEK().
-
- 19 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed problem when converting bigint to double. Fixed bug in count(distinct null) Fixed bug with empty BDB tables.
-
- 09 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fix for shutdown on NT Fixed bug when using wrong dates from blob field.
-
- 06 Apr, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in variable assignment in mysqltest fixed coredump on conversion from empty blob/text to date added test case for empty blob conversion to date
-
- 15 Nov, 2000 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 23 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 21 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixes for RENAME TABLE Portability fixes
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-