mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
00b17c1c17
on Windows. (Bug #12325)
8 lines
179 B
Text
8 lines
179 B
Text
use lpt1;
|
|
ERROR 42000: Unknown database 'lpt1'
|
|
use com1;
|
|
ERROR 42000: Unknown database 'com1'
|
|
use prn;
|
|
ERROR 42000: Unknown database 'prn'
|
|
create table nu (a int);
|
|
drop table nu;
|