Index: temp/trunk/data/class/SC_Query.php
===================================================================
--- temp/trunk/data/class/SC_Query.php	(revision 7988)
+++ temp/trunk/data/class/SC_Query.php	(revision 7989)
@@ -416,5 +416,6 @@
 		
 		// ¼¡¤ÎIncrement¤ò¼èÆÀ
-		$arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name));
+		//$arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name));
+		$arrRet = $this->query("SELECT * FROM $table_name");
 		sfprintr($arrRet);
 		$auto_inc_no = $arrRet["Auto_increment"];
