rework of patch #879693 to support 0=1 in where clause

This commit is contained in:
brianb
2004-02-08 21:54:20 +00:00
parent 4a56f06da9
commit fed589b2e7
11 changed files with 129 additions and 64 deletions

View File

@@ -132,7 +132,7 @@ enum {
#define IS_JET3(mdb) (mdb->f->jet_version==MDB_VER_JET3)
/* hash to store registered backends */
GHashTable *mdb_backends;
extern GHashTable *mdb_backends;
/* forward declarations */
typedef struct mdbindex MdbIndex;