mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
add mysqlt type for mysql in transactionnal mode with innodb tables
This commit is contained in:
parent
0f476f3e98
commit
7b9f0f7b79
@ -238,6 +238,11 @@
|
||||
$php_extension = 'odbc';
|
||||
break;
|
||||
|
||||
case 'mysqlt':
|
||||
$php_extension = 'mysql';
|
||||
if ($this->Port) $Host .= ':'.$this->Port;
|
||||
break;
|
||||
|
||||
case 'mysqli':
|
||||
$this->Type = 'mysql';
|
||||
// fall through
|
||||
|
Loading…
Reference in New Issue
Block a user