From: Zardosht Kasheff Date: June 25 2009 2:32pm Subject: feedback/review requested for fix to MySQL bug #45458 List-Archive: http://lists.mysql.com/internals/37004 Message-Id: <2f9663ba0906250732u54f33e72jb2aa25271867fea7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, This is a feature request that adds grammar for "clustering" indexes. Users can define an index to be clustering (include all of the columns in the index), and as a result, a flag is passed into the handler via a flag. It is up to the storage engine to properly implement it. Storage engines that choose to not implement it can simply ignore the flag. I am interested to hear feedback on this feature and patch. Here is the link: http://bugs.mysql.com/bug.php?id=45458 Thanks -Zardosht