-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
$ bash offset-extract/offset-extract.sh /usr/mysql/8.0.35/bin/mysqld
//offsets for: /usr/mysql/8.0.35/bin/mysqld (8.0.35)
{"8.0.35","80e986a85d7d128ef07b8229193e98e6", 9496, 9536, 4952, 6436, 1288, 0, 0, 32, 64, 160, 1376, 9636, 6056, 4248, 4256, 4260, 7720, 1576, 32, 8680, 8720, 8704, 12880, 140, 664offsets.gdb:33: Error in sourced command file:
No symbol "TABLE_LIST" in current context.,```
`offset-extract.sh` expects the `TABLE_LIST`
https://github.com/trellix-enterprise/mysql-audit/blob/466c36d6050b01ac33a7519d68d235a3dfd93cc9/offset-extract/offset-extract.sh#L134-L142
But MySQL 8.0.32 and later are refactored it to `Table_ref` ..
https://github.com/mysql/mysql-server/commit/951cb5106cb8677c08afa683fd5aa747488c1ccd
Metadata
Metadata
Assignees
Labels
No labels