mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/12592] Add PHP 5.4 environment using mysql driver.
PHPBB3-12592
This commit is contained in:
@@ -20,7 +20,7 @@ then
|
||||
mysql -e 'SET GLOBAL storage_engine=MyISAM;'
|
||||
fi
|
||||
|
||||
if [ "$DB" == "mysqli" -o "$DB" == "mariadb" ]
|
||||
if [ "$DB" == "mysql" -o "$DB" == "mysqli" -o "$DB" == "mariadb" ]
|
||||
then
|
||||
mysql -e 'create database IF NOT EXISTS phpbb_tests;'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user