CREATE TABLE `sky_logger` ( `LOG_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `LOG_EVENT` varchar(50) DEFAULT NULL, `LOG_DESC` longtext DEFAULT NULL, `LOG_DESC_TECH` text DEFAULT NULL, `LOG_CONNECTION_ID` bigint(20) DEFAULT NULL, `LOG_USER_ID` varchar(15) DEFAULT NULL, `LOG_PROGRAM_ID` int(11) DEFAULT NULL, `LOG_PROGRAM_DESC` varchar(100) DEFAULT NULL, `LOG_EVENT_TYPE` varchar(10) DEFAULT NULL, `LOG_DATE` datetime DEFAULT NULL, PRIMARY KEY (`LOG_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=10808492 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- show variables like '%version%' in_predicate_conversion_threshold 1000 protocol_version 10 slave_type_conversions system_versioning_alter_history ERROR system_versioning_asof DEFAULT system_versioning_insert_history OFF tls_version TLSv1.2,TLSv1.3 version 10.11.7-MariaDB-log version_comment managed by https://aws.amazon.com/rds/ version_compile_machine x86_64 version_compile_os Linux version_malloc_library jemalloc 0.0.0-0-g000000missing_version_try_git_fetch_tags version_source_revision version_ssl_library OpenSSL 1.1.1x 30 Jan 2024 -- Error in aws replica server '10769714' for key 'PRIMARY'' on query. Default database: 'everest'. Query: 'insert into sky_logger(log_event,log_desc,log_desc_tech,log_connection_id,log_user_id,log_program_id,log_program_desc,log_event_type,log_date) values( NAME_CONST('p_event',_utf8mb3'P_SEND_DATA_ERROR' COLLATE 'utf8mb3_general_ci'), NAME_CONST('p_desc',_utf8mb3'Error - query id -EXIM_JOB_WRITE_LOG Table \'./everest/syd_exim_operations\' is marked as crashed and should be repaired proc -SYD_EXIM_OPERATIONS-INERT' COLLATE 'utf8mb3_general_ci'),@p_result_tech,@g_cleint_session_id,@g_user_id, @g_current_program_id,@g_current_program_desc, NAME_CONST('l_event_type',_utf8mb3'ERROR' COLLATE 'utf8mb3_general_ci'),NOW())'"