You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Updated reference results to match that of innodb tables
This commit is contained in:
@ -41,7 +41,7 @@ c2 ceil(c2) ceiling(c2) floor(c2) truncate(c2, 2)
|
||||
-1.10 -1 -1 -2 -1.10
|
||||
-1234567890.10 -1234567890 -1234567890 -1234567891 -1234567890.10
|
||||
-1234567890.80 -1234567890 -1234567890 -1234567891 -1234567890.80
|
||||
-12345678901.00 -12345678901 -12345678901 -12345678902 -12345678901.00
|
||||
-12345678901.00 -12345678901 -12345678901 -12345678901 -12345678901.00
|
||||
-1234567890123456.78 -1234567890123456 -1234567890123456 -1234567890123457 -1234567890123456.78
|
||||
-1234567890987654.32 -1234567890987654 -1234567890987654 -1234567890987655 -1234567890987654.32
|
||||
select c4, ceil(c4), ceiling(c4), floor(c4) from bug3483;
|
||||
|
Reference in New Issue
Block a user