An error occurred fetching the project authors.
- 15 Jun, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 08 Jun, 2004 2 commits
-
-
ram@gw.mysql.r18.ru authored
(Bug #4035 GROUP_CONCAT with HAVING clause truncates field Bug #4057 LEFT() function in HAVING clause truncates query result).
-
bar@bar.intranet.mysql.r18.ru authored
-
- 07 Jun, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 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.
-
- 17 May, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 05 May, 2004 1 commit
-
-
miguel@hegel.local authored
-
- 28 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 20 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 19 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 18 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
small optimisation in signed_literal
-
- 15 Mar, 2004 2 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
- 14 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
(and not critical at all as it does not result in repeated values)
-
- 09 Mar, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 04 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 02 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 28 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 27 Feb, 2004 4 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
UUID() function
-
serg@build.mysql.com authored
(that is, these numbers are converted to doubles by a local OS strtod, and on different systems they get different values)
-
- 11 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
CONVERT3 was removed, it was for test purposes, and rather harmful.
-
- 09 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
- 02 Feb, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 29 Jan, 2004 1 commit
-
-
monty@mysql.com authored
This fixed problem with index reads on character fields with BDB tables. (Bug #2509)
-
- 22 Jan, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
serg@serg.mylan authored
-
- 20 Jan, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 15 Jan, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
Unnesessary copying was fixed
-
- 14 Jan, 2004 2 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
We don't need to copy if start is 0, we can return the original value.
-
bar@bar.intranet.mysql.r18.ru authored
Comment typo fix ,
-
- 13 Jan, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
Unnesessary code was removed. Comment was added.
-
- 30 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
Here i added Item_*::cleanup() functions, removed a lot of ~Item_*'s, added code to restore order_list and group_list
-
- 29 Dec, 2003 1 commit
-
-
bar@deer.(none) authored
Logging to logging@openlogging.org accepted item_strfunc.cc: Bug wich appeared in ctype_tis620 is fixed
-
- 22 Dec, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 19 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 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
-
- 10 Dec, 2003 1 commit
-
-
konstantin@mysql.com authored
-
- 09 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Added checking of return value from malloc() in reg_init()
-