mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge with main 5.3
This commit is contained in:
@ -516,7 +516,7 @@ SELECT -9999999999999999991 DIV -1;
|
||||
-9999999999999999991 DIV -1
|
||||
-9223372036854775808
|
||||
Warnings:
|
||||
Error 1655 Got overflow when converting '-9999999999999999991' to INT. Value truncated.
|
||||
Error 1657 Got overflow when converting '-9999999999999999991' to INT. Value truncated.
|
||||
SELECT -9223372036854775808 DIV -1;
|
||||
-9223372036854775808 DIV -1
|
||||
-9223372036854775808
|
||||
|
Reference in New Issue
Block a user