Skip to content

Commit

Permalink
MDEV-14581 - changded .result file
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Mar 12, 2018
1 parent 248e5d0 commit 68482a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mysql-test/r/warnings.result
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,15 @@ Error 1062 Duplicate entry '11' for key 'a'

DROP TABLE t1;
DROP FUNCTION f1;
connect con1,localhost,root,,;
SELECT TIME('10:10:10.11111111111');
TIME('10:10:10.11111111111')
10:10:10.111111
Warnings:
Note 1292 Truncated incorrect time value: '10:10:10.11111111111'
disconnect con1;
connect con2,localhost,root,,;
SHOW WARNINGS;
Level Code Message
disconnect con2;
connection default;

0 comments on commit 68482a2

Please sign in to comment.