1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

post-review fixes

HA_EXTRA_WRITE_CACHE now part of start_bulk_insert()
test cleanups
This commit is contained in:
serg@serg.mylan
2004-04-07 16:04:28 +02:00
parent e8eda8129f
commit 6fc74e13e7
16 changed files with 57 additions and 88 deletions

View File

@@ -498,7 +498,6 @@ show keys from t1;
alter table t1 enable keys;
show keys from t1;
alter table t1 engine=heap;
--error 1031
alter table t1 disable keys;
show keys from t1;
drop table t1,t2;