]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix mistake in test_osinst.c.
authordan <dan@noemail.net>
Thu, 13 May 2010 09:32:30 +0000 (09:32 +0000)
committerdan <dan@noemail.net>
Thu, 13 May 2010 09:32:30 +0000 (09:32 +0000)
FossilOrigin-Name: 4c3e137803f86ec5a6c68bfaa29a2847ba48fd65

manifest
manifest.uuid
src/test_osinst.c

index d130c55d26ca5ae7d0c3274e85ac8148a2074f6f..fda3df82796ab49e89dc151868289152f08b0c43 100644 (file)
--- 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
index 30e595aff0cb61654805682ed1313b12317510f4..1d3c3ab5ea8e429680e8a316e836ef2d04e6fcd4 100644 (file)
@@ -1 +1 @@
-ee13c8849d234931bb3be36e42383d228b3cbfcb
\ No newline at end of file
+4c3e137803f86ec5a6c68bfaa29a2847ba48fd65
\ No newline at end of file
index 93aba75eda82c7f8809e846cd25db0e83f10295c..f52788b1610f263b8070fe3ea2c85daee8df3cbd 100644 (file)
 ** 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