Test output for mysql-client [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null MYSQL ERROR: 2002 Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) MYSQL QUERY: CREATE DATABASE IF NOT EXISTS chicken_scheme_mysql_client_test MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: USE chicken_scheme_mysql_client_test MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: CREATE TABLE IF NOT EXISTS `scheme_test` ( `created_at` TIMESTAMP, `name` VARCHAR(32) ) MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: INSERT INTO scheme_test (created_at, name) VALUES (NOW(), 'hell\'o1') MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: INSERT INTO scheme_test (created_at, name) VALUES (NOW(), 'hello%2') MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: INSERT INTO scheme_test (created_at, name) VALUES (NOW(), NULL) MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: SELECT * FROM scheme_test MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: SELECT * FROM scheme_test MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: DROP DATABASE chicken_scheme_mysql_client_test MYSQL ERROR: 2006 MySQL server has gone away MYSQL QUERY: USE information_schema MYSQL ERROR: 2006 MySQL server has gone away