mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Change the table record format to support manifest typing. (CVS 1361)
FossilOrigin-Name: 0242c9e4f7c85e9c911cf30d90b0cdb1015f3d7d
This commit is contained in:
@@ -317,8 +317,9 @@ int sqlite3VdbeByteSwap(int);
|
||||
#if !defined(NDEBUG) || defined(VDBE_PROFILE)
|
||||
void sqlite3VdbePrintOp(FILE*, int, Op*);
|
||||
#endif
|
||||
int sqlite3VdbeSerialize(const Mem *, unsigned char *);
|
||||
int sqlite3VdbeSerialLen(const Mem *);
|
||||
int sqlite3VdbeDeserialize(Mem *, const unsigned char *);
|
||||
int sqlite3VdbeSerialTypeLen(u64);
|
||||
u64 sqlite3VdbeSerialType(const Mem *);
|
||||
int sqlite3VdbeSerialPut(unsigned char *, const Mem *);
|
||||
int sqlite3VdbeSerialGet(const unsigned char *, u64, Mem *);
|
||||
|
||||
int sqlite2BtreeKeyCompare(BtCursor *, const void *, int, int, int *);
|
||||
|
||||
Reference in New Issue
Block a user