Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Winkler2012-05-08 10:41:41 +0000
committerStefan Winkler2012-05-08 10:41:41 +0000
commitd61e20f7123a4bc1c2905701dc1eab3ba8839641 (patch)
tree5919d688b3dcb91fb141024aa3c16e422076f29d /plugins/org.eclipse.emf.cdo.tests.db
parentd46eb17f5bdc0c7c18fa975948af7067f744f797 (diff)
downloadcdo-d61e20f7123a4bc1c2905701dc1eab3ba8839641.tar.gz
cdo-d61e20f7123a4bc1c2905701dc1eab3ba8839641.tar.xz
cdo-d61e20f7123a4bc1c2905701dc1eab3ba8839641.zip
377727: [DB] rawReplication of BLOB in mySQL wrong
https://bugs.eclipse.org/bugs/show_bug.cgi?id=377727 Adjusted fix in telco w/ Eike Fixed bug also for CLOBs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql offline).launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql offline).launch b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql offline).launch
index 7f398cdda7..8d2fac1cf4 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql offline).launch
+++ b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql offline).launch
@@ -17,5 +17,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.cdo.tests.db.AllTestsDBMysqlOffline"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests.db"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx1024m"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx1024m&#10;-Dorg.eclipse.net4j.util.om.trace.disable=true"/>
</launchConfiguration>

Back to the top