Hi Raphael,
commited your patch.
Thanks for contributing to eGroupware
Ralf
Raphael Alla schrieb:
I have provided a patch for your review which provides the option to
select mysqlt as an available option as a driver. Of course, the
benefits of using this driver exists only if the storage engine used by
mysql supports transactions.
Please include or let me know if there are any comments.
<========= start of the patch
— class.setup_header.inc.php (révision 26013)
+++ class.setup_header.inc.php (copie de travail)
@@ -28,6 +28,7 @@
var $db_fullnames = array(
‘pgsql’ => ‘PostgreSQL’,
‘mysql’ => ‘MySQL’,
-
'mysqlt' => 'MySQL with transactions',
'mysqli' => 'MySQLi (php5)',
'mssql' => 'MS SQL Server',
'odbc_mssql' => 'MS SQL Server via ODBC',
@@ -42,6 +43,7 @@
var $default_db_ports = array(
‘pgsql’ => 5432,
‘mysql’ => 3306,
-
'mysqlt' => 3306,
'mysqli' => 3306,
'mssql' => 1433,
'odbc_mssql' => '',
@@ -246,6 +248,7 @@
foreach(array(
// short => array(extension,func_to_check,supported_db(s))
‘mysql’ => array(‘mysql’,‘mysql_connect’,‘mysql’),
-
'mysqlt' => array('mysql','mysql_connect','mysqlt'),
'mysqli' => array('mysql','mysqli_connect','mysqli'),
'pgsql' => array('pgsql','pg_connect','pgsql'),
'mssql' => array('mssql','mssql_connect','mssql'),
This SF.Net email is sponsored by the Moblin Your Move Developer’s challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
cell +49 (0) 170 7815917
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller, Nigel John Vickers,
Gudrun K. Müller und Ralf Becker
Registergericht Kaiserslautern HRB 12087
This SF.Net email is sponsored by the Moblin Your Move Developer’s challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers