mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Bug #11313 confusing/erroneous 4006 message
This commit is contained in:
parent
c626f660de
commit
821abeee47
3 changed files with 5 additions and 3 deletions
|
|
@ -3082,7 +3082,7 @@ ndbcluster_handle_drop_table(Ndb *ndb, const char *event_name,
|
|||
/* ToDo; handle error? */
|
||||
if (share && share->op &&
|
||||
share->op->getState() == NdbEventOperation::EO_EXECUTING &&
|
||||
dict->getNdbError().code != 4009)
|
||||
dict->getNdbError().mysql_code != HA_ERR_NO_CONNECTION)
|
||||
{
|
||||
DBUG_ASSERT(FALSE);
|
||||
DBUG_RETURN(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue