blob: bb6e5a3f75fc4c586b351b99d09bf55122333933 (
plain)
1
2
3
4
5
6
7
8
9
|
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2010, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#if defined(SQLITE_DEBUG) && !defined(SQLITE_OMIT_WAL)
int sqlite3WalTrace = 0;
#endif
|