Closed (fixed)
Project:
Xapian integration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2008 at 16:52 UTC
Updated:
16 Jun 2008 at 01:51 UTC
Define constants to make code more readable, specifically to make it more clear what _xapian_init_database() parameters mean.
If opening a writable database we call _xapian_init_database(XAPIAN_WRITABLE) instead of _xapian_init_database(TRUE). If flushing the database, we call _xapian_init_database(XAPIAN_WRITABLE, XAPIAN_FLUSH) instead of xapian_init_database(TRUE, TRUE). Purely cosmetic to make the code easier to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| xapian.module.patch | 1.6 KB | jeremy |
Comments
Comment #1
singularoComment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.