yinxiu
|
7b29828f60
|
add AbstractCanalInstance and remove duplicate code
|
2016-01-08 20:32:08 +08:00 |
|
yinxiu
|
9164fe4ca7
|
make canal server become a single instance
|
2016-01-07 17:23:58 +08:00 |
|
agapple
|
72ceb58fa3
|
fixed issue #135 , isUpdate bugfix
|
2015-12-02 14:37:06 +08:00 |
|
agapple
|
44f2b74862
|
fixed issue #130 , support mysql5.6 time2/timestamp2/datetime2 javaType
|
2015-11-13 14:16:12 +08:00 |
|
agapple
|
5a34195201
|
Merge pull request #128 from likeloveluck/simple_ddl_pattern
fix rename table ddl parser tablename and schemaname error
|
2015-09-07 15:49:12 +08:00 |
|
jiawei
|
d976932177
|
fix rename table ddl parser tablename and schemaname error
|
2015-09-01 12:17:41 +08:00 |
|
agapple
|
d887c8f763
|
Merge pull request #127 from dozer47528/master
fix not skip filter and read the error data
|
2015-08-04 11:24:14 +08:00 |
|
Dozer
|
197a1446b7
|
fix not skip filter and read the error data
|
2015-07-31 17:18:42 +08:00 |
|
agapple
|
155c00b256
|
Merge pull request #124 from smilingleo/master
fixed a hard coded mysql host ip address
|
2015-07-28 13:51:44 +08:00 |
|
Leo
|
b16f4844a1
|
fixed a hard coded mysql host ip address
|
2015-07-23 10:42:03 +08:00 |
|
agapple
|
f2f2bfb538
|
add rename testcase
|
2015-07-17 14:43:15 +08:00 |
|
agapple
|
5f6580399c
|
fixed format
|
2015-07-17 14:41:39 +08:00 |
|
agapple
|
10930b9e3d
|
Merge pull request #122 from likeloveluck/rename_bug_fix
修复rename table命令中包含多个表,解析失败问题
|
2015-07-17 14:33:38 +08:00 |
|
jiawei
|
d1afeb7540
|
change result reference
|
2015-07-16 19:25:46 +08:00 |
|
jiawei
|
119af9fca1
|
change rename operate
|
2015-07-15 19:20:30 +08:00 |
|
agapple
|
f0ce4b569e
|
Merge pull request #121 from huyanping/patch-1
Update README.md
|
2015-07-14 16:59:24 +08:00 |
|
Jenner
|
4459b8acdf
|
Update README.md
|
2015-07-14 14:42:13 +08:00 |
|
agapple
|
bb5d5749bd
|
Merge pull request #120 from smilingleo/master
增加了一个脚本来自动获取mysql master binlog信息,并自动更新instance配置文件
|
2015-07-05 11:10:56 +08:00 |
|
smilingleo
|
169baafb8b
|
correct format
|
2015-07-03 10:32:40 +08:00 |
|
smilingleo
|
199f30de87
|
add a script to fetch mysql master binlog file and sync position automatically
|
2015-07-03 10:29:58 +08:00 |
|
smilingleo
|
87c14f0b51
|
Revert "test"
This reverts commit f35d965f63.
|
2015-07-03 10:08:03 +08:00 |
|
smilingleo
|
f35d965f63
|
test
|
2015-07-03 10:02:10 +08:00 |
|
agapple
|
9956b3557f
|
[maven-release-plugin] prepare for next development iteration
|
2015-06-30 10:23:54 +08:00 |
|
agapple
|
452fae15fc
|
[maven-release-plugin] prepare release canal-1.0.20
canal-1.0.20
|
2015-06-30 10:23:45 +08:00 |
|
agapple
|
3d6174f857
|
fixed issue #119 , support binlog row image noblob/minimal
|
2015-06-29 23:52:37 +08:00 |
|
agapple
|
21abbbfe47
|
fixed issue #116 , process create index bug
|
2015-05-05 10:52:56 +08:00 |
|
agapple
|
89056490c3
|
upgrade fastjson version
|
2015-04-30 11:25:24 +08:00 |
|
agapple
|
c935f06344
|
remove compiler warning
|
2015-04-30 11:20:25 +08:00 |
|
agapple
|
eeaf5ce910
|
fixed issue #116 , process empty array
|
2015-04-30 11:06:10 +08:00 |
|
agapple
|
c3f2ad08cd
|
fixed warning
|
2015-04-28 21:33:28 +08:00 |
|
agapple
|
7ebb3fd1ab
|
fixed code template and format
|
2015-04-28 21:11:41 +08:00 |
|
agapple
|
ea889cb004
|
Merge pull request #115 from wenerme/master
Typo,javadoc 修正, 更新 guava 到18.0
|
2015-04-28 20:26:41 +08:00 |
|
wener
|
596b060649
|
cleanup code, extract CanalService
|
2015-04-27 14:57:01 +08:00 |
|
wener
|
fc9b616f4a
|
添加遗漏的 MigrateMap
|
2015-04-24 09:36:47 +08:00 |
|
wener
|
6a0733bbab
|
update guava to 18.0, magriate compute map by package level implement
|
2015-04-23 22:15:57 +08:00 |
|
wener
|
bdf3b0c861
|
typo, javadoc,code cleanup
|
2015-04-23 17:25:36 +08:00 |
|
wener
|
d01e82ce3c
|
fix typo embeded -> embedded
|
2015-04-23 16:23:34 +08:00 |
|
agapple
|
ae521195c5
|
Merge pull request #113 from WalterInSH/master
add missing api parameter doc
|
2015-04-10 12:39:38 +08:00 |
|
Walter
|
5529dad14b
|
add missing api parameter doc
|
2015-04-09 17:35:28 +08:00 |
|
agapple
|
b0143520eb
|
fixed issue #112 , add mysql 5.6 useconds parse
|
2015-03-30 18:04:26 +08:00 |
|
agapple
|
5b56a027e5
|
Merge pull request #110 from frew/master
FileLogFetcher's fetch() method should fix up position and origin even i...
|
2015-01-30 20:54:22 +08:00 |
|
agapple
|
50d4b18556
|
Update README.md
|
2015-01-30 14:27:06 +08:00 |
|
Fred Wulff
|
f9edeca6d2
|
FileLogFetcher's fetch() method should fix up position and origin even if we weren't successful at fetching anything from the file
|
2015-01-29 11:51:34 -08:00 |
|
agapple
|
5ade057113
|
fixed issue #106 , logger exception
|
2014-12-26 20:23:59 +08:00 |
|
agapple
|
befc31146a
|
fixed parse instance
|
2014-12-26 11:29:00 +08:00 |
|
agapple
|
ac4970ef3a
|
fixed issue #105 , seek method add format eventType parse
|
2014-12-17 22:08:36 +08:00 |
|
agapple
|
13bf7c85a0
|
fixed search by time
|
2014-12-17 20:57:12 +08:00 |
|
agapple
|
a2ae8cda50
|
remove setEventFilter
|
2014-12-10 13:48:50 +08:00 |
|
agapple
|
42b164f860
|
Merge pull request #104 from mczcl/master
修复了重复订阅没有真正修改过滤器的问题
|
2014-12-10 13:37:48 +08:00 |
|
zelin.miao
|
aac4d95b19
|
修复了重复订阅没有真正修改过滤器的问题
|
2014-12-05 23:56:42 +08:00 |
|