mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Use more efficient SQL to verify that indexes contain entries that match their tables.
FossilOrigin-Name: c01e008c28895e50b14531b2a1f3f1110aab3b54df41ebdbd416fbac7b1bba94
This commit is contained in:
@ -29,7 +29,7 @@ int sqlite3_intck_open(
|
||||
sqlite3_intck **ppOut
|
||||
);
|
||||
|
||||
void sqlite3_intck_close(sqlite3_intck*);
|
||||
int sqlite3_intck_close(sqlite3_intck*);
|
||||
|
||||
int sqlite3_intck_step(sqlite3_intck *pCk);
|
||||
|
||||
|
Reference in New Issue
Block a user