apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.

Home Page:https://seata.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.0版本中,client检查UNDO_LOG表是否存在适合,存在问题

iokane opened this issue · comments

版本:2.0
数据库:SQLServer2014
异常情况:CHECK_UNDO_LOG_TABLE_EXIST_SQL = "SELECT 1 FROM " + UNDO_LOG_TABLE_NAME + " LIMIT 1";

SQL Server中没有LIMIT