1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Tweaks to the new shared-memory interface design - mostly comment changes.

FossilOrigin-Name: 6336de7aa96a6e1e68cc123e5d5f485d790d95a2
This commit is contained in:
drh
2010-07-13 23:41:40 +00:00
parent 0c1736026a
commit 6e1f482824
6 changed files with 35 additions and 27 deletions

View File

@@ -227,11 +227,10 @@ static const struct sqlite3_io_methods MemJournalMethods = {
0, /* xFileControl */
0, /* xSectorSize */
0, /* xDeviceCharacteristics */
0, /* xShmOpen */
0, /* xShmLock */
0, /* xShmMap */
0, /* xShmLock */
0, /* xShmBarrier */
0 /* xShmClose */
0 /* xShmUnlock */
};
/*