after merge

mysql-test/mysql-test-run.sh:
  tests depend on umask
This commit is contained in:
unknown 2006-03-06 23:43:47 +01:00
commit b267660646
3 changed files with 2 additions and 13 deletions

View file

@ -47,7 +47,6 @@ connection con2;
select 4;
drop table t1;
connection default;
disconnect con2;
--error 1064
kill (select count(*) from mysql.user);