summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <reggie@mdk10.(none)>2005-04-01 08:18:49 -0600
committerunknown <reggie@mdk10.(none)>2005-04-01 08:18:49 -0600
commitd1b9ce83f520cc90a1362508ed3938adc718ebb9 (patch)
tree69308d6e7ac6816f283270b05d7ac10cc919bb0e /ndb
parent00a549a57ba48951b23225843a330e51fa59d7a7 (diff)
parent0344bf166534fd56095220f06960172937746327 (diff)
downloadmariadb-git-d1b9ce83f520cc90a1362508ed3938adc718ebb9.tar.gz
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1
into mdk10.(none):/home/reggie/bk/mysql-4.1
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/kernel/blocks/dbdict/Dbdict.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/src/kernel/blocks/dbdict/Dbdict.cpp b/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
index 0b8e1910850..7247b7e2b9c 100644
--- a/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
+++ b/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
@@ -2227,8 +2227,9 @@ void Dbdict::checkSchemaStatus(Signal* signal)
restartCreateTab(signal, tableId, oldEntry, false);
return;
}//if
- break;
}
+ ndbrequire(ok);
+ break;
}
case SchemaFile::DROP_TABLE_STARTED:
jam();