list

来自「linux 下的源代码分析阅读器 red hat公司新版」· 代码 · 共 27 行

TXT
27
字号
b_curalloc.c	allocate a cursorb_curwalk.c	walk a cursor through N recordsb_del.c	delete N recordsb_get.c	read a single recordb_load.c	insert N in-order records	insert N in-order duplicate recordsb_open.c	open/close a databaseb_put.c	overwrite a single record 		optionally with secondariesb_txn.c	start/abort a transaction containing no operations	start/commit a transaction containing no operationsb_txn_write.c	write/commit transaction synchronously	write/commit transaction nosync	write/commit transaction write-nosync		optionally with replication stubb_recover.c	time recovery after N transactions.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?