presentations
presentations copied to clipboard
Ping
This is the query which fails:
SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'performance_schema' AND TABLE_NAME = 'session_variables'
This is due to this feature missing: https://github.com/pingcap/tidb/issues/23924
Any estimate on when the feature would be added?
It is not currently planned, but a feature that is open for contributors.
Is there any flag we can pass or anything like that to avoid parsing of such system generated code in dump file ?