MySQL 9.1.0
Source Code Documentation
|
A notice. More...
Classes | |
struct | Frame |
Common frame for all notices. More... | |
struct | GroupReplicationStateChanged |
Notify clients about group replication state changes. More... | |
struct | ServerHello |
Notify clients about connection to X Protocol server. More... | |
struct | SessionStateChanged |
Notify clients about changes to the internal session state. More... | |
struct | SessionVariableChanged |
Notify clients about changes to the current session variables. More... | |
struct | Warning |
Server-side warnings and notes. More... | |
A notice.
The server may send notices Mysqlx::Notice::Frame to the client at any time.
A notice can be:
.scope == GLOBAL
) or.scope == LOCAL + message sequence is active
):LOCAL
notice while no message sequence is active, the Notice should be ignored.