Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: initialize transactionMu in NewAdapterByDBUseTableName
constructor NewAdapterByDBUseTableName should initialize transactionMu, otherwise it will ~~panic~~ blocked due to that cas when calling Transaction Besides, a few other constructors also depend on NewAdapterByDBUseTableName, if transactionMu is not initialized in NewAdapterByDBUseTableName, it will blocked as well.
- Loading branch information