mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
ca2cdaad86
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.
7 lines
112 B
Text
7 lines
112 B
Text
|
|
--echo #
|
|
set @@storage_engine= Aria;
|
|
|
|
--source include/alter_table_mdev539.inc
|
|
|
|
set @@storage_engine= default;
|