diff --git a/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml b/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml index babd1de60..82bc997c9 100644 --- a/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml +++ b/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml @@ -2447,6 +2447,27 @@ correctly. To enable clob functionality, set this to true. Defaults to false. + + + + + MySQL + + + OptimizeMultiTableDeletes + + +OptimizeMultiTableDeletes: MySQL as of version 4.0.0 +supports multiple tables in DELETE statements. When +this option is set, OpenJPA will use that syntax when doing bulk deletes +from multiple tables. This can happen when the +deleteTableContents SchemaTool +action is used. (See for +more info about deleteTableContents.) Defaults to +false, since the statement may fail if using InnoDB +tables and delete constraints. + +