MySQL Forums
Forum List  »  InnoDB

Re: mysql online ddl still lock
Posted by: hua kai
Date: September 01, 2016 11:40PM

ALTER TABLE `aa_usersns` FORCE, ALGORITHM=INPLACE, LOCK=NONE
I use this command to test

Report error:
ALTER TABLE `aa_usersns` FORCE, ALGORITHM=INPLACE, LOCK=NONE error code: 1846
ALGORITHM=INPLACE is not supported. Reason: Cannot change column type INPLACE. Try ALGORITHM=COPY.

As I mentioned before, I guess it's because of table's size and index size. this table has 2716809 records.

Options: ReplyQuote


Subject
Views
Written By
Posted
2784
February 19, 2016 02:35AM
1634
February 19, 2016 03:09AM
1584
February 19, 2016 06:53AM
1523
February 20, 2016 01:38AM
1267
August 24, 2016 03:48AM
1126
August 25, 2016 07:40PM
1288
August 30, 2016 09:33PM
1241
September 01, 2016 04:55PM
Re: mysql online ddl still lock
1192
September 01, 2016 11:40PM
1178
September 03, 2016 05:05PM
1176
September 05, 2016 01:20AM
1355
September 05, 2016 03:54PM
1086
September 08, 2016 04:04AM
1145
September 10, 2016 12:19AM
1448
February 23, 2016 11:29PM
1934
February 29, 2016 11:32PM
1627
March 05, 2016 12:19AM
1567
March 07, 2016 03:34AM
1534
March 31, 2016 02:32AM
1490
April 02, 2016 12:39AM
1508
May 13, 2016 02:44AM
1560
May 24, 2016 09:53AM


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.