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
Some queries using the INFORMATION_SCHEMA can consume excessive
amount of memory because of a suboptimal query plan and lack of
proper materialization. This patch applies a temporary mem_root
on during the JOIN-execution phase when the I_S tables are
materialized as temporary tables.
0 commit comments