[Phpmyadmin-devel] problem with expand_sql_query()

Marc Delisle lem9 at users.sourceforge.net
Sat Aug 11 23:51:24 CEST 2001


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.

Marc





More information about the Developers mailing list