@@ -8,6 +8,7 @@ SELECT variable, value, set_by FROM sys.sys_config;
88variable value set_by
99diagnostics.allow_i_s_tables OFF NULL
1010diagnostics.include_raw OFF NULL
11+ ps_thread_trx_info.max_length 65535 NULL
1112statement_performance_analyzer.limit 100 NULL
1213statement_performance_analyzer.view NULL NULL
1314statement_truncate_len 64 NULL
@@ -16,6 +17,7 @@ SELECT variable, value, set_by FROM sys.sys_config;
1617variable value set_by
1718diagnostics.allow_i_s_tables OFF NULL
1819diagnostics.include_raw OFF NULL
20+ ps_thread_trx_info.max_length 65535 NULL
1921statement_performance_analyzer.limit 100 NULL
2022statement_performance_analyzer.view NULL NULL
2123statement_truncate_len 128 NULL
@@ -25,6 +27,7 @@ variable value set_by
2527diagnostics.allow_i_s_tables OFF NULL
2628diagnostics.include_raw OFF NULL
2729foo bar NULL
30+ ps_thread_trx_info.max_length 65535 NULL
2831statement_performance_analyzer.limit 100 NULL
2932statement_performance_analyzer.view NULL NULL
3033statement_truncate_len 128 NULL
@@ -35,5 +38,6 @@ INSERT IGNORE INTO sys.sys_config (variable, value) VALUES
3538('statement_performance_analyzer.limit', 100),
3639('statement_performance_analyzer.view', NULL),
3740('diagnostics.allow_i_s_tables', 'OFF'),
38- ('diagnostics.include_raw', 'OFF');
41+ ('diagnostics.include_raw', 'OFF'),
42+ ('ps_thread_trx_info.max_length', 65535);
3943SET @sys.ignore_sys_config_triggers := NULL;
0 commit comments