This commit is contained in:
Marc Delisle
2002-08-24 12:52:36 +00:00
parent 1298a12613
commit 40627b5584
2 changed files with 16 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-08-24 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, faq 6.15: creating an index on a BLOB field
2002-08-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* left.php3, lines 169-181: XHTML optimizations.
* db_details_common.php3, tbl_properties_common.php3,

View File

@@ -2323,6 +2323,19 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
We utilize it as free XML-SOAP service.
</p>
<p>
<b>[6.15] I want to add a BLOB field and put an index on it, but MySQL
says &quot;BLOB column '...' used in key specification without a key
length&quot;.</b>
<br />
The right way to do this, is to create the field without any indexes,
then display the table structure and use the &quot;Create an index&quot;
dialog. On this page, you will be able to choose your BLOB field, and
set a size to the index, which is the condition to create an index on
a BLOB field.
<br />
</p>
<a name="faqproject"></a>
<h3>[7. phpMyAdmin project]</h3>
<p>