summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/connect.inc
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2006-07-11 23:41:40 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2006-07-11 23:41:40 +0000
commiteef7cb2d751a355726c8ac5330e60fe62be07b67 (patch)
tree476f212e8b307f8bc184166e80a573a6b09b1e15 /ext/mysqli/tests/connect.inc
parent45a238c1295009fc1da3661b3784a6b9ef7140c0 (diff)
downloadphp-git-eef7cb2d751a355726c8ac5330e60fe62be07b67.tar.gz
make sure embedded server is correctly initialized
Diffstat (limited to 'ext/mysqli/tests/connect.inc')
-rw-r--r--ext/mysqli/tests/connect.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc
index 2fcf4ff0ff..b6cea2632b 100644
--- a/ext/mysqli/tests/connect.inc
+++ b/ext/mysqli/tests/connect.inc
@@ -15,7 +15,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);
}