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

mysql:15772

From: <gotou1213@xxxxxxxxxx>
Date: Thu, 07 Jun 2012 13:35:27 +0900
Subject: [mysql 15772] Re: MySQLが返却するOKパケットのserver_status

はじめまして、後藤と申します。

> サーバA !%00
> サーバB +%00
>
> 今回の値の相違の意味は、一方がトランザクション区間中で、もう一方がトラ
> ンザクション区間中でないということでしょうか。
> 両方のサーバ上で同じようにトランザクション処理をしているつもりなのですが。

Wireshark で見てみたところ以下の通りに表示されたので、
この通りの意味なのかもしれません。

    Server Status: 0x0022
        .... .... .... ...0 = In transaction: Not set
        .... .... .... ..1. = AUTO_COMMIT: Set
        .... .... .... .0.. = More results: Not set
        .... .... .... 0... = Multi query - more resultsets: Not set
        .... .... ...0 .... = Bad index used: Not set
        .... .... ..1. .... = No index used: Set
        .... .... .0.. .... = Cursor exists: Not set
        .... .... 0... .... = Last row sebd: Not set
        .... ...0 .... .... = database dropped: Not set
        .... ..0. .... .... = No backslash escapes: Not set


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

     15771 2012-06-07 12:07 [香西DA <kosai@xxxxxx] MySQLが返却するOKパケットのserver_status
->   15772 2012-06-07 13:35 ┗[<gotou1213@xxxxxxxxx]                                       
     15773 2012-06-07 14:53  ┗[香西DA <kosai@xxxxxx]                                     
     15774 2012-06-07 22:55   ┗[<gotou1213@xxxxxxxxx]