summaryrefslogtreecommitdiff
path: root/lang/sql/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/sql/README
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'lang/sql/README')
-rw-r--r--lang/sql/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/sql/README b/lang/sql/README
index 143d9de7..68464368 100644
--- a/lang/sql/README
+++ b/lang/sql/README
@@ -3,7 +3,7 @@ Berkeley DB SQL API
Content overview:
===============================================================================
-1) sql/adapater: the source files that implement the changes to SQLite in order
+1) sql/adapter: the source files that implement the changes to SQLite in order
to use Berkeley DB as a storage engine, instead of the default btree
implementation in SQLite.
@@ -54,7 +54,10 @@ Running tests
===============================================================================
Configure based builds:
$ cd build_unix/sql
- $ ./testfixture ../../sqlite-3.*/test/insert.test
+ $ ./testfixture ../../lang/sql/sqlite/test/insert.test
+ (for tests that come with the SQLite package)
+ $ ./testfixture ../../test/sql/bdb_multi_proc.test
+ (for tests written specifically for Berkeley DB's SQLite API)
To debug into the SQLite code:
$ gdb --args ./.libs/testfixture ../sqlite-3.*/test/insert.test