From ae749049f5356d48bd5be4c2b3f146f355330da7 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 11 Jul 2006 23:43:55 +0000 Subject: [PATCH] MFH make sure that embedded database is correctly initialized --- ext/mysqli/tests/connect.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc index 61ed36bdce..ea24ff89ae 100644 --- a/ext/mysqli/tests/connect.inc +++ b/ext/mysqli/tests/connect.inc @@ -16,7 +16,8 @@ "--datadir=$path", "--innodb_data_home_dir=$path", "--innodb_data_file_path=ibdata1:10M:autoextend", - "--log-error=$path/testrun.log" + "--log-error=$path/testrun.log", + "--init-connect='CREATE DATABASE IF NOT EXISTS test;'" ); $driver->embedded_server_start(TRUE, $args, NULL); } -- 2.50.1