mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
bug#11942
This commit is contained in:
@@ -131,6 +131,9 @@ list(const char * tabname,
|
||||
case NdbDictionary::Object::StateOnline:
|
||||
strcpy(state, "Online");
|
||||
break;
|
||||
case NdbDictionary::Object::StateBackup:
|
||||
strcpy(state, "Backup");
|
||||
break;
|
||||
case NdbDictionary::Object::StateBroken:
|
||||
strcpy(state, "Broken");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user