From: konrad Date: Tue, 17 Feb 2009 16:51:55 +0000 (+0000) Subject: correct comment X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=10a964e0e76f88b996fba12a310d5e3303867273;p=web%2Fkonrad%2Fsmoke.git correct comment git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@268 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/www/inc/db/db_mysql.php b/www/inc/db/db_mysql.php index cda3b4b..50e4f22 100644 --- a/www/inc/db/db_mysql.php +++ b/www/inc/db/db_mysql.php @@ -173,7 +173,7 @@ class MysqlEngine extends DbEngine protected function columnFlag($flag,$col,$table) { - //FIXME: currently MySQL does not mark columns for indexing, since the syntax is somewhat different --> this needs to be fixed! + //MySQL does not mark columns for indexing directly, instead the index is appended to the table definition if($flag=="index"){ $this->tableappend.=", INDEX(".$col.")"; return "";