1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#[cfg(feature = "CancelShareConnections")]
pub mod CancelShareConnections;
#[cfg(feature = "ChangeSqlLimitSwitchStatus")]
pub mod ChangeSqlLimitSwitchStatus;
#[cfg(feature = "ChangeSqlSwitch")]
pub mod ChangeSqlSwitch;
#[cfg(feature = "CreateShareConnections")]
pub mod CreateShareConnections;
#[cfg(feature = "CreateSpaceAnalysisTask")]
pub mod CreateSpaceAnalysisTask;
#[cfg(feature = "CreateSqlLimitRules")]
pub mod CreateSqlLimitRules;
#[cfg(feature = "CreateTuning")]
pub mod CreateTuning;
#[cfg(feature = "DeleteDbUser")]
pub mod DeleteDbUser;
#[cfg(feature = "DeleteProcess")]
pub mod DeleteProcess;
#[cfg(feature = "DeleteSqlLimitRules")]
pub mod DeleteSqlLimitRules;
#[cfg(feature = "ExportSlowQueryLogs")]
pub mod ExportSlowQueryLogs;
#[cfg(feature = "ExportSlowSqlTemplatesDetails")]
pub mod ExportSlowSqlTemplatesDetails;
#[cfg(feature = "ExportSqlStatements")]
pub mod ExportSqlStatements;
#[cfg(feature = "ExportTopSqlTemplatesDetails")]
pub mod ExportTopSqlTemplatesDetails;
#[cfg(feature = "ExportTopSqlTrendDetails")]
pub mod ExportTopSqlTrendDetails;
#[cfg(feature = "ListApiVersions")]
pub mod ListApiVersions;
#[cfg(feature = "ListDbUsers")]
pub mod ListDbUsers;
#[cfg(feature = "ListInnodbLocks")]
pub mod ListInnodbLocks;
#[cfg(feature = "ListMetadataLocks")]
pub mod ListMetadataLocks;
#[cfg(feature = "ListProcesses")]
pub mod ListProcesses;
#[cfg(feature = "ListSpaceAnalysis")]
pub mod ListSpaceAnalysis;
#[cfg(feature = "ListSqlLimitRules")]
pub mod ListSqlLimitRules;
#[cfg(feature = "RegisterDbUser")]
pub mod RegisterDbUser;
#[cfg(feature = "ShowApiVersion")]
pub mod ShowApiVersion;
#[cfg(feature = "ShowDbUser")]
pub mod ShowDbUser;
#[cfg(feature = "ShowQuotas")]
pub mod ShowQuotas;
#[cfg(feature = "ShowSqlExecutionPlan")]
pub mod ShowSqlExecutionPlan;
#[cfg(feature = "ShowSqlExplain")]
pub mod ShowSqlExplain;
#[cfg(feature = "ShowSqlLimitJobInfo")]
pub mod ShowSqlLimitJobInfo;
#[cfg(feature = "ShowSqlLimitSwitchStatus")]
pub mod ShowSqlLimitSwitchStatus;
#[cfg(feature = "ShowSqlSwitchStatus")]
pub mod ShowSqlSwitchStatus;
#[cfg(feature = "ShowTuning")]
pub mod ShowTuning;
#[cfg(feature = "UpdateDbUser")]
pub mod UpdateDbUser;