When going to Tools->Table diagnostics, next to the Optimize button there is a check-box named Local. There is no description that i can locate in the help that describes the function of the Local check-box.
By default, OPTIMIZE TABLE statements are written to the binary log so that they will be replicated to replication slaves. Logging can be suppressed with the optional NO_WRITE_TO_BINLOG keyword or its alias LOCAL.
Maybe we should replace LOCAL with NO_WRITE_TO_BINLOG keyword. LOCAL is probably an 'old form' now. But if you do not have binlog enabled and don't use replication it does not matter if you select this or not.
Maybe we should replace LOCAL with NO_WRITE_TO_BINLOG keyword. LOCAL is probably an 'old form' now. But if you do not have binlog enabled and don't use replication it does not matter if you select this or not.