diff options
author | unknown <monty@mysql.com> | 2004-03-19 18:35:49 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-03-19 18:35:49 +0200 |
commit | 380bd1d9096ae2ef9f11fcd06c6dded8fa369ece (patch) | |
tree | 92858ca4f1ed5bff7d4d9f28e7e01146f3e21cba /mysql-test/r/func_math.result | |
parent | 28813a9ea9b5149b7c370f616232ea60dadf852c (diff) | |
parent | 86ae07cd2477506513a47a8c0d7600f59422c7e1 (diff) | |
download | mariadb-git-380bd1d9096ae2ef9f11fcd06c6dded8fa369ece.tar.gz |
merge with 4.0 to get portability fixes
mysql-test/mysql-test-run.sh:
Auto merged
mysql-test/t/rpl_error_ignored_table.test:
Auto merged
BitKeeper/deleted/.del-mysql_fix_privilege_tables.sql:
Auto merged
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 93d4319ea86..9085849e582 100644 --- a/mysql-test/r/func_math.result +++ b/mysql-test/r/func_math.result @@ -119,15 +119,6 @@ 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 explain extended select degrees(pi()),radians(360); id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE NULL NULL NULL NULL NULL NULL NULL No tables used |