1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Only create the sqlite3OSTrace global variable if compiling with

SQLITE_TEST.

FossilOrigin-Name: 9e6a4c1473a4cb061a88f6a437a2828368b3ddc8
This commit is contained in:
drh
2011-08-31 18:04:54 +00:00
parent 4515a45b8c
commit 7730c4457e
3 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
# error "The MEMORY_DEBUG macro is obsolete. Use SQLITE_DEBUG instead."
#endif
#ifdef SQLITE_DEBUG
#ifdef SQLITE_TEST
# ifndef SQLITE_DEBUG_OS_TRACE
# define SQLITE_DEBUG_OS_TRACE 0
# endif