File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common/src/main/java/org/apache/seata/common Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1215,7 +1215,7 @@ public interface ConfigurationKeys {
12151215 /**
12161216 * The constant VGROUP_TABLE_NAME
12171217 */
1218- String VGROUP_TABLE_NAME = STORE_DB_PREFIX + FILE_CONFIG_SPLIT_CHAR + "vgroup-table " ;
1218+ String VGROUP_TABLE_NAME = STORE_DB_PREFIX + "vgroupTable " ;
12191219
12201220 /**
12211221 * The constant NAMESPACE_KEY
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ store.db.maxConn=30
133133store.db.globalTable=global_table
134134store.db.branchTable=branch_table
135135store.db.distributedLockTable=distributed_lock
136- store.db.vgroupTable=vgroup-table
136+ store.db.vgroupTable=vgroup_table
137137store.db.queryLimit=100
138138store.db.lockTable=lock_table
139139store.db.maxWait=5000
You can’t perform that action at this time.
0 commit comments