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.
This commit is contained in:
unknown 2006-09-19 12:40:31 +02:00
commit 7c8931d836

View file

@ -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;