diff options
author | dan <dan@noemail.net> | 2013-08-03 20:24:58 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2013-08-03 20:24:58 +0000 |
commit | f52bb8d3857ebd8359d22a4d4a802f681d4c55c4 (patch) | |
tree | 22075cef8db55ccf1b584ef686d84efca055280b /src/utf.c | |
parent | 3975974780ce86278ef909197fd394d4fcd6000c (diff) | |
download | sqlite-f52bb8d3857ebd8359d22a4d4a802f681d4c55c4.tar.gz sqlite-f52bb8d3857ebd8359d22a4d4a802f681d4c55c4.zip |
Begin adding experimental sqlite_stat4 table. This commit is buggy.
FossilOrigin-Name: 2beea303a1d609cd2ff252412c50b966b9e5e8f1
Diffstat (limited to 'src/utf.c')
-rw-r--r-- | src/utf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -460,7 +460,7 @@ char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ ** If a malloc failure occurs, NULL is returned and the db.mallocFailed ** flag set. */ -#ifdef SQLITE_ENABLE_STAT3 +#ifdef SQLITE_ENABLE_STAT4 char *sqlite3Utf8to16(sqlite3 *db, u8 enc, char *z, int n, int *pnOut){ Mem m; memset(&m, 0, sizeof(m)); |