1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
SHOW GLOBAL VARIABLES WHERE Variable_name LIKE 'ndb\_%' and
Variable_name NOT LIKE 'ndb_dbg\_%';
Variable_name Value
ndb_allow_copying_alter_table #
ndb_applier_allow_skip_epoch #
ndb_applier_conflict_role #
ndb_autoincrement_prefetch_sz #
ndb_batch_size #
ndb_blob_read_batch_bytes #
ndb_blob_write_batch_bytes #
ndb_clear_apply_status #
ndb_cluster_connection_pool #
ndb_cluster_connection_pool_nodeids #
ndb_connectstring #
ndb_data_node_neighbour #
ndb_default_column_format #
ndb_deferred_constraints #
ndb_distribution #
ndb_eventbuffer_free_percent #
ndb_eventbuffer_max_alloc #
ndb_extra_logging #
ndb_force_send #
ndb_fully_replicated #
ndb_index_stat_enable #
ndb_index_stat_option #
ndb_join_pushdown #
ndb_log_apply_status #
ndb_log_bin #
ndb_log_binlog_index #
ndb_log_cache_size #
ndb_log_empty_epochs #
ndb_log_empty_update #
ndb_log_exclusive_reads #
ndb_log_fail_terminate #
ndb_log_orig #
ndb_log_purge_rate #
ndb_log_transaction_compression #
ndb_log_transaction_compression_level_zstd #
ndb_log_transaction_dependency #
ndb_log_transaction_id #
ndb_log_update_as_write #
ndb_log_update_minimal #
ndb_log_updated_only #
ndb_metadata_check #
ndb_metadata_check_interval #
ndb_metadata_sync #
ndb_mgmd_host #
ndb_nodeid #
ndb_optimization_delay #
ndb_optimized_node_selection #
ndb_read_backup #
ndb_recv_thread_activation_threshold #
ndb_recv_thread_cpu_mask #
ndb_replica_batch_size #
ndb_replica_blob_write_batch_bytes #
ndb_report_thresh_binlog_epoch_slip #
ndb_report_thresh_binlog_mem_usage #
ndb_row_checksum #
ndb_schema_dist_lock_wait_timeout #
ndb_schema_dist_timeout #
ndb_schema_dist_upgrade_allowed #
ndb_show_foreign_key_mock_tables #
ndb_slave_conflict_role #
ndb_table_no_logging #
ndb_table_temporary #
ndb_use_copying_alter_table #
ndb_use_exact_count #
ndb_use_transactions #
ndb_version #
ndb_version_string #
ndb_wait_connected #
ndb_wait_setup #
|