6gp107fHJTqkW1VlY9vDkf changeset

Changeset393636343237 (b)
ParentNone (a)
ab
0+1> couchbeam:start().
0+** Found 0 name clashes in code paths
0+ok
0+2>  Connection = couchbeam_server:start_connection_link().
0+<0.59.0>
0+3> Connection1 = couchbeam_manager:get_connection(default).
0+<0.59.0>
0+4> Db = couchbeam_server:open_db(default, "testdb").
0+<0.66.0>
0+5> couchbeam_db:db_info(Db).
0+[{<<"db_name">>,<<"testdb">>},
0+ {<<"doc_count">>,4},
0+ {<<"doc_del_count">>,0},
0+ {<<"update_seq">>,7},
0+ {<<"purge_seq">>,0},
0+ {<<"compact_running">>,false},
0+ {<<"disk_size">>,28761},
0+ {<<"instance_start_time">>,<<"1254082676994803">>},
0+ {<<"disk_format_version">>,4}]
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Revision None
+++ Revision 393636343237
@@ -0,0 +1,19 @@
+1> couchbeam:start().
+** Found 0 name clashes in code paths
+ok
+2> Connection = couchbeam_server:start_connection_link().
+<0.59.0>
+3> Connection1 = couchbeam_manager:get_connection(default).
+<0.59.0>
+4> Db = couchbeam_server:open_db(default, "testdb").
+<0.66.0>
+5> couchbeam_db:db_info(Db).
+[{<<"db_name">>,<<"testdb">>},
+ {<<"doc_count">>,4},
+ {<<"doc_del_count">>,0},
+ {<<"update_seq">>,7},
+ {<<"purge_seq">>,0},
+ {<<"compact_running">>,false},
+ {<<"disk_size">>,28761},
+ {<<"instance_start_time">>,<<"1254082676994803">>},
+ {<<"disk_format_version">>,4}]