Re: InnoDB indexing questions

2002-10-13 Thread Heikki Tuuri
Lourdes, - Original Message - From: [EMAIL PROTECTED] Newsgroups: mailing.database.mysql Sent: Friday, October 11, 2002 11:38 PM Subject: InnoDB indexing questions Hello, I have some doubts about the index behaviour in InnoDB. I have a table named 'Albaranes'. The definition

InnoDB indexing questions

2002-10-11 Thread rafarife
Hello, I have some doubts about the index behaviour in InnoDB. I have a table named 'Albaranes'. The definition is as follow: CREATE TABLE `albaranes` ( `Cli` varchar(6) NOT NULL default '', `Alb` varchar(8) NOT NULL default '', . . . PRIMARY KEY (`Alb`), UNIQUE KEY `Cliente`