mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
more tests, moving code around
This commit is contained in:
parent
2bb0e71358
commit
532de70269
5 changed files with 26 additions and 18 deletions
|
|
@ -12,6 +12,9 @@ ERROR 0A000: LOCK=NONE/SHARED is not supported for this operation. Try LOCK=EXCL
|
|||
alter online table t1 rename to t2;
|
||||
ERROR 0A000: LOCK=NONE/SHARED is not supported for this operation. Try LOCK=EXCLUSIVE.
|
||||
alter online table t1 algorithm=INPLACE, lock=NONE;
|
||||
alter online table t1;
|
||||
alter table t1 algorithm=INPLACE;
|
||||
alter table t1 lock=NONE;
|
||||
drop table t1;
|
||||
create temporary table t1 (a int not null primary key, b int, c varchar(80), e enum('a','b'));
|
||||
insert into t1 (a) values (1),(2),(3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue