package Mysqlx.Notice

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Frame

mysqlx_notice.proto:76

* Common frame for all notices | ``.type`` | Value | |---------------------------------------------------|------ | | @ref Mysqlx::Notice::Warning | 1 | | @ref Mysqlx::Notice::SessionVariableChanged | 2 | | @ref Mysqlx::Notice::SessionStateChanged | 3 | | @ref Mysqlx::Notice::GroupReplicationStateChanged | 4 | | @ref Mysqlx::Notice::ServerHello | 5 |

enum Frame.Scope

mysqlx_notice.proto:78

* scope of notice

Used in: Frame

enum Frame.Type

mysqlx_notice.proto:84

* type of notice payload

message GroupReplicationStateChanged

mysqlx_notice.proto:205

* Notify clients about group replication state changes | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 4 | |``.scope`` | ``global`` |

enum GroupReplicationStateChanged.Type

mysqlx_notice.proto:206

message ServerHello

mysqlx_notice.proto:227

* Notify clients about connection to X Protocol server | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 5 | |``.scope`` | ``global`` |

(message has no fields)

message SessionStateChanged

mysqlx_notice.proto:174

enum SessionStateChanged.Parameter

mysqlx_notice.proto:175

Used in: SessionStateChanged

message SessionVariableChanged

mysqlx_notice.proto:155

* Notify clients about changes to the current session variables. Every change to a variable that is accessible through: @code{sql} SHOW SESSION VARIABLES @endcode | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|----------| | ``.type`` | 2 | | ``.scope`` | ``local``|

message Warning

mysqlx_notice.proto:124

* Server-side warnings and notes @par ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of: @code{sql} SHOW WARNINGS @endcode @par ``.scope`` == ``global`` (undefined) Will be used for global, unstructured messages like: - server is shutting down - a node disconnected from group - schema or table dropped | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|-------------------------| | ``.type`` | 1 | | ``.scope`` | ``local`` or ``global`` |

enum Warning.Level

mysqlx_notice.proto:125

Used in: Warning