
13 Aug
2001
13 Aug
'01
1:59 a.m.
Robin Johnson a écrit :
On Sat, 11 Aug 2001, Marc Delisle wrote:
Hi,
trying this with current cvs:
CREATE TABLE Binary_Table ( ID mediumint(8) unsigned NOT NULL auto_increment, MyData blob NOT NULL, PRIMARY KEY (ID) ) TYPE=MyISAM;
I get an allocation memory error in lib.inc.php3, line 1608. hmm, thats in the middle of the code i introduced to fix the bug with table aliases on SELECTs. it seems i forgot to check that the query was a SELECT first! The bugfix will be in shortly. My bad.
Thanks, the create table works now. Marc