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:
unknown 2007-03-23 17:12:06 +01:00
commit 8503077e6d
2 changed files with 18 additions and 9 deletions

View file

@ -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);\
}