-
Couldn't load subscription status.
- Fork 24
Open
Description
I am not sure is there any settings I am missing or configuration I could set up.
I have following test table:
mysql> desc test;
+--------------+------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+--------------+------------+------+-----+---------------------+-------+
| pid | bigint(21) | YES | | NULL | |
| id | bigint(20) | NO | | 0 | |
| post.id | bigint(20) | NO | | 0 | |
| page_id | bigint(20) | NO | | 0 | |
| fb_id | bigint(20) | YES | | NULL | |
| message | text | YES | | NULL | |
| can_remove | tinyint(1) | YES | | NULL | |
| created_time | timestamp | NO | | 0000-00-00 00:00:00 | |
+--------------+------------+------+-----+---------------------+-------+
8 rows in set (0.19 sec)
replicator_manager.settings tables:
query : SELECT * from test ;
interval : 120
mysql_replicator_multi: execution finished. :setting_name=>cascadedata.test :rows_count=>2174805 :elapsed_time=>7529.38 sec
Any idea? Thanks for any comment. :)
Metadata
Metadata
Assignees
Labels
No labels