Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mycat 1.4 疑似bug #10

Closed
charleslee89 opened this issue Aug 19, 2015 · 2 comments
Closed

mycat 1.4 疑似bug #10

charleslee89 opened this issue Aug 19, 2015 · 2 comments

Comments

@charleslee89
Copy link

childTable 设置autoIncrement,全局seq并没有起作用。1.3下是可以的。

@magicdoom
Copy link
Contributor

    <table name="ff"  primaryKey="ID" autoIncrement="true"  dataNode="dn$1-5" rule="sharding-by-murmur">
    <childTable name="child" joinKey="t_id"   autoIncrement="true"   primaryKey="ID"
    parentKey="id" />
    </table>

你参考下这个配置,是可以的

@charleslee89
Copy link
Author

记录一下, 群里确认了是1.4的bug,@magicdoom 回复的时候 已经修复了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants