1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Portability fixes (For Netware)

This commit is contained in:
monty@mysql.com
2004-07-01 17:26:45 +03:00
parent 2c6537e2cb
commit 78c1938848
3 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ drop database if exists test1;
Warnings:
Note 1008 Can't drop database 'test1'; database doesn't exist
show tables from test1;
ERROR HY000: Can't read dir of './test1/' (Errcode: 2)
ERROR HY000: Can't read dir of './test1/' (Errcode: X)
create table t1 (a int);
drop table if exists t1;
Warnings: