MySQL Forums
Forum List  »  Merge Storage Engine

add Index on a merge table
Posted by: DANIELE laurent
Date: November 06, 2009 03:59AM

I try to add one Index on a merge table
ALTER TABLE `TABLE_MERGE` ADD INDEX `Index_1`(`CODE`);
I try after create the Index on the merged table (with same name or différent name)
ALTER TABLE `TABLE1` ADD INDEX `Index_1`(`CODE`);
ALTER TABLE `TABLE2` ADD INDEX `Index_1`(`CODE`);
or and without this index

and I have always the error 'Mysql Error number 1168'.

could you help me...

Options: ReplyQuote


Subject
Views
Written By
Posted
add Index on a merge table
9993
November 06, 2009 03:59AM


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.