Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. mysql> alter table candidate_candidate add column responsible_user_id int, algorithm=INPLACE, lock=NONE;
  2. ERROR 1845 (0A000): ALGORITHM=INPLACE is not supported for this operation.
  3. Try ALGORITHM=COPY.
  4.  
  5. alter table candidate_candidate add column responsible_user_id int, algorithm=INPLACE, lock=NONE;
  6. Query OK, 0 rows affected (0.48 sec)
  7. Records: 0 Duplicates: 0 Warnings: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement