An error occurred fetching the project authors.
- 04 May, 2005 1 commit
-
-
petr@mysql.com authored
-
- 29 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Produce warnings of wrong cast of strings to signed/unsigned. Don't block not resolved IP's if DNS server is down (Bug #8467) Fix compiler problems with MinGW (Bug #8872)
-
- 28 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
add handling of configuration file in the Windows shared system directory. (Bug #5354)
-
- 26 Apr, 2005 1 commit
-
-
monty@mysql.com authored
-
- 13 Apr, 2005 1 commit
-
-
petr@mysql.com authored
-
- 06 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Added suppression file for some valgrind warnings that are not real errors
-
- 29 Mar, 2005 1 commit
-
-
petr@mysql.com authored
-
- 25 Mar, 2005 1 commit
-
-
petr@mysql.com authored
-
- 15 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 18 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 12 Jan, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 11 Jan, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 04 Jan, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
instead of DATADIR.
-
- 03 Jan, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 12 Nov, 2004 2 commits
-
-
monty@mysql.com authored
After merge fixes
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 11 Nov, 2004 2 commits
-
-
- 05 Nov, 2004 2 commits
-
-
--defaults-extra-file option.
-
my.cnf from the default directories.
-
- 10 Sep, 2004 1 commit
-
-
petr@mysql.com authored
options.
-
- 06 Sep, 2004 1 commit
-
-
cps@silver_beast.(none) authored
final 0 of the string.
-
- 05 Sep, 2004 1 commit
-
-
cps@silver_beast.(none) authored
-
- 02 Sep, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 30 Aug, 2004 1 commit
-
-
cps@silver_beast.(none) authored
A lot of the default.c module code was refactored. The patch is needed for the IM.
-
- 03 Jun, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
(Note: This affects only comments, not variable names.)
-
- 25 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 28 Apr, 2004 1 commit
-
-
monty@mysql.com authored
mysql_stmt_reset() now resets param->long_data_used Abort if --defaults-file=path-name uses a non-existing file (Bug #3413) Fixed problem with symlink test (bug in 4.1.2)
-
- 23 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 20 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
test="\"#no comment here"#real comment
-
- 02 Feb, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 23 Jan, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
starting character elsewhere than in the beginning of a line, because it affected some innodb options that had ';' in them.
-
- 15 Jan, 2004 2 commits
-
-
lenz@kallisto.local authored
-
jani@rhols221.adsl.netsonic.fi authored
Bug#2080
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Portability fixes After merge fixes
-
- 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.
-
- 23 Sep, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 17 Sep, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
being read correctly from my.cnf.
-
- 28 Aug, 2003 2 commits
-
-
jani@rhols221.adsl.netsonic.fi authored
-
monty@narttu.mysql.fi authored
Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update. (This will probably solve bug #563) Fix test for available file descriptors in mysqltest Fixed core dump bug in replication tests when running without transactional table support
-