Loading mysql-test/t/init_connect.test +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ # Test of init_connect variable # # should work with embedded server after mysqltest is fixed -- source include/not_embedded.inc connect (con0,localhost,root,,); connection con0; select hex(@a); Loading Loading
mysql-test/t/init_connect.test +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ # Test of init_connect variable # # should work with embedded server after mysqltest is fixed -- source include/not_embedded.inc connect (con0,localhost,root,,); connection con0; select hex(@a); Loading