1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +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

@@ -83,9 +83,3 @@ create table t2 like T1;
drop table t1, t2;
show tables;
Tables_in_test
use lpt1;
ERROR 42000: Unknown database 'lpt1'
use com1;
ERROR 42000: Unknown database 'com1'
use prn;
ERROR 42000: Unknown database 'prn'