[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_5-6122-gb2a55f1

Marc Delisle lem9 at users.sourceforge.net
Tue Aug 3 18:43:52 CEST 2010


The branch, master has been updated
       via  b2a55f1ef25e88a24e4dcc31302890be380154fe (commit)
      from  6383f23035e07f80ada7eea4082856756c2c2bd7 (commit)


- Log -----------------------------------------------------------------
commit b2a55f1ef25e88a24e4dcc31302890be380154fe
Author: Marc Delisle <marc at infomarc.info>
Date:   Tue Aug 3 12:43:45 2010 -0400

    For BLOB streaming, LONGBLOB colum must be nullable

-----------------------------------------------------------------------

Summary of changes:
 Documentation.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation.html b/Documentation.html
index 43db8fa..8e6e911 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4319,7 +4319,7 @@ chmod o+rwx tmp
 
 <ol>
 	<li>In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully qualified domain name) instead of "localhost".</li>
-	<li>Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column.</li>
+    <li>Ensure that your target table is under the <tt>PBXT</tt> storage engine and has a <tt>LONGBLOB</tt> column (which must be nullable if you want to remove the BLOB reference from it).</li>
 	<li>When you insert or update a row in this table, put a checkmark on the "Upload to BLOB repository" optional choice; otherwise, the upload will be done directly in your LONGBLOB column instead of the repository.</li>
 	<li>Finally when you browse your table, you'll see in your column a link to stream your data, for example "View image". A header containing the correct MIME-type will be sent to your browser; this MIME-type was stored at upload time but in case it's incorrect, it's possible to edit it by clicking on the displayed MIME-type.</li> 
 </ol>	


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list