projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b612bb0
)
[datstore] make sqlite page_size power of two
author
David Barksdale
<amatus@amat.us>
Thu, 1 Jun 2017 02:06:16 +0000
(21:06 -0500)
committer
David Barksdale
<amatus@amat.us>
Thu, 1 Jun 2017 02:06:16 +0000
(21:06 -0500)
src/datastore/plugin_datastore_sqlite.c
patch
|
blob
|
history
diff --git
a/src/datastore/plugin_datastore_sqlite.c
b/src/datastore/plugin_datastore_sqlite.c
index 323c038566355ad272cf6625552c5b7f6e4bf951..cdadfb87da1410d25b4e5886d1cc7441d1989214 100644
(file)
--- a/
src/datastore/plugin_datastore_sqlite.c
+++ b/
src/datastore/plugin_datastore_sqlite.c
@@
-305,7
+305,7
@@
database_setup (const struct GNUNET_CONFIGURATION_Handle *cfg,
ENULL));
CHECK (SQLITE_OK ==
sqlite3_exec (plugin->dbh,
- "PRAGMA page_size=409
2
", NULL, NULL,
+ "PRAGMA page_size=409
6
", NULL, NULL,
ENULL));
CHECK (SQLITE_OK ==