File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ ERROR HY000: Wrong number of arguments to reverse_lookup; Use the source
4040select reverse_lookup("127.0.0.1");
4141select reverse_lookup(127,0,0,1);
4242select reverse_lookup("localhost");
43- reverse_lookup("localhost")
44- NULL
4543select avgcost();
4644ERROR HY000: wrong number of arguments: AVGCOST() requires two arguments
4745select avgcost(100,23.76);
Original file line number Diff line number Diff line change @@ -51,14 +51,17 @@ select lookup("localhost");
5151--error 0
5252select reverse_lookup();
5353
54- # These two functions should return "localhost", but it's
54+ # These two function calls should return "localhost", but it's
5555# depending on configuration, so just call them and don't log the result
5656--disable_result_log
5757select reverse_lookup("127.0.0.1");
5858select reverse_lookup(127,0,0,1);
59- --enable_result_log
6059
60+ # This function call may return different results depending on platform,
61+ # so ignore results (see Bug#52060).
6162select reverse_lookup("localhost");
63+ --enable_result_log
64+
6265--error 0
6366select avgcost();
6467--error 0
You can’t perform that action at this time.
0 commit comments