LFC

Results 78 comments of LFC

It can be done by calling `Mailbox::broadcast` to submit a "script invalidation request" to all the frontend nodes. There's an example to start with, see struct `InvalidateCache`.

Navicat will submit "show status" and "show table status" upon connection.

ping @TheR1sing3un , any updates?

@naosense Sure. The "copy from" statement is parsed in file "copy_parser.rs", you can start from there. First you might want to see how "where" can be parsed in sqlparser. If...

@naosense that's ok, feel free to take another good first issue!

@okJiang we can make things a lot simpler by restricting the allowed syntax here. The filters in `copy from` stmt only take one of the following 3 forms: - `where...

赞!非常感谢! 最近也打算学习netty的源码,结果今天就看到了这个。实在是太好了 :) > 在 2014年10月28日,下午7:43,LiangRui He [email protected] 写道: > > Hi > 最近正好也在研究netty的源码,有幸能看到您的源码分析文章,于是临时起意把netty.3.9.4.Final中的源码进行了精简,只保留最核心一部分模块的代码,方便大家阅读。不知能否和您这边的项目进行整合或者相互链接引用? > > github:https://github.com/nyankosama/trivial-netty-source https://github.com/nyankosama/trivial-netty-source > — > Reply to this email directly or view it on...

ping @tabokie , any chance got this PR merged? cc @skyline75489