diff options
author | Hakan Kuecuekyilmaz <hakan@askmonty.org> | 2010-01-22 22:19:21 +0100 |
---|---|---|
committer | Hakan Kuecuekyilmaz <hakan@askmonty.org> | 2010-01-22 22:19:21 +0100 |
commit | 93089873623bb82cf5ca4c4cf1cf146796dd31dd (patch) | |
tree | 66ce0db9b416e64b32b1b608a45202ca44671206 /mysql-test/r/udf.result | |
parent | 159ff4c12c339ccd6c6d9386a2486a535b1e0932 (diff) | |
download | mariadb-git-93089873623bb82cf5ca4c4cf1cf146796dd31dd.tar.gz |
Fix for https://bugs.launchpad.net/maria/+bug/509795
Result of reverse_lookup("localhost") is system depended.
Therefore we disable the result of it.
Diffstat (limited to 'mysql-test/r/udf.result')
-rw-r--r-- | mysql-test/r/udf.result | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/udf.result b/mysql-test/r/udf.result index 393a2f54b05..a42c348f6a9 100644 --- a/mysql-test/r/udf.result +++ b/mysql-test/r/udf.result @@ -38,8 +38,6 @@ ERROR HY000: Can't initialize function 'reverse_lookup'; Wrong number of argumen select reverse_lookup("127.0.0.1"); select reverse_lookup(127,0,0,1); select reverse_lookup("localhost"); -reverse_lookup("localhost") -NULL select avgcost(); ERROR HY000: Can't initialize function 'avgcost'; wrong number of arguments: AVGCOST() requires two arguments select avgcost(100,23.76); |