mariadb/VC++Files/mysys
reggie@mdk10.(none) 48c584537d BUG# 9148: Denial of service
The problem was that on Windows the access method indicates that access to file 
such as "com1" and "lpt1" is allowed (since they are device names) and
this causes mysql to attempt to open them as databases or tables.

The fix was to write our own my_access method that uses other Win32 functions
to determine if the given argument is indeed a file and has to requested
mode.
2005-05-20 16:04:10 -05:00
..
mysys.dsp BUG# 9148: Denial of service 2005-05-20 16:04:10 -05:00
mysys.dsw LOAD DATA INFILE is not replicated if replicate_*_table is set 2003-02-28 22:24:00 +02:00
mysys_ia64.dsp BUG# 9148: Denial of service 2005-05-20 16:04:10 -05:00