1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix handling of filenames that start the same as reserved filenames

on Windows. (Bug #12325)
This commit is contained in:
jimw@mysql.com
2005-08-31 18:32:15 -07:00
parent 16e30aaf68
commit 00b17c1c17
6 changed files with 33 additions and 17 deletions

View File

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