mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Clean up and clarify code in test8.c. (CVS 3289)
FossilOrigin-Name: 4acf7594a6c47142e7112d2cd9766a563401879b
This commit is contained in:
@@ -85,7 +85,7 @@ struct Cursor {
|
||||
i64 seqCount; /* Sequence counter */
|
||||
#ifndef SQLITE_OMIT_VIRTUALTABLE
|
||||
sqlite3_vtab_cursor *pVtabCursor; /* The cursor for a virtual table */
|
||||
sqlite3_module *pModule; /* Module for cursor pVtabCursor */
|
||||
const sqlite3_module *pModule; /* Module for cursor pVtabCursor */
|
||||
#endif
|
||||
|
||||
/* Cached information about the header for the data record that the
|
||||
|
||||
Reference in New Issue
Block a user