1
0
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:
danielk1977
2004-05-09 23:23:56 +00:00
parent 3a4c141357
commit 189621d81f
6 changed files with 60 additions and 23 deletions

View File

@@ -302,5 +302,7 @@ int sqlite3VdbeByteSwap(int);
void sqlite3VdbePrintOp(FILE*, int, Op*);
#endif
int sqlite2BtreeKeyCompare(BtCursor *, const void *, int, int, int *);