We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7749875 commit 7ff048eCopy full SHA for 7ff048e
storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
@@ -1789,12 +1789,14 @@ Ndbfs::execDUMP_STATE_ORD(Signal* signal)
1789
}
1790
#endif
1791
1792
+#ifdef ERROR_INSERT
1793
if (signal->theData[0] == DumpStateOrd::NdbfsErrorInsert)
1794
{
1795
UintR error_insert = signal->theData[1];
1796
UintR file_ptr = signal->theData[2];
1797
SET_ERROR_INSERT_VALUE2(error_insert, file_ptr);
1798
1799
+#endif
1800
if(signal->theData[0] == 405)
1801
1802
for (unsigned i = 0; i < theFiles.size(); i++)
0 commit comments