mirror of
https://github.com/MariaDB/server.git
synced 2025-04-24 18:27:21 +03:00
The patch lifts the limitation of the current implementation of ALTER TABLE that does not allow to build unique/primary indexes by sort for MyISAM and Aria engines.
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
|
|
--echo #
|
|
set @@storage_engine= MyISAM;
|
|
|
|
--source include/alter_table_mdev539.inc
|
|
|
|
set @@storage_engine= default;
|