1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

fixed conflicts

VC++Files/mysys/mysys.dsp:
  Auto merged
include/my_sys.h:
  Auto merged
sql/sql_db.cc:
  Auto merged
This commit is contained in:
unknown
2005-05-20 16:34:59 -05:00
12 changed files with 102 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
Variable_name Value
lower_case_table_names 1

View File

@@ -0,0 +1,7 @@
use COM1;
ERROR 42000: Unknown database 'com1'
use LPT1;
ERROR 42000: Unknown database 'lpt1'
use PRN;
ERROR 42000: Unknown database 'prn'