diff options
author | unknown <monty@hundin.mysql.fi> | 2002-05-02 18:04:21 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-05-02 18:04:21 +0300 |
commit | 23bf3689667890dd8da518b6478f10090a5adaf4 (patch) | |
tree | e3f51e58cf724cef14bef4aa47370a62fd4d6bdf /mysql-test/r | |
parent | c3703e5568c76669c8277e98206a00e6f652b5fd (diff) | |
download | mariadb-git-23bf3689667890dd8da518b6478f10090a5adaf4.tar.gz |
Fixed problems with DECIMAL() type on overflow.
Docs/manual.texi:
Changlog
configure.in:
Change to version 3.23.51
Fix for OSF1
include/mysqld_error.h:
Added copyright message
isam/pack_isam.c:
Added copyright message
mysql-test/r/type_decimal.result:
New test results
mysql-test/t/type_decimal.test:
New test results
strings/Makefile.am:
Added mising file
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/type_decimal.result | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/mysql-test/r/type_decimal.result b/mysql-test/r/type_decimal.result index 0877424648b..82b7d155822 100644 --- a/mysql-test/r/type_decimal.result +++ b/mysql-test/r/type_decimal.result @@ -3,3 +3,111 @@ id datatype_id minvalue maxvalue valuename forecolor backcolor 146 16 0.0000000000 1.9000000000 0 16769024 id datatype_id minvalue maxvalue valuename forecolor backcolor 143 16 -4.9000000000 -0.1000000000 NULL 15774720 +a +0.00 +-0.00 ++0.00 +01.00 ++01.00 +-01.00 +-0.10 ++0.10 +0.10 +000000001.00 ++00000001.00 +-00000001.00 +111111111.11 +111111111.11 +-11111111.11 +-99999999.99 +999999999.99 +999999999.99 +a +0.00 +0.00 +0.00 +01.00 +01.00 +0.00 +0.00 +0.10 +0.10 +00000001.00 +00000001.00 +0.00 +99999999.99 +99999999.99 +0.00 +0.00 +99999999.99 +99999999.99 +a +00000000.00 +00000000.00 +00000000.00 +00000001.00 +00000001.00 +00000000.00 +00000000.00 +00000000.10 +00000000.10 +00000001.00 +00000001.00 +00000000.00 +99999999.99 +99999999.99 +00000000.00 +00000000.00 +99999999.99 +99999999.99 +a +0.00 +-0.00 +0.00 +1.00 +1.00 +-1.00 +-0.10 +0.10 +0.10 +1.00 +1.00 +-1.00 +111111111.11 +111111111.11 +-11111111.11 +-99999999.99 +999999999.99 +999999999.99 +a +-9999999999 +-1 ++1 +01 ++0000000001 +12345678901 +99999999999 +a +0 +0 +1 +01 +0000000001 +1234567890 +9999999999 +a +0000000000 +0000000000 +0000000001 +0000000001 +0000000001 +1234567890 +9999999999 +a +0000000000 +0000000000 +0000000001 +0000000001 +0000000001 +1234567890 +9999999999 |