summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant.test
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-03-29 15:50:16 -0800
committerjimw@mysql.com <>2005-03-29 15:50:16 -0800
commit46eda5b99849a064519c3946fcfb7c7d4dd23f07 (patch)
tree1b3fd7e11a64136caea02f5393e877050859eba8 /mysql-test/t/grant.test
parenteecb813c6bfd9ee5b5fdd1ffee9ae096e729479d (diff)
downloadmariadb-git-46eda5b99849a064519c3946fcfb7c7d4dd23f07.tar.gz
Shift skipping of some tests with embedded server from within
mysql-test-run to the tests themselves.
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r--mysql-test/t/grant.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test
index 2ca930d4fd2..1c8fbe0ff0d 100644
--- a/mysql-test/t/grant.test
+++ b/mysql-test/t/grant.test
@@ -1,5 +1,8 @@
# Test of GRANT commands
+# Grant tests not performed with embedded server
+-- source include/not_embedded.inc
+
# Cleanup
--disable_warnings
drop table if exists t1;