From: dan Date: Thu, 13 May 2010 09:32:30 +0000 (+0000) Subject: Fix mistake in test_osinst.c. X-Git-Tag: version-3.7.2~381^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a49ba7c835b52214bdf20739365b4b8606213081;p=thirdparty%2Fsqlite.git Fix mistake in test_osinst.c. FossilOrigin-Name: 4c3e137803f86ec5a6c68bfaa29a2847ba48fd65 --- diff --git a/manifest b/manifest index d130c55d26..fda3df8279 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Change\sthe\svfs\sinstrumentation\scode\sin\stest_osinst.c\sto\smake\sit\seasier\sto\sdeploy.\sAdd\sa\svtab\simplementation\sfor\sreading\sthe\sbinary\slog\sfile\sformat. -D 2010-05-12T19:02:36 +C Fix\smistake\sin\stest_osinst.c. +D 2010-05-13T09:32:31 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -201,7 +201,7 @@ F src/test_loadext.c df586c27176e3c2cb2e099c78da67bf14379a56e F src/test_malloc.c 2842c922b8e8d992aba722214952204ca025b411 F src/test_mutex.c ce06b59aca168cd8c520b77159a24352a7469bd3 F src/test_onefile.c d9585f6e2056868f208b0c21378a05b68c9ceae2 -F src/test_osinst.c 4efab33366375f4e1006bc6d87782baaa4a96845 +F src/test_osinst.c 1a8074514af1ad5154f010ce87776981558bcfd7 F src/test_pcache.c 7bf828972ac0d2403f5cfa4cd14da41f8ebe73d8 F src/test_schema.c 8c06ef9ddb240c7a0fcd31bc221a6a2aade58bf0 F src/test_server.c bbba05c144b5fc4b52ff650a4328027b3fa5fcc6 @@ -814,7 +814,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P 7838163d087780a6fb403a17641b96f71baec088 -R 920eee8703b54c6b300b0f18115e11ca +P ee13c8849d234931bb3be36e42383d228b3cbfcb +R 3c54081e57eca7df3cbd8d2fe50f86dd U dan -Z 3c156be6096696ce4719819cb6c218b7 +Z b990d86855026a6a9a402fa4a71fd3d4 diff --git a/manifest.uuid b/manifest.uuid index 30e595aff0..1d3c3ab5ea 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -ee13c8849d234931bb3be36e42383d228b3cbfcb \ No newline at end of file +4c3e137803f86ec5a6c68bfaa29a2847ba48fd65 \ No newline at end of file diff --git a/src/test_osinst.c b/src/test_osinst.c index 93aba75eda..f52788b161 100644 --- a/src/test_osinst.c +++ b/src/test_osinst.c @@ -15,11 +15,6 @@ ** are provided to control the instrumentation. */ -/* Public API: */ -int sqlite3_vfslog_new(const char *, const char *, const char *); -int sqlite3_vfslog_finalize(const char *); -int sqlite3_vfslog_register(sqlite3 *) - /* ** This module contains code for a wrapper VFS that causes a log of ** all (well, technically "most") VFS calls to be written into a nominated