Add "server=" feature to MySQL and PostgreSQL lookups.
[exim.git] / test / scripts / 9100-MySQL / 9100
index 3121ca950a925e79288bceed8d7e52c4c926fff1..fdf2caf9a23d9efd211dbeeb38e1c192d13da5d3 100644 (file)
@@ -10,6 +10,10 @@ ${lookup mysql {select * from them where id='quote';}}
 ${lookup mysql {select * from them where id='filter';}}
 ${lookup mysql {select * from them where id='quote2';}}
 ${lookup mysql {select * from them where id='nlonly';}}
+${lookup mysql {servers=x:localhost; select name from them where id='ph10';}}
+${lookup mysql {servers=localhost:x; select name from them where id='ph10';}}
+${lookup mysql {servers=localhost/test/root/:x; select name from them where id='ph10';}}
+${lookup mysql {servers=HOST_IPV4/test/root/:localhost; select name from them where id='ph10';}}
 ****
 exim -d -bh 10.0.0.0
 mail from:<a@b>