diff options
author | monty@mysql.com <> | 2004-03-19 18:26:02 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-19 18:26:02 +0200 |
commit | 9a1baf7d62270e659d22a60da5f9cd3eb624ff31 (patch) | |
tree | 5293e5d127bc67405c2f7d9fcbab30e3fb6aa339 /mysql-test/r/func_math.result | |
parent | f375eb50f86bee97281819d8360ab14f685ba12f (diff) | |
download | mariadb-git-9a1baf7d62270e659d22a60da5f9cd3eb624ff31.tar.gz |
Portability fixes
Fixed some wrong column specifications in mysql_fix_privilege_tables
Diffstat (limited to 'mysql-test/r/func_math.result')
-rw-r--r-- | mysql-test/r/func_math.result | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/r/func_math.result b/mysql-test/r/func_math.result index 04dabcb5481..46ad7a14e25 100644 --- a/mysql-test/r/func_math.result +++ b/mysql-test/r/func_math.result @@ -59,12 +59,3 @@ ASIN(0.8+0.2) SELECT ASIN(1.2-0.2); ASIN(1.2-0.2) 1.570796 -select floor(log(4)/log(2)); -floor(log(4)/log(2)) -2 -select floor(log(8)/log(2)); -floor(log(8)/log(2)) -3 -select floor(log(16)/log(2)); -floor(log(16)/log(2)) -4 |