You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/innodb/t/innodb_bug33766482.test
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ CALL fill();
48
48
--sleep 5
49
49
--let $memory_after_insert= `SELECT CURRENT_COUNT_USED FROM performance_schema.memory_summary_global_by_event_name WHERE event_name LIKE 'memory/innodb/memory';`
--let $memory_before_update= `SELECT CURRENT_COUNT_USED FROM performance_schema.memory_summary_global_by_event_name WHERE event_name LIKE 'memory/innodb/memory';`
54
55
@@ -57,7 +58,8 @@ CALL upd();
57
58
--sleep 5
58
59
--let $memory_after_update= `SELECT CURRENT_COUNT_USED FROM performance_schema.memory_summary_global_by_event_name WHERE event_name LIKE 'memory/innodb/memory';`
0 commit comments