From: drh Date: Mon, 4 Feb 2019 19:52:39 +0000 (+0000) Subject: Mention the new -memtrace command-line option in the -help output of the CLI. X-Git-Tag: version-3.27.0~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af48257bc91a8d23663bc7fa136626ed90f61a22;p=thirdparty%2Fsqlite.git Mention the new -memtrace command-line option in the -help output of the CLI. FossilOrigin-Name: ada91aefe37efe3c009691b5599e4d6acf182e5ec3cf28dda0871d09858498b3 --- diff --git a/manifest b/manifest index 4b090b8023..5764c239ab 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\sthe\s-memtrace\soption\sto\sdbfuzz2. -D 2019-02-04T19:50:44.697 +C Mention\sthe\snew\s-memtrace\scommand-line\soption\sin\sthe\s-help\soutput\sof\sthe\sCLI. +D 2019-02-04T19:52:39.638 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F Makefile.in 178d8eb6840771149cee40b322d1b3be30d330198c522c903c1b66fb5a1bfca4 @@ -515,7 +515,7 @@ F src/random.c 80f5d666f23feb3e6665a6ce04c7197212a88384 F src/resolve.c c8f207247472c41ac73d738e1c1a80719ad253d1dbb617ed57740492b2a6c097 F src/rowset.c d977b011993aaea002cab3e0bb2ce50cf346000dff94e944d547b989f4b1fe93 F src/select.c 8e22fda41a737c391e8b797f7c71e7ded1d107c31181b07bb10b3d4f22a28cd9 -F src/shell.c.in d9898bedbddb8b47dcb07c0b948addfe312e76af0ccfc42d2bedac9634153557 +F src/shell.c.in 72a09544a79ac9cb799eeb5a2e15de26e3921b78aa5610c525c4295f1580bf4e F src/sqlite.h.in 7da74fd5bd7a9dbe92297060f036935520b26e240457287c5e67c7b9db51a986 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8 F src/sqlite3ext.h 960f1b86c3610fa23cb6a267572a97dcf286e77aa0dd3b9b23292ffaa1ea8683 @@ -1804,7 +1804,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 3a127ef9f7feafe6ba8c75e4eb29e28aa61a30249082cc8767ada1ec0cc0b7f1 -R e25958fad2de4af7af166897ea114883 +P 67fecbc79d3e927a7e22f3589be3184114322635874e4b3170666e352d0bfe9d +R 319fe51837c8fb8507e620f83f1a6e73 U drh -Z 7c66e0b946b61f4c979a9f3ffc097fd3 +Z bc0567bf7f048d791b550b3ee05f5962 diff --git a/manifest.uuid b/manifest.uuid index 363e55a3bd..32f595de8c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -67fecbc79d3e927a7e22f3589be3184114322635874e4b3170666e352d0bfe9d \ No newline at end of file +ada91aefe37efe3c009691b5599e4d6acf182e5ec3cf28dda0871d09858498b3 \ No newline at end of file diff --git a/src/shell.c.in b/src/shell.c.in index 746caaedc0..7295a7374a 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -8675,6 +8675,7 @@ static const char zOptions[] = #if defined(SQLITE_ENABLE_DESERIALIZE) " -maxsize N maximum size for a --deserialize database\n" #endif + " -memtrace trace all memory allocations and deallocations\n" " -mmap N default mmap size set to N\n" #ifdef SQLITE_ENABLE_MULTIPLEX " -multiplex enable the multiplexor VFS\n"