@@ -8,39 +8,39 @@ This page provides reference information for the system administration commands
8
8
9
9
| Command | Description |
10
10
| ---------| -------------|
11
- | ** [ SHOW PROCESSLIST] ( 07-show-processlist ) ** | Display active queries and connections |
12
- | ** [ SHOW METRICS] ( 08-show-metrics ) ** | View system performance metrics |
13
- | ** [ KILL] ( 01-kill ) ** | Terminate running queries or connections |
14
- | ** [ RUST BACKTRACE] ( rust-backtrace ) ** | Debug Rust stack traces |
11
+ | ** [ SHOW PROCESSLIST] ( 07-show-processlist.md ) ** | Display active queries and connections |
12
+ | ** [ SHOW METRICS] ( 08-show-metrics.md ) ** | View system performance metrics |
13
+ | ** [ KILL] ( 01-kill.md ) ** | Terminate running queries or connections |
14
+ | ** [ RUST BACKTRACE] ( rust-backtrace.md ) ** | Debug Rust stack traces |
15
15
16
16
## Configuration Management
17
17
18
18
| Command | Description |
19
19
| ---------| -------------|
20
- | ** [ SET] ( 02-set-global ) ** | Set global configuration parameters |
21
- | ** [ UNSET] ( 02-unset ) ** | Remove configuration settings |
22
- | ** [ SET VARIABLE] ( 03-set-var ) ** | Manage user-defined variables |
23
- | ** [ SHOW SETTINGS] ( 03-show-settings ) ** | Display current system settings |
20
+ | ** [ SET] ( 02-set-global.md ) ** | Set global configuration parameters |
21
+ | ** [ UNSET] ( 02-unset.md ) ** | Remove configuration settings |
22
+ | ** [ SET VARIABLE] ( 03-set-var.md ) ** | Manage user-defined variables |
23
+ | ** [ SHOW SETTINGS] ( 03-show-settings.md ) ** | Display current system settings |
24
24
25
25
## Function Management
26
26
27
27
| Command | Description |
28
28
| ---------| -------------|
29
- | ** [ SHOW FUNCTIONS] ( 04-show-functions ) ** | List built-in functions |
30
- | ** [ SHOW USER FUNCTIONS] ( 05-show-user-functions ) ** | List user-defined functions |
31
- | ** [ SHOW TABLE FUNCTIONS] ( 06-show-table-functions ) ** | List table-valued functions |
29
+ | ** [ SHOW FUNCTIONS] ( 04-show-functions.md ) ** | List built-in functions |
30
+ | ** [ SHOW USER FUNCTIONS] ( 05-show-user-functions.md ) ** | List user-defined functions |
31
+ | ** [ SHOW TABLE FUNCTIONS] ( 06-show-table-functions.md ) ** | List table-valued functions |
32
32
33
33
## Storage Maintenance
34
34
35
35
| Command | Description |
36
36
| ---------| -------------|
37
- | ** [ VACUUM TABLE] ( 09-vacuum-table ) ** | Reclaim storage space from tables |
38
- | ** [ VACUUM DROP TABLE] ( 09-vacuum-drop-table ) ** | Clean up dropped table data |
39
- | ** [ VACUUM TEMP FILES] ( 09-vacuum-temp-files ) ** | Remove temporary files |
40
- | ** [ SHOW INDEXES] ( show-indexes ) ** | Display table indexes |
37
+ | ** [ VACUUM TABLE] ( 09-vacuum-table.md ) ** | Reclaim storage space from tables |
38
+ | ** [ VACUUM DROP TABLE] ( 09-vacuum-drop-table.md ) ** | Clean up dropped table data |
39
+ | ** [ VACUUM TEMP FILES] ( 09-vacuum-temp-files.md ) ** | Remove temporary files |
40
+ | ** [ SHOW INDEXES] ( show-indexes.md ) ** | Display table indexes |
41
41
42
42
## Dynamic Execution
43
43
44
44
| Command | Description |
45
45
| ---------| -------------|
46
- | ** [ EXECUTE IMMEDIATE] ( execute-immediate ) ** | Execute dynamically constructed SQL statements |
46
+ | ** [ EXECUTE IMMEDIATE] ( execute-immediate.md ) ** | Execute dynamically constructed SQL statements |
0 commit comments