Skip to content

Commit e9fa8ac

Browse files
authored
add show @@connection_pool (#2079)
1 parent 30f9c90 commit e9fa8ac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/com/actiontech/dble/manager/response/ShowHelp.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2016-2020 ActionTech.
3-
* based on code by MyCATCopyrightHolder Copyright (c) 2013, OpenCloudDB/MyCAT.
4-
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher.
5-
*/
2+
* Copyright (C) 2016-2020 ActionTech.
3+
* based on code by MyCATCopyrightHolder Copyright (c) 2013, OpenCloudDB/MyCAT.
4+
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher.
5+
*/
66
package com.actiontech.dble.manager.response;
77

88
import com.actiontech.dble.backend.mysql.PacketUtil;
@@ -148,7 +148,7 @@ private static RowDataPacket getRow(String stmt, String desc, String charset) {
148148
HELPS.put("show @@user.privilege", "Report privilege of all business user in this dble");
149149
HELPS.put("show @@questions", "Report the questions & transactions have been executed in server port");
150150
HELPS.put("show @@data_distribution where table ='schema.table'", "Report the data distribution in different sharding node");
151-
151+
HELPS.put("show @@connection_pool", "Report properties of connection pool");
152152

153153
// kill
154154
HELPS.put("kill @@connection id1,id2,...", "Kill the specified connections");

0 commit comments

Comments
 (0)