mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 1980 Add use index to document select query
add low priority to document DML query git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10665 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3bbddf032e
commit
4d4b66d0d2
6 changed files with 10 additions and 9 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<query id="deleteDocument" action="delete">
|
||||
<query id="deleteDocument" action="delete" priority="LOW">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<priority type="low" />
|
||||
<conditions>
|
||||
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue