mariadb/mysql-test/include
unknown af2f9b90fa Bugs#17647: Trouble with "create database"
Problem:
if a user was granted privileges on database "d1",
it also was able to act on "D1" (i.e. in upper case),
even on Unix with case sensitive file system.

Fix:
Initialize grant hash to use binary comparison
if lower_case_file_system is not set (on most unixes),
and case insensitive comparison otherwise (Windows, MacOSX).


sql/sql_acl.cc:
  Initialize hash to use binary comparison with case sensitive FS.
mysql-test/include/have_case_sensitive_file_system.inc:
  New BitKeeper file ``mysql-test/include/have_case_sensitive_file_system.inc''
  Backporting from 5.1
mysql-test/r/case_sensitive_file_system.require:
  New BitKeeper file ``mysql-test/r/case_sensitive_file_system.require''
  Backporting from 5.1
mysql-test/r/lowercase_fs_off.result:
  Adding test case
mysql-test/t/lowercase_fs_off.test:
  Adding test case
2006-05-04 11:55:09 +05:00
..
check_var_limit.inc
ctype_common.inc Privileges columns were removed from output to be able 2004-12-10 17:58:13 +04:00
ctype_filesort.inc bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_innodb_like.inc ctype_innodb_like.inc: 2005-07-06 17:16:22 +05:00
ctype_like_escape.inc Bug#13046: LIKE pattern matching using prefix 2005-09-21 23:10:51 +05:00
endspace.inc Move common trailing space checks into an include file. 2004-12-01 19:25:05 +04:00
have_archive.inc
have_bdb.inc
have_big5.inc
have_blackhole.inc Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database. 2005-03-22 16:10:39 -08:00
have_case_sensitive_file_system.inc Bugs#17647: Trouble with "create database" 2006-05-04 11:55:09 +05:00
have_compress.inc
have_cp932.inc Added cp932 character set 2005-05-05 10:36:17 -07:00
have_cp1250_ch.inc Bug#8840 Empty string comparison and character set 'cp1250' 2005-03-03 14:15:37 +04:00
have_crypt.inc
have_csv.inc
have_debug.inc
have_euckr.inc Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_exampledb.inc
have_gb2312.inc Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_gbk.inc ctype-gbk.c: 2005-07-22 21:06:02 +05:00
have_geometry.inc
have_innodb.inc
have_isam.inc
have_latin2_ch.inc Bug#17374: select ... like 'A%' operator fails to find value on columuns with key 2006-03-20 16:28:25 +04:00
have_lowercase0.inc ps_conv.inc: 2005-08-18 22:27:12 +02:00
have_multi_ndb.inc Fix for Bug #8753 Invalid schema object version after dropping index 2005-03-07 10:21:38 +01:00
have_ndb.inc have test suite continue even if ndbcluster fails to start if --force flag is set 2005-02-07 17:46:52 +01:00
have_openssl.inc
have_openssl_1.inc
have_outfile.inc Bug#8191 - SELECT INTO OUTFILE insists on FROM clause 2005-05-08 22:56:58 +01:00
have_query_cache.inc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
have_sjis.inc
have_tis620.inc
have_ucs2.inc
have_ujis.inc
master-slave.inc
mysqltest-x.inc Bug#12959 mysqltest crashes if testcase passed with -x option 2005-09-05 16:50:32 +02:00
mysqltest_while.inc BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
not_embedded.inc
not_openssl.inc BUG#10589: des_encrypt functionality always return NULL 2005-06-17 18:07:46 +02:00
not_windows.inc Skip two tests that fail on Windows that just reflect limitations of 2005-08-03 17:38:55 -07:00
ps_conv.inc ps_conv.inc: 2005-08-18 22:27:12 +02:00
ps_create.inc
ps_modify.inc Enable REPLACE ... SELECT in prepared statements. 2004-10-30 17:17:52 +04:00
ps_modify1.inc Small bug fix 2004-12-13 21:00:43 +01:00
ps_query.inc BUG#8807 Select crash server 2005-03-30 12:14:37 +02:00
ps_renew.inc
rpl_stmt_seq.inc WL#2076: Added if(...) construct to mysqltest 2005-06-16 16:56:03 +02:00
system_db_struct.inc
test_outfile.inc Bug#8191 - SELECT INTO OUTFILE insists on FROM clause 2005-05-08 22:56:58 +01:00
windows.inc Fix handling of filenames that start the same as reserved filenames 2005-08-31 18:32:15 -07:00