Hello,

if you do an alter table, altering some indexes _and_ converting it to
innodb, will mysql do the altering and converting in one pass, or will it
first change the indexes and than start the innodb conversion?

For example, with an myisam table:
alter table my_table, drop index an_index, add index(some, columns), type=innodb;


Any ideas?
Thanks,
Harmen

-- 
                                The Moon is Waning Gibbous (98% of Full)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to