Revision 9158a2b9 include/LogDB.h
include/LogDB.h | ||
---|---|---|
199 | 199 |
// ------------------------------------------------------------------------- |
200 | 200 |
// Database methods |
201 | 201 |
// ------------------------------------------------------------------------- |
202 |
static int bootstrap(SqlDB *_db) |
|
203 |
{ |
|
204 |
std::ostringstream oss(db_bootstrap); |
|
205 |
|
|
206 |
return _db->exec_local_wr(oss); |
|
207 |
} |
|
202 |
static int bootstrap(SqlDB *_db); |
|
208 | 203 |
|
209 | 204 |
/** |
210 | 205 |
* This function gets and initialize log related index |
Also available in: Unified diff