Skip to content

Commit 7ff048e

Browse files
author
Priyanka Sangam
committed
Bug#32367250 - ABORTED NDB BACKUP DUE TO FULL FILE SYSTEM CAUSES CLUSTER CRASH
Fix build error. Reviewed by: Maitrayi Sabaratnam <maitrayi.sabaratnam@oracle.com> Change-Id: I486be7433018dbab5ffa8f482d9477e30498bd69
1 parent 7749875 commit 7ff048e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,12 +1789,14 @@ Ndbfs::execDUMP_STATE_ORD(Signal* signal)
17891789
}
17901790
#endif
17911791
}
1792+
#ifdef ERROR_INSERT
17921793
if (signal->theData[0] == DumpStateOrd::NdbfsErrorInsert)
17931794
{
17941795
UintR error_insert = signal->theData[1];
17951796
UintR file_ptr = signal->theData[2];
17961797
SET_ERROR_INSERT_VALUE2(error_insert, file_ptr);
17971798
}
1799+
#endif
17981800
if(signal->theData[0] == 405)
17991801
{
18001802
for (unsigned i = 0; i < theFiles.size(); i++)

0 commit comments

Comments
 (0)