mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:04:13 +08:00
mdbx-chk: fix minor typo.
Change-Id: Ib120f7af827463dd93af352fc8b4ce6af1926b75
This commit is contained in:
parent
7fe4fccda8
commit
45909eca61
@ -1263,11 +1263,12 @@ int main(int argc, char *argv[]) {
|
|||||||
envinfo.mi_geo.current / envinfo.mi_dxb_pagesize);
|
envinfo.mi_geo.current / envinfo.mi_dxb_pagesize);
|
||||||
#if defined(_WIN32) || defined(_WIN64)
|
#if defined(_WIN32) || defined(_WIN64)
|
||||||
if (envinfo.mi_geo.shrink && envinfo.mi_geo.current != envinfo.mi_geo.upper)
|
if (envinfo.mi_geo.shrink && envinfo.mi_geo.current != envinfo.mi_geo.upper)
|
||||||
print(" WARNING: Due Windows system limitations a "
|
print(
|
||||||
"file couldn't\n be truncated while database "
|
" WARNING: Due Windows system limitations a "
|
||||||
"is opened. So, the size of\n database file "
|
"file couldn't\n be truncated while the database "
|
||||||
"may by large than the database itself,\n "
|
"is opened. So, the size\n database file "
|
||||||
"until it will be closed or reopened in read-write mode.\n");
|
"of may by large than the database itself,\n "
|
||||||
|
"until it will be closed or reopened in read-write mode.\n");
|
||||||
#endif
|
#endif
|
||||||
print(" - transactions: recent %" PRIu64 ", latter reader %" PRIu64
|
print(" - transactions: recent %" PRIu64 ", latter reader %" PRIu64
|
||||||
", lag %" PRIi64 "\n",
|
", lag %" PRIi64 "\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user