1330571 opened a new pull request, #17551: URL: https://github.com/apache/doris/pull/17551
# Proposed changes Issue Number: close #xxx ## Problem summary Add more fields defined in thrift but not use in beginTxn function ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [X] Is this PR support rollback (If NO, please explain WHY) ## Further comments ### MySQL bin mysql> SET exec_mem_limit = 10000000; Query OK, 0 rows affected (0.01 sec) mysql> begin; mysql> insert into example_tbl values (1,1); mysql> insert into example_tbl values (2,2); mysql> commit; ### Be Log fragment_mgr.cpp:719] Register query/load memory tracker, query/load id: b2c4bfe09f0f4c03-925271683c000d53 limit: 9.54 MB -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
