Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用此系统过程将 MobiLink 同步状态记录到 ml_sis_sync_state 系统表中。
1
VARCHAR(128)
2
3
4
5
TIMESTAMP
6
在 publication_nonblocking_download_ack 事件中调用 ml_set_sis_sync_state 系统过程,以允许用户创建用于引用 ml_sis_sync_state 表的 request_cursor 事件。
使用以下脚本指定 publication_nonblocking_download_ack 事件脚本,以记录同步状态:
CALL ml_set_sis_sync_state( {ml s.remote_id}, NULL, {ml s.publication_name}, {ml s.username}, NULL, {ml s.last_publication_download} );