File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
storage/ndb/src/kernel/blocks/ndbfs Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2008, 2022 , Oracle and/or its affiliates.
1
+ /* Copyright (c) 2008, 2023 , Oracle and/or its affiliates.
2
2
3
3
This program is free software; you can redistribute it and/or modify
4
4
it under the terms of the GNU General Public License, version 2.0,
@@ -380,8 +380,18 @@ Request::actionName(Request::Action action)
380
380
return " end" ;
381
381
case Request::append:
382
382
return " append" ;
383
+ case Request::append_synch:
384
+ return " append_synch" ;
383
385
case Request::rmrf:
384
386
return " rmrf" ;
387
+ case Request::readPartial:
388
+ return " readPartial" ;
389
+ case Request::allocmem:
390
+ return " allocmem" ;
391
+ case Request::buildindx:
392
+ return " buildindx" ;
393
+ case Request::suspend:
394
+ return " suspend" ;
385
395
default :
386
396
return " Unknown action" ;
387
397
}
You can’t perform that action at this time.
0 commit comments