pt-table-sync: unneeded replication of temporary tables
Bug #1428549 reported by
Daniel Black
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Toolkit moved to https://jira.percona.com/projects/PT |
New
|
Undecided
|
Unassigned |
Bug Description
When http://
Another micro optimisation is a BTREE PK on the temp table:
"CREATE TEMPORARY TABLE $tmp_db_tbl ($col_def) " ->
"CREATE TEMPORARY TABLE $tmp_db_tbl ($col_def, PRIMARY KEY USING BTREE ($qchunk_col) ) "
To post a comment you must log in.
note set sql_log_bin patch will ignore results if not running as super - #982381
PK patch could have side effects if the column is too big for being a PK.