diff options
author | wei <> | 2007-04-22 00:52:32 +0000 |
---|---|---|
committer | wei <> | 2007-04-22 00:52:32 +0000 |
commit | 7fdde2ed3e5f96579dc8f0e2c3f7ad69fcdd88db (patch) | |
tree | 0f413986edaad3a7e302d090eb7d9c4bd40aac02 /framework/Data/Common/Mysql | |
parent | f2ad54728d9d49a391e28501ae3ceea3c2bc5da0 (diff) |
revert
Diffstat (limited to 'framework/Data/Common/Mysql')
-rw-r--r-- | framework/Data/Common/Mysql/TMysqlMetaData.php | 1 |
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'];
}
|