rhymix/modules/document/queries/deleteDocument.xml
ovclas 048866cd25 #19685832 add index hint when document select query.
add low_priority when docuement insert, update, delete query. because select slow query table lock.


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8289 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-11 08:41:40 +00:00

9 lines
290 B
XML

<query id="deleteDocument" action="delete">
<tables>
<table name="documents" />
</tables>
<priority type="low" />
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>