diff options
author | monty@mysql.com <> | 2004-03-06 10:43:35 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-06 10:43:35 +0200 |
commit | ef971bb6048db5fc99cddaff1673c8a001705111 (patch) | |
tree | 1cf950921cf3e82b17e59b8516f0db0627a429a2 /mysql-test/r/true.require | |
parent | b9c4ee353df8eb5257202fac419298b469e624e3 (diff) | |
download | mariadb-git-ef971bb6048db5fc99cddaff1673c8a001705111.tar.gz |
Ensure that one can't from the command line set a variable too small. (Bug #2710)
Allow one to force lower_case_table_names to 0, even if the file system is case insensitive. This fixes some issues on Mac OS X (Bug #2994)
Added variables "lower_case_file_system", "version_compile_os" and "license"
Diffstat (limited to 'mysql-test/r/true.require')
-rw-r--r-- | mysql-test/r/true.require | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/true.require b/mysql-test/r/true.require new file mode 100644 index 00000000000..09aae1ed1d0 --- /dev/null +++ b/mysql-test/r/true.require @@ -0,0 +1,2 @@ +TRUE +1 |