Note about change in offset-extract script in 1.0.8-515 build.

master
Guy Lichtman 2015-01-26 18:21:22 +02:00
parent 78d0daeabe
commit 59c2d1d5db
1 changed files with 1 additions and 1 deletions

@ -42,7 +42,7 @@ If the MySQL distribution includes debug symbols (most builds from mysql.com inc
Download the offset-extract.sh script from: https://raw.github.com/mcafee/mysql-audit/master/offset-extract/offset-extract.sh Download the offset-extract.sh script from: https://raw.github.com/mcafee/mysql-audit/master/offset-extract/offset-extract.sh
**Note:** The offest-extract.sh script changed with commit 4b680c3f3574f096f0b87c11c72e5ccc45e10b7f. If you are using a build earlier than 1.0.4-451 you will need to use the script from the 1.0.3 tag: https://raw.github.com/mcafee/mysql-audit/v1.0.3/offset-extract/offset-extract.sh **Note:** The offest-extract.sh script changed as the plugin added additional offsets. If you are using a build earlier than 1.0.8-515, you will need to use the script from the 1.0.7 tag: https://raw.githubusercontent.com/mcafee/mysql-audit/v1.0.7/offset-extract/offset-extract.sh . Further more, if you are using a build earlier than 1.0.4-451, you will need to use the script from the 1.0.3 tag: https://raw.github.com/mcafee/mysql-audit/v1.0.3/offset-extract/offset-extract.sh
Note: GDB is required to use this script. Note: GDB is required to use this script.