SELECT MASTER_POS_WAIT('master_log_file', master_log_pos)
これは関数であり、コマンドではありません。これは、マスタバイナリログの指定位置までスレーブが達している(読み取りと実行を終了している)ことを確認するために使用します。詳細については、項6.3.6.2. 「その他の各種関数」 を参照してください。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.