今回はALTER TABLEステートメント実行時の注意点について紹介します。 MySQLを運用していると、サービスの仕様変更や新機能のために既存のテーブルに対してテーブル定義を変更することが多いと思います。その際によく起こる問題や注意点に説明します。
# in Row mode is not logged in binlog at session disconnect. # ===== Implementation ===== # Create temporary tables in Row mode using different engines, # now when you connect to the session after a ...