mirror of
https://github.com/MariaDB/server.git
synced 2026-04-17 05:45:33 +02:00
Merge branch '10.4' into 10.5
This commit is contained in:
commit
98a39b0c91
511 changed files with 26201 additions and 3821 deletions
|
|
@ -145,7 +145,7 @@ alter short drop default,
|
|||
DROP INDEX utiny,
|
||||
DROP INDEX ushort,
|
||||
DROP PRIMARY KEY,
|
||||
DROP FOREIGN KEY any_name,
|
||||
DROP KEY any_name,
|
||||
ADD INDEX (auto);
|
||||
LOCK TABLES t1 WRITE;
|
||||
ALTER TABLE t1
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ alter short drop default,
|
|||
DROP INDEX utiny,
|
||||
DROP INDEX ushort,
|
||||
DROP PRIMARY KEY,
|
||||
DROP FOREIGN KEY any_name,
|
||||
DROP KEY any_name,
|
||||
ADD INDEX (auto);
|
||||
|
||||
LOCK TABLES t1 WRITE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue