I don't know if it is a bug, but I repeated did:
DROP TABLE IF NOT EXISTS company;
Create table company {
...
...
};
create name_idx on company (name(32));The server hangs at create name_idx....the first couple of them were really quick. Any idea? Thanks a lot! Haitao -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
