mysql_dump_debug_info
構文
int mysql_dump_debug_info(MYSQL * mysql);
mysql
- mysql handleのことで、mysql_init() もしくは mysql_real_connect()によってあらかじめ割り当てられています。
説明
SUPER権限ユーザーによる実行を想定しており、サーバーのステータス情報をMariaDBサーバーのコネクションに関連したログにダンプする用途で使われます。
成功時は0を返し、エラー時は0以外を返します。
サーバーのステータス情報は error log にダンプされます。ログはインストールしたデータディレクトリに出力されます。
合わせて確認
- mysql_debug()
- mysql_debug_end()
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.