Repository: openmeetings
Updated Branches:
  refs/heads/3.3.x eef3a3ebc -> 68d078cd0


no jira: MySql DB name for 3.3 is changed


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/68d078cd
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/68d078cd
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/68d078cd

Branch: refs/heads/3.3.x
Commit: 68d078cd0f422a385929ae35b16cd5543b431877
Parents: eef3a3e
Author: Maxim Solodovnik <[email protected]>
Authored: Thu May 18 08:36:50 2017 +0700
Committer: Maxim Solodovnik <[email protected]>
Committed: Thu May 18 08:36:50 2017 +0700

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/68d078cd/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
----------------------------------------------------------------------
diff --git 
a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
 
b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
index 06525f8..fc79038 100644
--- 
a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
+++ 
b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
@@ -69,7 +69,7 @@
                        <property name="openjpa.ConnectionDriverName" 
value="org.apache.commons.dbcp2.BasicDataSource" />
                        <property name="openjpa.ConnectionProperties"
                                value="DriverClassName=com.mysql.jdbc.Driver
-                                       , 
Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000&amp;useSSL=false
+                                       , 
Url=jdbc:mysql://localhost:3306/openmeetings_3_3?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000&amp;useSSL=false
                                        , MaxActive=100
                                        , MaxWait=10000
                                        , TestOnBorrow=true

Reply via email to