270
270
CREATE TABLE t1 (i int, KEY USING BTREE (i)) ENGINE=MEMORY;
279
279
# Test that when an index is created with the default key algorithm and
280
280
# altered to another storage engine, it gets the default key algorithm
281
281
# for that storage engine, but when it is specified, the specified type is
285
285
ALTER TABLE t1 ENGINE=MEMORY;
290
290
ALTER TABLE t1 ENGINE=MEMORY;