diff options
author | kaa@polly.local <> | 2006-09-25 13:04:46 +0400 |
---|---|---|
committer | kaa@polly.local <> | 2006-09-25 13:04:46 +0400 |
commit | 8c625a3987bec33b5310053afd2851a8d9e667fd (patch) | |
tree | ea37739a7ae1602c68ea47ce960a8d5cf1f0a4a1 /mysql-test/r/strict.result | |
parent | a22f71ff0f13c5df254b4a1e289f002eb7f18926 (diff) | |
parent | 781879adf93af7642e834e6b06371a5286ea4d38 (diff) | |
download | mariadb-git-8c625a3987bec33b5310053afd2851a8d9e667fd.tar.gz |
Merge polly.local:/tmp/22129/bug22129/my50-bug22129
into polly.local:/home/kaa/src/maint/m50-maint--07OGt
Diffstat (limited to 'mysql-test/r/strict.result')
-rw-r--r-- | mysql-test/r/strict.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/strict.result b/mysql-test/r/strict.result index e144eed92f5..597edcfb6c0 100644 --- a/mysql-test/r/strict.result +++ b/mysql-test/r/strict.result @@ -925,10 +925,10 @@ Warning 1264 Out of range value adjusted for column 'col2' at row 1 Warning 1264 Out of range value adjusted for column 'col2' at row 1 SELECT * FROM t1; col1 col2 -0 0 +-2.2e-307 0 1e-303 0 1.7e+308 1.7e+308 -0 0 +-2.2e-307 0 -2e-307 0 1.7e+308 1.7e+308 0 NULL |