This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 8beb6ef42cd Remove useless FirebirdBlobIdGenerator.getBlobId() (#37940)
8beb6ef42cd is described below
commit 8beb6ef42cdd3ec8c5a57e3e6388b94c767eb518
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Feb 2 23:10:36 2026 +0800
Remove useless FirebirdBlobIdGenerator.getBlobId() (#37940)
* Remove useless codes on FirebirdTransactionIdGenerator
* Remove useless FirebirdBlobIdGenerator.getBlobId()
---
.../firebird/command/query/blob/FirebirdBlobIdGenerator.java | 10 ----------
1 file changed, 10 deletions(-)
diff --git
a/proxy/frontend/dialect/firebird/src/main/java/org/apache/shardingsphere/proxy/frontend/firebird/command/query/blob/FirebirdBlobIdGenerator.java
b/proxy/frontend/dialect/firebird/src/main/java/org/apache/shardingsphere/proxy/frontend/firebird/command/query/blob/FirebirdBlobIdGenerator.java
index 62b66dda05f..3504087b02b 100644
---
a/proxy/frontend/dialect/firebird/src/main/java/org/apache/shardingsphere/proxy/frontend/firebird/command/query/blob/FirebirdBlobIdGenerator.java
+++
b/proxy/frontend/dialect/firebird/src/main/java/org/apache/shardingsphere/proxy/frontend/firebird/command/query/blob/FirebirdBlobIdGenerator.java
@@ -57,16 +57,6 @@ public final class FirebirdBlobIdGenerator {
return connectionRegistry.get(connectionId).incrementAndGet();
}
- /**
- * Get current blob ID for connection.
- *
- * @param connectionId connection ID
- * @return blob ID
- */
- public long getBlobId(final int connectionId) {
- return connectionRegistry.get(connectionId).get();
- }
-
/**
* Unregister connection.
*