mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.2 to HEAD
11053: Reinstate transaction count for FULL index recover 11055: Build fix 11056: Fix bug/Build - finding deleted people 11057: Clean any people that should not be there at the start of the tests .. 11063: Throw detailed failure message when Authority list size is incorrect 11075: Build fix 11145: Fixed FK index name git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11222 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
column="store_id"
|
||||
not-null="true"
|
||||
lazy="false"
|
||||
foreign-key="fk_alf_n_store"
|
||||
foreign-key="fk_alf_node_store"
|
||||
fetch="join" />
|
||||
<!-- the store-unique identifier -->
|
||||
<property name="uuid" column="uuid" type="string" length="36" />
|
||||
|
@@ -122,6 +122,13 @@
|
||||
]]>
|
||||
</query>
|
||||
|
||||
<query name="txn.CountTransactions">
|
||||
select
|
||||
count(txn.id)
|
||||
from
|
||||
org.alfresco.repo.domain.hibernate.TransactionImpl as txn
|
||||
</query>
|
||||
|
||||
<query name="txn.GetTxnUpdateCountForStore">
|
||||
select
|
||||
count(node.uuid)
|
||||
|
Reference in New Issue
Block a user