You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Update mcs69_cast_data_types.test
This commit is contained in:
committed by
GitHub
parent
66d1d8a28f
commit
c8cf9d1512
@ -25,9 +25,9 @@ SELECT CAST(t1_int AS DECIMAL(6,5)), CAST(t1_decimal AS DECIMAL(6,5)), CAST(t1_c
|
|||||||
--error ER_M_BIGGER_THAN_D
|
--error ER_M_BIGGER_THAN_D
|
||||||
SELECT CAST(t1_int AS DECIMAL(4,5)) FROM t1;
|
SELECT CAST(t1_int AS DECIMAL(4,5)) FROM t1;
|
||||||
--disable_abort_on_error
|
--disable_abort_on_error
|
||||||
--replace_regex /ERROR 42000: Too big precision specified for 't1_int'. Maximum is 65/ERROR 42000: Too big precision 66 specified for 't1_int'. Maximum is 65/
|
--replace_regex /Too big precision specified for 't1_int'. Maximum is 65/Too big precision 66 specified for 't1_int'. Maximum is 65/
|
||||||
SELECT CAST(t1_int AS DECIMAL(66,6)) FROM t1;
|
SELECT CAST(t1_int AS DECIMAL(66,6)) FROM t1;
|
||||||
--replace_regex /ERROR 42000: Too big scale specified for 't1_int'. Maximum is 38/ERROR 42000: Too big scale 63 specified for 't1_int'. Maximum is 38/
|
--replace_regex /Too big scale specified for 't1_int'. Maximum is 38/Too big scale 63 specified for 't1_int'. Maximum is 38/
|
||||||
SELECT CAST(t1_int AS DECIMAL(64,63)) FROM t1;
|
SELECT CAST(t1_int AS DECIMAL(64,63)) FROM t1;
|
||||||
--enable_abort_on_error
|
--enable_abort_on_error
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user