diff options
author | konstantin@mysql.com <> | 2006-06-26 18:45:46 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-06-26 18:45:46 +0400 |
commit | 5e0a692723f5b79b5d84c170cbdc59b3c1164681 (patch) | |
tree | 83857837ef8ba671f8533131cf5fb0bdbe65f750 /mysql-test/t/events_microsec.test | |
parent | 22285bb75a858cca210a2f2db7e9646edd04b841 (diff) | |
parent | 23340f3fdd7c301a2d01cda560d3f84076d6546c (diff) | |
download | mariadb-git-5e0a692723f5b79b5d84c170cbdc59b3c1164681.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into mysql.com:/opt/local/work/mysql-5.1-runtime
Diffstat (limited to 'mysql-test/t/events_microsec.test')
-rw-r--r-- | mysql-test/t/events_microsec.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/events_microsec.test b/mysql-test/t/events_microsec.test index e4d57bf4ae1..3e9abf6ec56 100644 --- a/mysql-test/t/events_microsec.test +++ b/mysql-test/t/events_microsec.test @@ -1,3 +1,6 @@ +# Can't test with embedded server that doesn't support grants +-- source include/not_embedded.inc + --disable_warnings create database if not exists events_test; --enable_warnings |