Closed Yisaer closed 3 years ago
Signed-off-by: yisaer disxiaofei@163.com
Currently Set transaction read only as of ... will be restored as Set tx_read_only = '1', tx_read_ts = ... while tx_read_only is no-op variable now.
Set transaction read only as of ...
Set tx_read_only = '1', tx_read_ts = ...
tx_read_only
Make Set transaction read only as of ... restored as Set tx_read_ts = ...
Set tx_read_ts = ...
Tests
Signed-off-by: yisaer disxiaofei@163.com
What problem does this PR solve?
Currently
Set transaction read only as of ...
will be restored asSet tx_read_only = '1', tx_read_ts = ...
whiletx_read_only
is no-op variable now.What is changed and how it works?
Make
Set transaction read only as of ...
restored asSet tx_read_ts = ...
Check List
Tests