mariadb/storage/perfschema
Oleksandr Byelkin a7d880f0b0 MDEV-21916: COM_STMT_BULK_EXECUTE with RETURNING insert wrong values
The problem is that array binding uses net buffer to read parameters for each
execution while each execiting with RETURNING write in the same buffer.

Solution is to allocate new net buffer to avoid changing buffer we are reading
from.
2021-07-15 16:28:13 +02:00
..
unittest cleanup: pass trxid by value 2020-03-10 19:24:23 +01:00
CMakeLists.txt perfschema: use glibc gettid if available 2021-06-01 13:51:39 +10:00
cursor_by_account.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_account.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_host.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_host.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_thread.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_thread.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_thread_connect_attr.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_thread_connect_attr.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_user.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
cursor_by_user.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
ha_perfschema.cc Merge branch 'merge-perfschema-5.7' into 10.5 2020-08-07 13:41:39 +02:00
ha_perfschema.h Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
my_thread.h perfschema: native type for my_thread_os_id_t 2021-06-01 13:51:39 +10:00
mysqld_thd_manager.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
mysqld_thd_manager.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs.cc MDEV-21916: COM_STMT_BULK_EXECUTE with RETURNING insert wrong values 2021-07-15 16:28:13 +02:00
pfs.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_account.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_account.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_atomic.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_autosize.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_buffer_container.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_buffer_container.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_builtin_memory.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_builtin_memory.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_column_types.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_column_values.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_column_values.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_con_slice.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_con_slice.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_config.h.cmake perfschema: use glibc gettid if available 2021-06-01 13:51:39 +10:00
pfs_defaults.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_defaults.h Merge branch 'merge-perfschema-5.6' into 10.1 2020-01-19 13:11:45 +01:00
pfs_digest.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_digest.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_engine_table.cc Cleanup: constexpr PFS_table_context::m_word_size 2021-04-21 12:44:23 +03:00
pfs_engine_table.h Cleanup: constexpr PFS_table_context::m_word_size 2021-04-21 12:44:23 +03:00
pfs_events.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_events_stages.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_events_stages.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_events_statements.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_events_statements.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_events_transactions.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_events_transactions.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_events_waits.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_events_waits.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_global.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_global.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_host.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_host.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_instr.cc Merge remote-tracking branch 'origin/10.4' into 10.5 2021-02-26 13:23:13 +11:00
pfs_instr.h Merge remote-tracking branch 'origin/10.4' into 10.5 2021-02-26 13:23:13 +11:00
pfs_instr_class.cc Merge 10.4 into 10.5 2020-03-17 07:58:41 +02:00
pfs_instr_class.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_lock.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_memory.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_memory.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_prepared_stmt.cc cleanup: remove unused argument 2020-03-10 19:24:23 +01:00
pfs_prepared_stmt.h Merge branch bb-10.4-release into bb-10.5-release 2021-05-05 23:57:11 +03:00
pfs_program.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_program.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_server.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_server.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_setup_actor.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_setup_actor.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_setup_object.cc Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
pfs_setup_object.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_stat.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_status.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_status.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_timer.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_timer.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_user.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_user.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
pfs_variable.cc perfschema: remove unused variables 2020-03-17 07:56:40 +02:00
pfs_variable.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_visitor.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
pfs_visitor.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
rpl_gtid.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_accounts.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_accounts.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_all_instr.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_all_instr.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esgs_by_account_by_event_name.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_esgs_by_account_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esgs_by_host_by_event_name.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_esgs_by_host_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esgs_by_thread_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esgs_by_thread_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esgs_by_user_by_event_name.cc MDEV-16341 Wrong length for USER columns in performance_schema tables 2021-01-11 21:54:48 +01:00
table_esgs_by_user_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esgs_global_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esgs_global_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_account_by_event_name.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_esms_by_account_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_digest.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_digest.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_host_by_event_name.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_esms_by_host_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_program.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_program.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_thread_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_thread_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_by_user_by_event_name.cc MDEV-16341 Wrong length for USER columns in performance_schema tables 2021-01-11 21:54:48 +01:00
table_esms_by_user_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_global_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_esms_global_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_account_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_account_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_host_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_host_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_thread_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_thread_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_user_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_by_user_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_global_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ets_global_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_events_stages.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_events_stages.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_events_statements.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_events_statements.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_events_transactions.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_events_transactions.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_events_waits.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_events_waits.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_events_waits_summary.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_events_waits_summary.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ews_by_account_by_event_name.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_ews_by_account_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ews_by_host_by_event_name.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_ews_by_host_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ews_by_thread_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ews_by_thread_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ews_by_user_by_event_name.cc MDEV-16341 Wrong length for USER columns in performance_schema tables 2021-01-11 21:54:48 +01:00
table_ews_by_user_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ews_global_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_ews_global_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_file_instances.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_file_instances.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_file_summary_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_file_summary_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_file_summary_by_instance.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_file_summary_by_instance.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_global_status.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_global_status.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_global_variables.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_global_variables.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_helper.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_helper.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_host_cache.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_host_cache.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_hosts.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_hosts.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_md_locks.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_md_locks.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_account_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_account_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_host_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_host_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_thread_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_thread_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_user_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_by_user_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_global_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_mems_global_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_os_global_by_type.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_os_global_by_type.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_performance_timers.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_performance_timers.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_prepared_stmt_instances.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_prepared_stmt_instances.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_applier_configuration.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_applier_configuration.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_applier_status.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_applier_status.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_applier_status_by_coordinator.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_applier_status_by_coordinator.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_applier_status_by_worker.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_applier_status_by_worker.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_connection_configuration.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_connection_configuration.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_connection_status.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_connection_status.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_group_member_stats.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_group_member_stats.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_replication_group_members.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_replication_group_members.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_account_connect_attrs.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_account_connect_attrs.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_connect.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_connect.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_connect_attrs.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_connect_attrs.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_status.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_status.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_session_variables.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_session_variables.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_setup_actors.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_setup_actors.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_setup_consumers.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_setup_consumers.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_setup_instruments.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_setup_instruments.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_setup_objects.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_setup_objects.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_setup_timers.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_setup_timers.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_socket_instances.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_socket_instances.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_socket_summary_by_event_name.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_socket_summary_by_event_name.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_socket_summary_by_instance.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_socket_summary_by_instance.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_account.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_account.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_host.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_host.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_thread.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_thread.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_user.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_status_by_user.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_sync_instances.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_sync_instances.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_table_handles.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_table_handles.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_threads.cc Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
table_threads.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_tiws_by_index_usage.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_tiws_by_index_usage.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_tiws_by_table.cc P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_tiws_by_table.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_tlws_by_table.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_tlws_by_table.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_users.cc MDEV-16341 Wrong length for USER columns in performance_schema tables 2021-01-11 21:54:48 +01:00
table_users.h P_S 5.7.28 2020-03-10 19:24:22 +01:00
table_uvar_by_thread.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_uvar_by_thread.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_variables_by_thread.cc perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
table_variables_by_thread.h P_S 5.7.28 2020-03-10 19:24:22 +01:00