summaryrefslogtreecommitdiff
path: root/sql/my_decimal.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | Merge mysql.com:/home/hf/work/mysql-5.0.cleanholyfoot/hf@deer.(none)2006-11-081-0/+19
|\ \ | |/ | | | | into mysql.com:/home/hf/work/mysql-5.1.clean
| * bug #19491 (CAST do DATETIME wrong result)holyfoot/hf@mysql.com/deer.(none)2006-10-251-0/+19
| |
* | Moved long running query to type_newdecimal-big.testmonty@mysql.com2005-11-231-6/+13
|/ | | | Removed warnings that depends on floating point comparisions in type_newdecimal.test which caused failures in some setups
* Fix for bug #13573 (wrong data inserted for too big decimals)hf@deer.(none)2005-10-151-1/+1
|
* Trimmed fix for bug #9546 (Crashing with huge decimals)holyfoot@hf-ibm.(none)2005-05-061-3/+3
|
* A lot of fixes to Precision mathholyfoot@hf-ibm.(none)2005-05-051-11/+9
| | | | Mostly about precision/decimals of the results of the operations
* Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-1/+1
| | | | | | 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)
* Rename decimal -> decimal_t, decimal_digit -> decimal_digit_tkonstantin@mysql.com2005-03-211-2/+2
|
* use dbug_print_decimal instead of DBUG_EXECUTEmonty@mysql.com2005-02-201-1/+1
| | | | | Portability fix Note: rpl_trunc_binlog fails, but Sergei has promised to fix it, so I will ignore it for now
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-02-191-5/+30
|\ | | | | | | into mysql.com:/home/my/mysql-5.0
| * Fixed BUILD script to use --with-berkeley-db instead of --with-bdbmonty@mysql.com2005-02-191-5/+30
| | | | | | | | | | | | | | | | | | | | 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
* | Fix for bug #8534 (Compile errors in Precision Math code on Windows)hf@deer.(none)2005-02-161-1/+1
|/
* Fixed failing test cases 'row.test' when running with --ps-protocolmonty@mysql.com2005-02-151-14/+14
| | | | Simple optimzations done while reviewing code
* fixed C++ syntax in C codebell@sanja.is.com.ua2005-02-091-1/+1
| | | | | 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
* Precision Math implementationhf@deer.(none)2005-02-091-0/+212