mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Add a temporary sqlite2BtreeKeyCompare() function to help get
regression tests passing again. (CVS 1332) FossilOrigin-Name: d8d1c91e55f24d17233414facaa03136b3b320d5
This commit is contained in:
@@ -302,5 +302,7 @@ int sqlite3VdbeByteSwap(int);
|
||||
void sqlite3VdbePrintOp(FILE*, int, Op*);
|
||||
#endif
|
||||
|
||||
int sqlite2BtreeKeyCompare(BtCursor *, const void *, int, int, int *);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user