1
# Test uses max-connections of 2 to test drizzleadmin override of this setting
2
# along with admin-ip-address of 127.0.0.1
4
connect (con1,localhost,root,,);
5
# This next one should hit max-connections limit
8
connect (con2,localhost,root,,);
11
# This should override max-connections and give an admin error
13
--exec $DRIZZLE_ADMIN -e "SELECT 1;"