1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

after-merge fix

This commit is contained in:
ramil@mysql.com
2005-04-27 19:06:47 +05:00
parent bc6d650169
commit 79f049f7b0
2 changed files with 0 additions and 19 deletions

View File

@ -62,12 +62,3 @@ explain extended select degrees(pi()),radians(360);
--error 1054
select rand(rand);
#
# Bug #9837: problem with round()
#
create table t1 select round(1, 6);
show create table t1;
select * from t1;
drop table t1;