1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Amplify the comment on renderLogMsg() that explains the problems associated

with calling sqlite3_log() from deep within the memory allocator.

FossilOrigin-Name: a73d7128fbca8dde5e90bd46ee915e39ae07dd1f
This commit is contained in:
drh
2015-07-14 22:43:37 +00:00
parent bc50bb7f53
commit a8dbd52abb
4 changed files with 14 additions and 10 deletions

View File

@@ -416,4 +416,3 @@ int sqlite3ota_create_vfs(const char *zName, const char *zParent);
void sqlite3ota_destroy_vfs(const char *zName);
#endif /* _SQLITE3OTA_H */