Merge pull request #56 from conmame/add_mysql5.6_offset

Add MySQL5.6.13 offsets
pull/57/merge
Guy Lichtman 2013-08-04 00:53:48 -07:00
commit f822890f45
1 changed files with 3 additions and 1 deletions

View File

@ -345,7 +345,9 @@ static const ThdOffsets thd_offsets_arr[] =
//offsets for: /mysql/5.5.32/bin/mysqld (5.5.32)
{"5.5.32","97829c2915124a7cfa605d3f39bea354", 6064, 6112, 3816, 4240, 88, 2592},
//offsets for: /mysql/5.6.12/bin/mysqld (5.6.12)
{"5.6.12","3a6bb81a7f1239eb810a06a3b0c5dc2a", 7816, 7864, 3960, 4400, 72, 2688}
{"5.6.12","3a6bb81a7f1239eb810a06a3b0c5dc2a", 7816, 7864, 3960, 4400, 72, 2688},
//offsets for: /mysql/5.6.13/bin/mysqld (5.6.13)
{"5.6.13","137c18e72cfe17d4fcacda209e405234", 7816, 7864, 3960, 4400, 72, 2688},
};