diff options
author | jimw@mysql.com <> | 2005-08-31 18:32:15 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-08-31 18:32:15 -0700 |
commit | 00b17c1c171e65df99d793de0653490a37291099 (patch) | |
tree | a60bbdc85012c14e9a336099e853fddfb6062bad /mysql-test/include | |
parent | 16e30aaf68012e4c4b0a7e7beb65dec4cfa60e3b (diff) | |
download | mariadb-git-00b17c1c171e65df99d793de0653490a37291099.tar.gz |
Fix handling of filenames that start the same as reserved filenames
on Windows. (Bug #12325)
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/windows.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/windows.inc b/mysql-test/include/windows.inc new file mode 100644 index 00000000000..05ec7b0e021 --- /dev/null +++ b/mysql-test/include/windows.inc @@ -0,0 +1,4 @@ +--require r/true.require +disable_query_log; +select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows") as "TRUE"; +enable_query_log; |