patch 180-slowmap-fallback from Nirgal Vourgère

This commit is contained in:
Brian Bruns
2010-11-01 09:26:46 -04:00
parent 5ac44b69d9
commit 85be8bbe68
4 changed files with 38 additions and 15 deletions

View File

@@ -511,7 +511,7 @@ extern void *mdb_new_data_pg(MdbCatalogEntry *entry);
/* map.c */
extern guint32 mdb_map_find_next_freepage(MdbTableDef *table, int row_size);
extern guint32 mdb_map_find_next(MdbHandle *mdb, unsigned char *map, unsigned int map_sz, guint32 start_pg);
extern gint32 mdb_map_find_next(MdbHandle *mdb, unsigned char *map, unsigned int map_sz, guint32 start_pg);
/* props.c */
extern GPtrArray *mdb_read_props_list(gchar *kkd, int len);