[MDEV-12318] mysql.gtid_slave_pos table ibd file size growing Created: 2017-03-21 Updated: 2018-12-07 Resolved: 2017-05-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.0, 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | wy | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | need_feedback | ||
| Description |
|
On slave,the table mysql.gtid_slave_pos include 2 rows,but ibd file size growing xx MB even to xx GB。 |
| Comments |
| Comment by Elena Stepanova [ 2017-04-19 ] |
|
That's specifics of InnoDB data storage. Did you try to run OPTIMIZE TABLE mysql.gtid_slave_pos? It should allow to reclaim the disk space. |
| Comment by Kristian Nielsen [ 2018-12-07 ] |
|
This might have been caused by |