Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / MyCATApache/Mycat-Server issues and pull requests
#51 - fix reload bug
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#50 - 主键缓存找到路由就退出当前循环,防止后面走其他逻辑导致路由错误。
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#50 - 主键缓存找到路由就退出当前循环,防止后面走其他逻辑导致路由错误。
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#49 - FIXED NullPointerException on execution select next value for MYCATSEQ_XXXX
Pull Request -
State: closed - Opened by runfriends almost 10 years ago
#49 - FIXED NullPointerException on execution select next value for MYCATSEQ_XXXX
Pull Request -
State: closed - Opened by runfriends almost 10 years ago
#48 - select next value for MYCATSEQ_XXXX抛出空指针异常
Issue -
State: closed - Opened by runfriends almost 10 years ago
- 1 comment
#48 - select next value for MYCATSEQ_XXXX抛出空指针异常
Issue -
State: closed - Opened by runfriends almost 10 years ago
- 1 comment
#47 - select last_insert_id()返回的值不是刚刚插入的那个
Issue -
State: closed - Opened by runfriends almost 10 years ago
- 1 comment
#47 - select last_insert_id()返回的值不是刚刚插入的那个
Issue -
State: closed - Opened by runfriends almost 10 years ago
- 1 comment
#46 - druid1.0.12已发布,支持insert into...values(),()...的代码放开
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#45 - as required by leader, i changed single thread pool into a wild thead in...
Pull Request -
State: closed - Opened by runfriends almost 10 years ago
#44 - primaryKey与partitionKey都存在时,insert路由错误。测试表<table name="travelrecord" aut...
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#43 - fixed a bug and optimized in MyCATSequenceProcessor
Pull Request -
State: closed - Opened by runfriends almost 10 years ago
- 1 comment
#42 - 版本号改为5.5.8-mycat-1.3
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#41 - add url about Mycat in action doc in readme.md and readme_Chinese.md
Pull Request -
State: closed - Opened by runfriends almost 10 years ago
- 1 comment
#40 - create rehash tool, change some spelling mistakes
Pull Request -
State: closed - Opened by runfriends almost 10 years ago
- 1 comment
#39 - 解决了连接JDBC的出现空指针的小bug
Pull Request -
State: closed - Opened by sohudo almost 10 years ago
- 1 comment
#38 - 补充fdb和druid两种路由解析单元测试(FdbRouteStrategyTest、DruidMysqlRouteStrategyTest),...
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#37 - 监控命令show @@datasource中 参数 ACTIVE目前无效
Issue -
State: open - Opened by kevin8090 almost 10 years ago
- 1 comment
Labels: wontfix
#36 - 修复BUG:后端连接事件失败后,没有通知OnConnectionFailed事件,导致心跳检查异常
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#35 - add logs dir
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#34 - add catlet dir
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#33 - 修复当连接不上的时候Handler为空导致的空指针异常
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#32 - 子查询的别名条件忽略掉,不参数路由计算,否则后面找不到表,测试语句SELECT UM.UserId , UM.MenuId ,SM.Paren...
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#31 - 解决druid解析空指针问题:表不存在时一个select多表查询的语句出现空指针
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#30 - 动态Calet机制完成
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#29 - 1、支持childTable的insert 2、insert语句字符串解析加入一些检验异常,如不给出columnlist的提示,insert ....
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#28 - Merge remote-tracking branch 'origin/master'
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#27 - Update HeapItf.java
Pull Request -
State: closed - Opened by coderczp almost 10 years ago
#26 - 排序中区分升降序
Pull Request -
State: closed - Opened by coderczp almost 10 years ago
#25 - 解决测试程序问题
Pull Request -
State: closed - Opened by jaggerliu almost 10 years ago
#24 - 删除排序的重复代码,默认改为堆排序
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#23 - MPP 单线程异步Job Bug导致排序出现空指针的Bug修复
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#22 - druidparser limit逻辑错误(select * from tableName limit 2查出4条结果)
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#21 - mpp 框架优化 ,一个线程异步执行
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#20 - 修复一些协议相关的Bug
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#19 - 修改了排序算法
Pull Request -
State: closed - Opened by coderczp almost 10 years ago
#18 - 连接读问题的错误代码修正
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#17 - 读写恢复原来版本
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#16 - NIO read=0导致CPU 100%的问题修复,重构了MulitQuery的一些问题
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#15 - 排序分组的集合用并发集合解决同步的BUG
Pull Request -
State: closed - Opened by apachemycat almost 10 years ago
#14 - move calenader field to local var
Pull Request -
State: closed - Opened by leader-us almost 10 years ago
#13 - 增加一条记录,唯一索引问题
Issue -
State: closed - Opened by tzwdbd almost 10 years ago
- 3 comments
Labels: question
#12 - 回退分组的代码修复bug
Pull Request -
State: closed - Opened by coderczp almost 10 years ago
- 1 comment
#11 - fix an NullPointerException
Pull Request -
State: closed - Opened by runfriends almost 10 years ago
- 2 comments
#10 - 优化NIO Read过程,避免中间变量
Pull Request -
State: closed - Opened by leader-us almost 10 years ago
- 1 comment
#9 - 调整druid解析流程,消除重复代码,使代码结构更好
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#8 - ReplaceStatement can't be supported,use insert into ...on duplicate key update... instead
Pull Request -
State: closed - Opened by wdw1206 almost 10 years ago
#7 - coderczp的排序功能代码
Pull Request -
State: closed - Opened by jaggerliu almost 10 years ago
#3 - test
Pull Request -
State: closed - Opened by linzhiqiang0514 almost 10 years ago
#2 - add the website, document and download links to README.md and README_Chi...
Pull Request -
State: closed - Opened by thatcat almost 10 years ago
#1 - translated the README.md to english of markdown format
Pull Request -
State: closed - Opened by thatcat almost 10 years ago