From: stefan Date: December 31 2005 3:13pm Subject: svn commit - mysqldoc@docsrva: r639 - trunk/query-browser List-Archive: http://lists.mysql.com/commits/487 Message-Id: <200512311513.jBVFDkSZ013243@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: shinz Date: 2005-12-31 16:13:45 +0100 (Sat, 31 Dec 2005) New Revision: 639 Log: Columns that form part of a _primary key_ have a key icon, not columns that form part of an arbitrary index Modified: trunk/query-browser/query-browser.xml Modified: trunk/query-browser/query-browser.xml =================================================================== --- trunk/query-browser/query-browser.xml 2005-12-30 14:32:37 UTC (rev 638) +++ trunk/query-browser/query-browser.xml 2005-12-31 15:13:45 UTC (rev 639) @@ -899,7 +899,7 @@ To view a database's tables, stored procedures, and views, click the black arrow on the left of the database name. You can view a table's columns by clicking on the black arrow to - the left of the table name. Fields that form part of an index + the left of the table name. Columns that form part of a primary key have a small key icon to the left of their name, otherwise they have a blue diamond icon.