diff options
author | jimw@mysql.com <> | 2005-04-04 12:43:58 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-04 12:43:58 -0700 |
commit | c18307e8a2f77f4e036dcfb9a2efcf9f00e57479 (patch) | |
tree | 4f8a13865c65a18d89af9dbdac651926c0bc8847 /mysql-test/t/sp-security.test | |
parent | c2cfa5e435d1b616c99ff50d3c95f2b68f3ab031 (diff) | |
download | mariadb-git-c18307e8a2f77f4e036dcfb9a2efcf9f00e57479.tar.gz |
Cleanup tests and results after merge from 4.1 of embedded
server testing cleanups.
Diffstat (limited to 'mysql-test/t/sp-security.test')
-rw-r--r-- | mysql-test/t/sp-security.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/sp-security.test b/mysql-test/t/sp-security.test index aad5f4eaf9e..5a8dfc54920 100644 --- a/mysql-test/t/sp-security.test +++ b/mysql-test/t/sp-security.test @@ -2,6 +2,9 @@ # Testing SQL SECURITY of stored procedures # +# Can't test with embedded server that doesn't support grants +-- source include/not_embedded.inc + connect (con1root,localhost,root,,); connection con1root; |