search for: transaction_active

Displaying 4 results from an estimated 4 matches for "transaction_active".

2008 Mar 13
0
Memory consume issue
...ze() " << mod_plists.size() << // ", doclens.size() " << doclens.size() << // ", freq_deltas.size() " << freq_deltas.size() << endl; if (++change_count >= flush_threshold) { flush_postlist_changes(); if (!transaction_active()) apply(); }Looks the author also noticed the memory usage.Could you please tell me the progress of the issue's fixing? Thanks a lot! _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://mes...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...compilation of Solaris ACL module. * BUG 9581: gensec: Allow login without a PAC by default. * BUG 9596: Linked attribute handling should be by GUID. * BUG 9598: Use pid,task_id as cluster_id in process_single just like process_prefork. * BUG 9609: ldb: Ensure to decrement the transaction_active whenever we delete a transaction. * BUG 9609: Add 'ldbdump' tool. * BUG 9609: ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h. * BUG 9609: ldb: Change ltdb_unpack_data to take an ldb_context. * BUG 9610: dsdb: Make secrets_tdb_sync cope with -...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...compilation of Solaris ACL module. * BUG 9581: gensec: Allow login without a PAC by default. * BUG 9596: Linked attribute handling should be by GUID. * BUG 9598: Use pid,task_id as cluster_id in process_single just like process_prefork. * BUG 9609: ldb: Ensure to decrement the transaction_active whenever we delete a transaction. * BUG 9609: Add 'ldbdump' tool. * BUG 9609: ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h. * BUG 9609: ldb: Change ltdb_unpack_data to take an ldb_context. * BUG 9610: dsdb: Make secrets_tdb_sync cope with -...
2008 Sep 13
4
Setting up RoR with Postgresql ---heeellpp!
Hi there, I''ve been trying for a few hours now to get RoR and postgresql talking - but I''m very confused about what''s going on (I''m running windows btw). I haven''t created a database in postgresql (I''m assuming that RoR will do that?) my database.yml looks like this: production: adapter: ruby-postgres database: rails_production