[前][次][番号順一覧][スレッド一覧]

mysql:13724

From: "hiraken" <"hiraken" <hiraken@xxxxxxxxxx>>
Date: Wed, 14 Feb 2007 02:05:09 +0900
Subject: [mysql 13724] Re: オンラインバックアップデータのリカバリ時のエラーについて

skakingさん

たかひらです。

> 「innodb_safe_binlog」は、トランザクションとバイナリログ
> の同期性に関するオプション設定なので、
> クラッシュリカバリの動きには特に影響ないと思われます。

というアドバイスを頂きましたので、
「innodb_safe_binlog」のオプションを外したところ、

    [ERROR] After InnoDB crash recovery, checking if the binary log
    '/var/lib/mysql/binlog.000002' contains rolled back transactions which 
must
    be removed from it...

のエラーは出力されないようになりました。

-----------------------------------------------------------
070213 21:34:19  mysqld started
070213 21:34:21  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
070213 21:34:21  InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 44381.
InnoDB: Doing recovery: scanned up to log sequence number 0 44381
InnoDB: Last MySQL binlog file position 0 79, file name 
/var/lib/mysql/binlog.000018
070213 21:34:21  InnoDB: Flushing modified pages from the buffer pool...
070213 21:34:21  InnoDB: Started; log sequence number 0 44381
/usr/libexec/mysqld: ready for connections.
Version: '4.1.20-log'  socket: '/var/lib/mysql/mysql.sock'  port: 3306 
Source distribution
-----------------------------------------------------------

> また、「innodb_safe_binlog」はMySQL5.0.3くらいに廃止され、
> 代わりとして「sync_binlog」になっていますので注意して下さい。

次に、my.cnfに『sync_binlog=1』として、バックアップ⇒クラッシュリカバリを
行った場合も、上記と同様のログとなりました。

従いまして、消去法で、、「innodb_safe_binlog」がよくなかったのではないかと
考えられますが、、、以前エラー出力時のログに、

    [Warning] --innodb-safe-binlog is meaningful only if the
    global sync_binlog variable is 1; now setting it to 1.

とあり、『sync_binlog=1』に変換してくれているように読み取れ、
原因がどうなのか理解に苦しんでいるところです。(-_-;)

 / Takahira Ken


[前][次][番号順一覧][スレッド一覧]

     13712 2007-02-07 03:18 ["hiraken" <hiraken@x] オンラインバックアップデータのリカバリ時のエラーについて
     13713 2007-02-07 10:26 ┣[<ska_king2005@xxxxxx]                                       
     13714 2007-02-07 17:38 ┃┣[<kaidnu2@xxxxxxxxxx>] MySQL GUI-tool ( Linux 版)インストール方法
     13715 2007-02-07 22:02 ┃┃┗[舘山 聖司 <tateyan@x]                                   
     13716 2007-02-07 22:30 ┃┃ ┗[<kaidnu2@xxxxxxxxxx>]                                 
     13717 2007-02-08 01:54 ┃┗["hiraken" <hiraken@x]                                     
     13718 2007-02-08 10:07 ┃ ┗[<ska_king2005@xxxxxx]                                   
     13719 2007-02-08 11:24 ┗[Yasufumi Kinoshita <]                                       
     13720 2007-02-08 16:10  ┗[<ska_king2005@xxxxxx]                                     
     13721 2007-02-08 17:21   ┗[Yasufumi Kinoshita <]                                   
     13722 2007-02-09 01:33    ┗["hiraken" <hiraken@x]                                 
->   13724 2007-02-14 02:05     ┗["hiraken" <hiraken@x]