Skip to content

Commit

Permalink
[docs](stats) add sidebars for stats docs #31309 (#31352)
Browse files Browse the repository at this point in the history
add sidebars for new docs in pr: #27176 #27461
  • Loading branch information
cambyzju authored Feb 26, 2024
1 parent 1fc4e80 commit c01b5c3
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ under the License.

### Name

<version since="2.0"></version>

SHOW ANALYZE

### Description
Expand Down Expand Up @@ -106,4 +108,4 @@ mysql> show analyze task status 20038 ;

### Keywords

SHOW, ANALYZE
SHOW, ANALYZE
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ under the License.

### Name

<version since="2.0"></version>

SHOW COLUMN STATS

### Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ under the License.

### Name

<version since="2.0"></version>

SHOW TABLE STATS

### Description
Expand Down
6 changes: 5 additions & 1 deletion docs/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,8 @@
"sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/UPDATE",
"sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/EXPORT",
"sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT",
"sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE"
"sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE",
"sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/ANALYZE"
]
},
"sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE"
Expand All @@ -1032,6 +1033,7 @@
"items": [
"sql-manual/sql-reference/Show-Statements/SHOW-ALTER-TABLE-MATERIALIZED-VIEW",
"sql-manual/sql-reference/Show-Statements/SHOW-ALTER",
"sql-manual/sql-reference/Show-Statements/SHOW-ANALYZE",
"sql-manual/sql-reference/Show-Statements/SHOW-BACKUP",
"sql-manual/sql-reference/Show-Statements/SHOW-BACKENDS",
"sql-manual/sql-reference/Show-Statements/SHOW-BROKER",
Expand All @@ -1046,6 +1048,7 @@
"sql-manual/sql-reference/Show-Statements/SHOW-CREATE-ROUTINE-LOAD",
"sql-manual/sql-reference/Show-Statements/SHOW-CREATE-FUNCTION",
"sql-manual/sql-reference/Show-Statements/SHOW-COLUMNS",
"sql-manual/sql-reference/Show-Statements/SHOW-COLUMN-STATS",
"sql-manual/sql-reference/Show-Statements/SHOW-COLLATION",
"sql-manual/sql-reference/Show-Statements/SHOW-DATABASES",
"sql-manual/sql-reference/Show-Statements/SHOW-DATA-SKEW",
Expand Down Expand Up @@ -1081,6 +1084,7 @@
"sql-manual/sql-reference/Show-Statements/SHOW-PROCEDURE",
"sql-manual/sql-reference/Show-Statements/SHOW-ROUTINE-LOAD-TASK",
"sql-manual/sql-reference/Show-Statements/SHOW-PROC",
"sql-manual/sql-reference/Show-Statements/SHOW-TABLE-STATS",
"sql-manual/sql-reference/Show-Statements/SHOW-TABLE-STATUS",
"sql-manual/sql-reference/Show-Statements/SHOW-REPOSITORIES",
"sql-manual/sql-reference/Show-Statements/SHOW-QUERY-PROFILE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ under the License.

### Name

<version since="2.0"></version>

SHOW ANALYZE

### Description
Expand Down Expand Up @@ -108,4 +110,4 @@ mysql> show analyze task status 20038 ;

### Keywords

SHOW, ANALYZE
SHOW, ANALYZE
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ under the License.

### Name

<version since="2.0"></version>

SHOW COLUMN STATS

### Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ under the License.

### Name

<version since="2.0"></version>

SHOW TABLE STATS

### Description
Expand Down

0 comments on commit c01b5c3

Please sign in to comment.