Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index creation error #362

Open
kochetovd opened this issue Oct 11, 2024 · 1 comment
Open

Index creation error #362

kochetovd opened this issue Oct 11, 2024 · 1 comment

Comments

@kochetovd
Copy link
Collaborator

CREATE INDEX idx_order_item_name ON wp_woocommerce_order_items(order_item_name) ALGORITHM=INPLACE LOCK=NONE

MariaDB server says:
ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY

@kochetovd
Copy link
Collaborator Author

The problem is that the table is MyISAM
for MyISAM, algorithm should be COPY and lock SHARED which is the legacy behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant