mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Fixes for collect_and_report_cycles.t
This commit is contained in:
@@ -36,7 +36,7 @@ update db2.tuningdetail_21_265507 n
|
||||
inner join db1.gonzo a using(gonzo)
|
||||
set n.column1 = a.column1, n.word3 = a.word3\G
|
||||
# Converted for EXPLAIN
|
||||
# EXPLAIN /*!50100 PARTITIONS */
|
||||
# EXPLAIN /*!50100 PARTITIONS*/
|
||||
select n.column1 = a.column1, n.word3 = a.word3 from db2.tuningdetail_21_265507 n
|
||||
inner join db1.gonzo a using(gonzo) \G
|
||||
|
||||
|
Reference in New Issue
Block a user