Re: [InnoDB] BINARY(N) and 0x20 end char
Dany,
specify
yourcolumnname(yourcolumnlength)
in the index.
Like this:
CREATE TABLE t(a TINYBLOB NOT NULL, PRIMARY KEY (a(255))) TYPE=InnoDB;
Best regards,
Heikki
Oracle Corp./Innobase Oy
InnoDB - transactions, row level locking, and foreign keys for MySQL
InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php
Subject
Views
Written By
Posted
4218
April 11, 2005 07:39AM
2450
April 11, 2005 08:52AM
2535
April 11, 2005 09:27AM
Re: [InnoDB] BINARY(N) and 0x20 end char
2505
April 11, 2005 10:41PM
2435
April 12, 2005 06:35AM
2405
April 12, 2005 06:51AM
2408
April 12, 2005 06:52AM
2981
April 13, 2005 08:48AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.