mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge MySQL 5.1.46 into MariaDB.
Still two test failures to be solved: main.myisam and main.subselect.
This commit is contained in:
@@ -51,11 +51,14 @@ select lookup("localhost");
|
||||
--error ER_CANT_INITIALIZE_UDF
|
||||
select reverse_lookup();
|
||||
|
||||
# These two functions should return "localhost", but it's
|
||||
# These two function calls should return "localhost", but it's
|
||||
# depending on configuration, so just call them and don't log the result
|
||||
--disable_result_log
|
||||
select reverse_lookup("127.0.0.1");
|
||||
select reverse_lookup(127,0,0,1);
|
||||
|
||||
# This function call may return different results depending on platform,
|
||||
# so ignore results (see Bug#52060).
|
||||
select reverse_lookup("localhost");
|
||||
--enable_result_log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user