oceanbase / oceanbase/oceanbase

[Feature] Support MySQL help command in OceanBase

Open
#1,006 1 comment 0 reactions 1 assignee View on GitHub

@Junkrat77 is already working on this.

Since Jul 26, 2022.

  • #1028 by @Junkrat77 — closed without merging
type: feature
Dominant language
C++
Stars
10.3k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.
There is no syntax help when logging in to the OB command line. For example, you can view the corresponding help information by executing help create table on the native MySQL command line.
It is suggested that this function can also be supported in the OB command line to improve the usability of the product.

MySQL example:
image

Describe the solution you'd like
Add four new help system tables in database mysql namely (help_category, help_topic,help_keyword and help_relation). Add support for Help syntax in SQL module. Provides a method to update the help tables to allow more people to contribute code.

detailed descriptions refer to https://github.com/oceanbase/oceanbase/discussions/992

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.