diff options
author | unknown <thek@kpdesk.mysql.com> | 2006-09-19 12:40:31 +0200 |
---|---|---|
committer | unknown <thek@kpdesk.mysql.com> | 2006-09-19 12:40:31 +0200 |
commit | 7c8931d83627a92b5a4ce12a81cf80b30988d885 (patch) | |
tree | b1496cd1bcf875c15018104e6e5fb7ac50ee86e1 /mysql-test/t | |
parent | 7a77b3d80fe711fa4e9123a8a7be782bcef1d8db (diff) | |
download | mariadb-git-7c8931d83627a92b5a4ce12a81cf80b30988d885.tar.gz |
Bug#21139 Handling of database differs in "embedded" , test lowercase_fs_off fails
- Access checks are omitted when compliled without --with-embedded-privilege-control
- Patch: skip this test
mysql-test/t/lowercase_fs_off.test:
Added test to check if this embedded built in which case we just skip this test.
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/lowercase_fs_off.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/lowercase_fs_off.test b/mysql-test/t/lowercase_fs_off.test index 7f7b573e7ee..883315994fe 100644 --- a/mysql-test/t/lowercase_fs_off.test +++ b/mysql-test/t/lowercase_fs_off.test @@ -3,6 +3,7 @@ # i.e. lower_case_filesystem=OFF # -- source include/have_case_sensitive_file_system.inc +-- source include/not_embedded.inc connect (master,localhost,root,,); connection master; |