List:Commits« Previous MessageNext Message »
From:uwendel Date:March 11 2008 3:46pm
Subject:PHP mysqlnd svn commit: r1349 - trunk/tests/ext/pdo_mysql
View as plain text  
Author: uwendel
Date: 2008-03-11 15:46:41 +0100 (Tue, 11 Mar 2008)
New Revision: 1349

Modified:
   trunk/tests/ext/pdo_mysql/mysql_pdo_test.inc
Log:
New helper function


Modified: trunk/tests/ext/pdo_mysql/mysql_pdo_test.inc
===================================================================
--- trunk/tests/ext/pdo_mysql/mysql_pdo_test.inc	2008-03-11 14:44:08 UTC (rev 1348)
+++ trunk/tests/ext/pdo_mysql/mysql_pdo_test.inc	2008-03-11 14:46:41 UTC (rev 1349)
@@ -42,7 +42,11 @@
 		$db->exec('INSERT INTO test(id, label) VALUES (1, "a"), (2, "b"), (3, "c"), (4,
"d"), (5, "e"), (6, "f")');
 	}
 
+	static function getTableEngine() {
+		return PDO_MYSQL_TEST_ENGINE;
+	}
 
+
 	static function getDSN($new_options = null, $addition = '') {
 		if (!$new_options)
 			return PDO_MYSQL_TEST_DSN . $addition;

Thread
PHP mysqlnd svn commit: r1349 - trunk/tests/ext/pdo_mysqluwendel12 Mar