htap
Here are 24 public repositories matching this topic...
-
Updated
Jun 1, 2022 - C
Describe your question
平台:mac m1 arm64
容器平台: docker desktop V4.5.0
docker版本:Server Version: 20.10.12 Storage Driver: overlay2
运行镜像:oceanbase/oceanbase-ce standalone-3.1.3
启动命令:docker run -p 2881:2881 --name obstandalone --platform linux/amd64 -e MINI_MODE=1 -d oceanbase/oceanbase-ce:standalone-3.1.3
启动过程中的问题:
启动执行 docker logs obstandalone 有以下信息
generate boot.yaml ...
/root/boot
-
Updated
Jun 1, 2022 - C
After successful compilation through the source code, how can I configure, I can deploy a cluster version
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
Several showcase SQL requires the support of this function:
select DATE_FORMAT(b.measurement_time,'%Y-%m-%d')
select DATE_FORMAT(FROM_UNIXTIME(tm.create_time), %Y%m%d)Describe the feature you'd like
-
Updated
Jun 1, 2022 - Makefile
-
Updated
May 13, 2021 - C++
-
Updated
Oct 25, 2021 - Go
-
Updated
Feb 10, 2022 - Java
-
Updated
Apr 29, 2022 - Rust
-
Updated
Mar 31, 2020 - Shell
-
Updated
Nov 23, 2020
-
Updated
Jul 3, 2020 - Java
-
Updated
Jan 14, 2022 - Shell
-
Updated
May 22, 2018 - C++
Improve this page
Add a description, image, and links to the htap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the htap topic, visit your repo's landing page and select "manage topics."
Enhancement
Some system variables either have no type (default: TypeString) or use TypeString when they could use a different builtin type (TypeInt, TypeEnum, TypeBool) that is more suited. Here is what I found from manual inspection: