mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* db2/Makefile (distribute): Remove files which do not exist anymore.
This commit is contained in:
7
db2/progs/db_printlog/commit.awk
Normal file
7
db2/progs/db_printlog/commit.awk
Normal file
@ -0,0 +1,7 @@
|
||||
# @(#)commit.awk 10.1 (Sleepycat) 11/1/98
|
||||
#
|
||||
# Output tid of committed transactions.
|
||||
|
||||
/txn_regop/ {
|
||||
print $5
|
||||
}
|
Reference in New Issue
Block a user