diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2006-07-11 23:41:40 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2006-07-11 23:41:40 +0000 |
| commit | eef7cb2d751a355726c8ac5330e60fe62be07b67 (patch) | |
| tree | 476f212e8b307f8bc184166e80a573a6b09b1e15 /ext/mysqli/tests/connect.inc | |
| parent | 45a238c1295009fc1da3661b3784a6b9ef7140c0 (diff) | |
| download | php-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.inc | 3 |
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); } |
