mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix the previous check-in so that it works with virtual tables that add new
shadow tables the first time they are referenced. FossilOrigin-Name: f73b499e539b9551a70deecec4fc10c3a4af3830324977861cd0558f9782a1d3
This commit is contained in:
@@ -91,6 +91,6 @@ void sqlite3HashClear(Hash*);
|
||||
/*
|
||||
** Number of entries in a hash table
|
||||
*/
|
||||
/* #define sqliteHashCount(H) ((H)->count) // NOT USED */
|
||||
#define sqliteHashCount(H) ((H)->count)
|
||||
|
||||
#endif /* SQLITE_HASH_H */
|
||||
|
Reference in New Issue
Block a user