diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 06:01:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 06:01:06 +0000 |
commit | 8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3 (patch) | |
tree | 099a250d7366aef2ab028fdb24f0d692cd784b4a /db2/progs/db_printlog/count.awk | |
parent | 9a6450d578556c11e7c173d2f28362345b8f1258 (diff) | |
download | glibc-8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3.tar.gz glibc-8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3.tar.xz glibc-8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3.zip |
Update.
* Makeconfig (all-subdirs): Remove db and db2. * db/*: Removed. * db2/*: Removed.
Diffstat (limited to 'db2/progs/db_printlog/count.awk')
-rw-r--r-- | db2/progs/db_printlog/count.awk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/db2/progs/db_printlog/count.awk b/db2/progs/db_printlog/count.awk deleted file mode 100644 index a0b214a6ff..0000000000 --- a/db2/progs/db_printlog/count.awk +++ /dev/null @@ -1,9 +0,0 @@ -# @(#)count.awk 10.1 (Sleepycat) 11/1/98 -# -# Print out the number of log records for transactions that we -# encountered. - -/^\[/{ - if ($5 != 0) - print $5 -} |