From 7fdde2ed3e5f96579dc8f0e2c3f7ad69fcdd88db Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 22 Apr 2007 00:52:32 +0000 Subject: revert --- framework/Data/Common/Mysql/TMysqlMetaData.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Data/Common') diff --git a/framework/Data/Common/Mysql/TMysqlMetaData.php b/framework/Data/Common/Mysql/TMysqlMetaData.php index 58648b5f..ebe851b6 100644 --- a/framework/Data/Common/Mysql/TMysqlMetaData.php +++ b/framework/Data/Common/Mysql/TMysqlMetaData.php @@ -271,7 +271,6 @@ EOD; else $sql = "SHOW CREATE TABLE `{$tableName}`"; $command = $this->getDbConnection()->createCommand($sql); - $command->cancel(); //remove any existing prepared statement $result = $command->queryRow(); return $result['Create Table']; } -- cgit v1.2.3