## Specific tests for case sensitive file systems# i.e. lower_case_filesystem=OFF#--sourceinclude/have_case_sensitive_file_system.incconnect(master,localhost,root,,);connectionmaster;createdatabased1;grantallond1.*to'sample'@'localhost'identifiedby'password';flushprivileges;connect(sample,localhost,sample,password,d1);connectionsample;selectdatabase();--error1044createdatabased2;--error1044createdatabaseD1;disconnectsample;connectionmaster;dropdatabaseifexistsd1;disconnectmaster;connectiondefault;# End of 4.1 tests