mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings
MDEV-8468 CAST and INSERT work differently for DECIMAL/INT vs DOUBLE for a string with trailing spaces
This commit is contained in:
@ -13870,7 +13870,7 @@ CALL sp1();
|
||||
xx
|
||||
0
|
||||
Warnings:
|
||||
Warning 1265 Data truncated for column 'xx' at row 1
|
||||
Warning 1366 Incorrect double value: 'asd' for column 'xx' at row 1
|
||||
DROP PROCEDURE IF EXISTS sp1;
|
||||
CREATE PROCEDURE sp1()
|
||||
BEGIN
|
||||
|
Reference in New Issue
Block a user