1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Rename sqlite3SchemaFree() to sqlite3SchemaClear() to more accurately reflect

its function.

FossilOrigin-Name: 71d7440023f67760d0bff4bd7459fe88bd226f30
This commit is contained in:
drh
2011-04-04 13:40:53 +00:00
parent e038f852c8
commit b6ee66072e
5 changed files with 16 additions and 16 deletions

View File

@@ -2969,7 +2969,7 @@ void sqlite3DefaultRowEst(Index*);
void sqlite3RegisterLikeFunctions(sqlite3*, int);
int sqlite3IsLikeFunction(sqlite3*,Expr*,int*,char*);
void sqlite3MinimumFileFormat(Parse*, int, int);
void sqlite3SchemaFree(void *);
void sqlite3SchemaClear(void *);
Schema *sqlite3SchemaGet(sqlite3 *, Btree *);
int sqlite3SchemaToIndex(sqlite3 *db, Schema *);
KeyInfo *sqlite3IndexKeyinfo(Parse *, Index *);