- 30 6月, 2023 1 次提交
-
-
由 羽飞 提交于
### What problem were solved in this pull request? Problem: 与训练营配合,可以在SQL命令请求过程中,添加调试信息 ### What is changed and how it works? 可以参考 debug-output.md 文档。 增加 sql_debug 变量,使用set sql_debug=1; 可以设置。 在SQL命令执行过程中,调用sql_debug函数,增加调试信息。在普通文本通讯协议中,调试信息会以 '#' 开头的形式打印出来。但是注意调试信息中不要带换行符。 ### Other information
-
- 28 6月, 2023 1 次提交
-
-
由 羽飞 提交于
### What problem were solved in this pull request? Issue Number: close #142 Problem: value和tuple_cell的语义是重合的,所以代码时冗余的 ### What is changed and how it works? 删除tuple_cell,都使用value来替换,并将tuple_cell中的接口都在value中实现 ### Other information
-
- 31 5月, 2023 1 次提交
-
-
由 羽飞 提交于
### What problem were solved in this pull request? Issue Number: close #192 Problem: clang 14编译失败 ### What is changed and how it works? 修复编译错误 ### Other information
-
- 28 1月, 2023 1 次提交
-
-
由 Longda Feng 提交于
-
- 09 1月, 2023 1 次提交
-
-
由 羽飞 提交于
logical plan & physical plan; explain; yacc rewrite; join operator(nested loop join); simple rewrite rules; fix some issues of mysql protocol;
-
- 05 12月, 2022 1 次提交
-
-
由 羽飞 提交于
tested by mariadb ( Ver 15.1 Distrib 5.5.65-MariaDB, for Linux (x86_64) using readline 5.1) but failed with obclient
-
- 17 11月, 2022 1 次提交
-
-
由 羽飞 提交于
-
- 15 10月, 2021 1 次提交
-
-
由 羽飞 提交于
-