diff options
author | unknown <monty@mysql.com> | 2005-04-30 18:40:08 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-04-30 18:40:08 +0300 |
commit | d1d474c812a1020af48bebe6ecc68bdc51d0674c (patch) | |
tree | 329484a67605676e02d0942291ca012d03803ba5 /mysql-test/r/cast.result | |
parent | a6acc4462c9e9e3c5216a2092b9560eb9b15c84c (diff) | |
download | mariadb-git-d1d474c812a1020af48bebe6ecc68bdc51d0674c.tar.gz |
After merge fixes
Makefile.am:
Added target test-force
mysql-test/r/cast.result:
Updated results after merge
Diffstat (limited to 'mysql-test/r/cast.result')
-rw-r--r-- | mysql-test/r/cast.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/cast.result b/mysql-test/r/cast.result index c5fa5d076cc..6dc608a9289 100644 --- a/mysql-test/r/cast.result +++ b/mysql-test/r/cast.result @@ -7,6 +7,8 @@ CAST(CAST(1-2 AS UNSIGNED) AS SIGNED INTEGER) select CAST('10 ' as unsigned integer); CAST('10 ' as unsigned integer) 10 +Warnings: +Warning 1292 Truncated incorrect INTEGER value: '10 ' select cast(-5 as unsigned) | 1, cast(-5 as unsigned) & -1; cast(-5 as unsigned) | 1 cast(-5 as unsigned) & -1 18446744073709551611 18446744073709551611 |