From 5c07a4023417604eb13938e1962e7d5d2238336a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 22 Aug 2001 15:20:49 +0000 Subject: [PATCH] index creation FAQ --- ChangeLog | 3 +++ Documentation.html | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9e3e1ca88..d8084da98 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-08-22 Marc Delisle + * Documentation.html: added a FAQ about index creation + 2001-08-22 Loïc Chapeaux * tbl_properties.php3, line 983; lang/*: added $strDropTable. * lib.inc.php3, lines 1674-1680: enclose all fields in cvs generated files diff --git a/Documentation.html b/Documentation.html index 53e6e8806..8bc015fa1 100755 --- a/Documentation.html +++ b/Documentation.html @@ -802,7 +802,7 @@

- How can I GZip or Bzip a dump or a CSV export. It seem to not work? + How can I GZip or Bzip a dump or a CSV export. It seems to not work?
These features are based on the gzencode() and bzcompress() php functions to be more independent of the platform @@ -852,6 +852,17 @@ And that fixes the \r\n problem with file uploads!

+

+ When I create a table, I click the Index checkbox for 2 fields + and phpMyAdmin generates only one index with those 2 fields. +
+ In phpMyAdmin 2.2.0, this is the way to create a multi-fields index. + If you want two indexes, create the first one when creating the table, + save, then display the table properties and click the Index link to + create the other index. +

+ +