修复jdbc setMaxRows事务不会自动提交的问题
This commit is contained in:
luozihao
2023-03-07 21:23:25 +08:00
committed by Cross-罗
parent 93cf8543c1
commit 368aca5037
3 changed files with 13 additions and 3 deletions

View File

@ -125,7 +125,7 @@ public:
void executeInit();
bool executeEnd(const char* portal_name, bool* completionTag);
bool executeEnd(const char* portal_name, bool* completionTag, long max_rows);
void auditRecord();