mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02: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:
parent
feff6b6a59
commit
a082303fe1
2 changed files with 0 additions and 19 deletions
|
|
@ -127,13 +127,3 @@ Warnings:
|
||||||
Note 1003 select degrees(pi()) AS `degrees(pi())`,radians(360) AS `radians(360)`
|
Note 1003 select degrees(pi()) AS `degrees(pi())`,radians(360) AS `radians(360)`
|
||||||
select rand(rand);
|
select rand(rand);
|
||||||
ERROR 42S22: Unknown column 'rand' in 'field list'
|
ERROR 42S22: Unknown column 'rand' in 'field list'
|
||||||
create table t1 select round(1, 6);
|
|
||||||
show create table t1;
|
|
||||||
Table Create Table
|
|
||||||
t1 CREATE TABLE `t1` (
|
|
||||||
`round(1, 6)` double(7,6) NOT NULL default '0.000000'
|
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
|
||||||
select * from t1;
|
|
||||||
round(1, 6)
|
|
||||||
1.000000
|
|
||||||
drop table t1;
|
|
||||||
|
|
|
||||||
|
|
@ -62,12 +62,3 @@ explain extended select degrees(pi()),radians(360);
|
||||||
|
|
||||||
--error 1054
|
--error 1054
|
||||||
select rand(rand);
|
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;
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue