jorgie.li

Results 6 issues of jorgie.li

MySQL Server ResultSetPacket.characterSet设置是否不对?在Workbench抛行查询语句抛 11:50:04 show tables Error Code: 0 Server sent unknown charsetnr (0) . Please report

bug

1、用新加conf/users.properties文件配置用户名、密码、Schema 2、修改MySQLHandshakeHandler,支持用户验证

enhancement

where is "/code/docker-compose-executor.sh" and how do install this executor into mesos

### Description I sync my project db from the TrinityCore the master branch, and I found there are a lot miss data on creature_template and creature table, they have DISALLOWED...

Feedback-PatchFix
Comp-Database
Branch-master
Invalid-IncompleteData/OrNotTrinityCore

DEBUG Character (Guid: GUID Full: 0x0000000000000001 Type: Player Entry: 0 Low: 1) logging in INFO WorldSession::SendConnectToInstance INFO WorldSession::SendConnectToInstance INFO WorldSession::SendConnectToInstance INFO WorldSession::SendConnectToInstance INFO WorldSession::SendConnectToInstance TRACE [Player: ] failed to connect...

粗略的看了一下代码,以下是觉得有疑惑的地方,希望能得到作者的解答: 1、CobarSqlMapClientTemplate.sqlMapClient.dataSource没有被加入MultipleDataSourcesTransactionManager管控中,如果这个数据源不在ICobarDataSourceService内声明(就像参考文档那样配置数据源),当路由到这个默认的数据源,事务还能完整吗? 2、基于HotSwappableTargetSource代理的数据源切换会对事务产生影吗?如一个事务中有两个操作,第一个操作在主库完成后主库挂了,第二个操作被切换到次库上,这样事务会有影响吗? 3、如果在这个基础上扩展一个支持读写分离的DataSourceDescriptor,也用HotSwappableTargetSource代理实现数据源切换,发现实现起来很吃力,还可能会有2中的问题。我也看了一下2.0的代码,shard好像也没支持这一部分。因为我现在正要实现这一步分的功能,作者研究这一块应该挺长时间了,希望能得到一些指点。 4、我觉得路由配置可以做的更简单,路由规则配置应该与sqlmap或namespace分离,sqlmap或namespace只需要绑定那个路由规则就可以了,因为多个sqlmap或namespace可以绑定一个路由规则。就像servlet写义与url-mapping的关系,是不是可以变的简单点?