Transactions recorded for ACL equiv. groups

What is the need for recording a transaction on each new "ACL equiv."
group ? To me it just fill the transactions table uselessly … unless
I’m missing something …

What is the need for recording a transaction on each new “ACL equiv.”
group ? To me it just fill the transactions table uselessly … unless
I’m missing something …

I suspect that was a side-effect of another change.

What is the need for recording a transaction on each new “ACL equiv.”
group ? To me it just fill the transactions table uselessly … unless
I’m missing something …

I suspect that was a side-effect of another change.

That’s pretty old: a3ce1e6e513ccb9e00064a85f618aeabd38a6d14
Tue Mar 9 17:35:19 2004 +0000

this commits setup _RecordTransaction as a default in Group::_Create
Group::_CreateACLEquivalenceGroup doesn’t set this to 0.

So I propose to add _RecordTransaction=>0 in
Group::_CreateACLEquivalenceGroup and create an optionnal
shrink-transactions upgrade script?

What is the need for recording a transaction on each new “ACL equiv.”
group ? To me it just fill the transactions table uselessly … unless
I’m missing something …

I suspect that was a side-effect of another change.

That’s pretty old: a3ce1e6e513ccb9e00064a85f618aeabd38a6d14
Tue Mar 9 17:35:19 2004 +0000

this commits setup _RecordTransaction as a default in Group::_Create
Group::_CreateACLEquivalenceGroup doesn’t set this to 0.

So I propose to add _RecordTransaction=>0 in
Group::_CreateACLEquivalenceGroup and create an optionnal
shrink-transactions upgrade script?

That seems not-unreasonable to me.

That’s pretty old: a3ce1e6e513ccb9e00064a85f618aeabd38a6d14
Tue Mar 9 17:35:19 2004 +0000

this commits setup _RecordTransaction as a default in Group::_Create
Group::_CreateACLEquivalenceGroup doesn’t set this to 0.

So I propose to add _RecordTransaction=>0 in
Group::_CreateACLEquivalenceGroup and create an optionnal
shrink-transactions upgrade script?

That seems not-unreasonable to me.

done.