1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

BUG#18676 when cluster storage engine is down, misleading error message on create table with 4009.

This commit is contained in:
gni/root@dev3-221.dev.cn.tlan
2007-04-03 18:44:29 +08:00
parent eecdb3baf1
commit 98e5757618
4 changed files with 29 additions and 17 deletions

View File

@ -382,7 +382,7 @@ create table t1 (a int primary key) engine=ndb;
select * from t1;
a
select * from t1;
ERROR HY000: Can't lock file (errno: 4009)
ERROR HY000: Can't lock file (errno: 157)
use test;
drop database test_only_ndb_tables;
CREATE TABLE t9 (