mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fix handling of filenames that start the same as reserved filenames
on Windows. (Bug #12325) mysql-test/r/lowercase_table.result: Update results mysql-test/t/lowercase_table.test: Move test to new windows.test, since it is Windows-specific mysys/my_access.c: Check that we've matched the whole forbidden name. mysql-test/include/windows.inc: New BitKeeper file ``mysql-test/include/windows.inc'' mysql-test/r/windows.result: New BitKeeper file ``mysql-test/r/windows.result'' mysql-test/t/windows.test: New BitKeeper file ``mysql-test/t/windows.test''
This commit is contained in:
parent
e6ac9175d1
commit
b33e9493a1
6 changed files with 33 additions and 17 deletions
4
mysql-test/include/windows.inc
Normal file
4
mysql-test/include/windows.inc
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue