mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
changed to moderm syntax (after merge fix)
This commit is contained in:
parent
7b6b03f340
commit
269f9f1f23
2 changed files with 2 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ drop database mysqltest;
|
|||
# Test changing data dir (Bug #1662)
|
||||
#
|
||||
|
||||
create table t1 (a int not null) type=myisam;
|
||||
create table t1 (a int not null) engine=myisam;
|
||||
disable_query_log;
|
||||
eval alter table t1 data directory="$MYSQL_TEST_DIR/var/tmp";
|
||||
enable_query_log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue