Commit 991773de authored by unknown's avatar unknown

Remove unportable use of "exec chmod"

parent 3e02808d
......@@ -19,5 +19,5 @@ create database mysqltest;
create table mysqltest.t1(a int);
chmod 0000 $MYSQLTEST_VARDIR/master-data/mysqltest;
select table_schema from information_schema.tables where table_schema='mysqltest';
exec chmod 0777 $MYSQLTEST_VARDIR/master-data/mysqltest;
chmod 0777 $MYSQLTEST_VARDIR/master-data/mysqltest;
drop database mysqltest;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment