Re: Re:ERROR 1073: create InnoDB tables!

2001-09-17 Thread camelon takanabe
Hi, Heikki. Thanks for the info. I understand your first explanation, I'll try. > You can probably circumvent the problem by > adding an extra VARCHAR column where you put > the first 255 characters of the blob column. Would you please inform me more externation of second. Can you give me an

ERROR 1073: create InnoDB tables!

2001-09-12 Thread camelon takanabe
Hi, I tried create table specify "type=InnoDB". with the following script: >create table objects(uri blob not null, primary key uriIndex (uri(255)), classname blob) type=InnoDB; I'm getting the following error ERROR 1073: BLOB column 'uri' can't be used in key specification with the