matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Feature Request]: Support AUTOCOMMIT variable

Open domingozhang opened this issue 3 years ago • 1 comments

Is there an existing issue for the same feature request?

  • [X] I have checked the existing issues.

Is your feature request related to a problem?

No response

Describe the feature you'd like

In MySQL, there is a variable named AUTOCOMMIT. If set to 1, all changes to a table take effect immediately. If set to 0, you must use COMMIT to accept a transaction or ROLLBACK to cancel it. If autocommit is 0 and you change it to 1, MySQL performs an automatic COMMIT of any open transaction. Another way to begin a transaction is to use a START TRANSACTION or BEGIN statement.

Describe implementation you've considered

No response

Documentation, Adoption, Use Case, Migration Strategy

No response

Additional information

No response

domingozhang avatar Jul 04 '22 02:07 domingozhang

The Autocommit variable has been supported now.

daviszhen avatar Jul 27 '22 13:07 daviszhen