summaryrefslogtreecommitdiff
path: root/framework/Data/Common
diff options
context:
space:
mode:
authorwei <>2007-04-22 00:52:32 +0000
committerwei <>2007-04-22 00:52:32 +0000
commit7fdde2ed3e5f96579dc8f0e2c3f7ad69fcdd88db (patch)
tree0f413986edaad3a7e302d090eb7d9c4bd40aac02 /framework/Data/Common
parentf2ad54728d9d49a391e28501ae3ceea3c2bc5da0 (diff)
revert
Diffstat (limited to 'framework/Data/Common')
-rw-r--r--framework/Data/Common/Mysql/TMysqlMetaData.php1
1 files changed, 0 insertions, 1 deletions
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'];
}