mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
after-merge fix
mysql-test/r/func_math.result: after merge fix: the test should be added after we have new hf's pm code pushed. mysql-test/t/func_math.test: after merge fix: the test should be added after we have new hf's pm code pushed.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user