You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2011/11/23 10:34:14 UTC

svn commit: r799153 - /websites/staging/rave/trunk/content/rave/documentation/configure-database.html

Author: buildbot
Date: Wed Nov 23 09:34:13 2011
New Revision: 799153

Log:
Staging update by buildbot

Modified:
    websites/staging/rave/trunk/content/rave/documentation/configure-database.html

Modified: websites/staging/rave/trunk/content/rave/documentation/configure-database.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/configure-database.html (original)
+++ websites/staging/rave/trunk/content/rave/documentation/configure-database.html Wed Nov 23 09:34:13 2011
@@ -141,7 +141,7 @@ The default portal properties can be fou
 
 
 <h4 id="notes">Notes</h4>
-<p>The DataSourcePopulator uses a single statement to execute all queries in the configured SQL files. The MySQL JDBC driver does not allow this by default, unless you add <code>allowMultiple=true</code> to the driver URL.</p>
+<p>The DataSourcePopulator uses a single statement to execute all queries in the configured SQL files. The MySQL JDBC driver does not allow this by default, unless you add <code>allowMultiQueries=true</code> to the driver URL.</p>
 <h3 id="postgresql">PostgreSQL</h3>
 <h4 id="jdbc_driver_1">JDBC driver</h4>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>