mariadb/mysql-test/suite/client/client-env-variable.result
Sergei Golubchik 15a291e4e0 MDEV-14978 fix client.client-env-variable test
* fix paths to work when installed and not only from the source dir
* don't use a cnf file (no need to restart the server for this)
* set MYSQL_HOST to a valid hostname when testing an invalid MARIADB_HOST
* use invalid ip to have clients fail quickly and not waste time
  on resolving the invalid hostname

followup for eedbb901e5
2024-10-19 16:53:16 +02:00

7 lines
111 B
Text

USE test;
CREATE TABLE pet (name VARCHAR(20));
localhost
****************
255.255.255.255
Done
DROP TABLE pet;