You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#715 once tried to introduce a simpler cut over logic, but it was not merged. Now our team is developing a MySQL compatible binlog service of OceanBase database called OceanBase Binlog Service, which also supports the renaming locked table feature that was introduced to MySQL from 8.0.13. But the OceanBase database does not support parallel DDL now, that is, the rename process in the original atomic cut over function cannot be executed normally. Therefore, in order to support OceanBase Binlog Service, I want to introduce the new cut over function again.
I want to add a function named atomicCutOverRenameWithLock, which will lock the origin table and the ghost table firstly, and rename these two tables in the same session. This function should be called when connecting to OceanBase or MySQL version 8.0.13 or later.
The text was updated successfully, but these errors were encountered:
whhe
linked a pull request
Jul 19, 2024
that will
close
this issue
#715 once tried to introduce a simpler cut over logic, but it was not merged. Now our team is developing a MySQL compatible binlog service of OceanBase database called OceanBase Binlog Service, which also supports the renaming locked table feature that was introduced to MySQL from 8.0.13. But the OceanBase database does not support parallel DDL now, that is, the rename process in the original atomic cut over function cannot be executed normally. Therefore, in order to support OceanBase Binlog Service, I want to introduce the new cut over function again.
I want to add a function named
atomicCutOverRenameWithLock
, which will lock the origin table and the ghost table firstly, and rename these two tables in the same session. This function should be called when connecting to OceanBase or MySQL version 8.0.13 or later.The text was updated successfully, but these errors were encountered: