1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

bug#11942

This commit is contained in:
joreland@mysql.com
2005-07-20 11:48:48 +02:00
parent fa11c5bf10
commit 9f707b6734
12 changed files with 342 additions and 109 deletions

View File

@@ -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;