mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
BUG#27254: Single User Mode.Mysql hangs if it tries delete a ndb table
sql/ha_ndbcluster.cc: set single user mode on ndb schema table storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: dbug print
This commit is contained in:
parent
378b47a30d
commit
8503077e6d
2 changed files with 18 additions and 9 deletions
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#define ERR_RETURN(a,b) \
|
||||
{\
|
||||
DBUG_PRINT("exit", ("error %d", (a).code));\
|
||||
DBUG_PRINT("exit", ("error %d return %d", (a).code, b));\
|
||||
DBUG_RETURN(b);\
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue