Author: uwendel
Date: 2007-02-23 09:46:34 +0100 (Fri, 23 Feb 2007)
New Revision: 58
Modified:
trunk/ext/mysqli/tests/bench/framework/config.php
Log:
Corrected typo.
Modified: trunk/ext/mysqli/tests/bench/framework/config.php
===================================================================
--- trunk/ext/mysqli/tests/bench/framework/config.php 2007-02-22 20:51:41 UTC (rev 57)
+++ trunk/ext/mysqli/tests/bench/framework/config.php 2007-02-23 08:46:34 UTC (rev 58)
@@ -56,7 +56,7 @@
define('RB_TEST_SOCKET', $tmp);
if ($tmp = getenv('MYSQL_TEST_ENGINE'))
- defined('RB_TEST_ENGINE', $tmp);
+ define('RB_TEST_ENGINE', $tmp);
}
//
@@ -84,4 +84,4 @@
// activate storing results into the DB by default?
define('RB_DEFAULT_STORAGE_DB', true);
-?>
\ No newline at end of file
+?>
| Thread |
|---|
| • PHP mysqlnd svn commit: r58 - trunk/ext/mysqli/tests/bench/framework | uwendel | 23 Feb |