An error occurred fetching the project authors.
- 23 Nov, 2005 1 commit
-
-
monty@mysql.com authored
Removed warnings that depends on floating point comparisions in type_newdecimal.test which caused failures in some setups
-
- 15 Oct, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 06 May, 2005 1 commit
-
-
holyfoot@hf-ibm.(none) authored
-
- 05 May, 2005 1 commit
-
-
holyfoot@hf-ibm.(none) authored
Mostly about precision/decimals of the results of the operations
-
- 01 Apr, 2005 1 commit
-
-
monty@mysql.com authored
CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912) ALTER TABLE now fails in STRICT mode if it generates warnings. Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
-
- 21 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
-
- 19 Feb, 2005 2 commits
-
-
monty@mysql.com authored
Portability fix Note: rpl_trunc_binlog fails, but Sergei has promised to fix it, so I will ignore it for now
-
monty@mysql.com authored
Lots of small fixes to multi-precision-math path Give Note for '123.4e' Added helper functions type 'val_string_from_real() Don't give warnings for end space for string2decimal() Changed storage of values for SP so that we can detect length of argument without strlen() Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
-
- 16 Feb, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 15 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Simple optimzations done while reviewing code
-
- 09 Feb, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
fixed end of string detection in string->decimal conversion to avoid false alarm about some string part left unconverted (string can be not null terminated) ignore my_decimal.cc in libmysqld directory
-
- 08 Feb, 2005 1 commit
-
-
hf@deer.(none) authored
-