We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9e0004 + 9d1d19c commit 285ba51Copy full SHA for 285ba51
mysqltuner.pl
@@ -1121,9 +1121,9 @@ sub get_all_vars {
1121
}
1122
1123
# Support GTID MODE FOR MARIADB
1124
- # Issue MariaDB GTID mode #272
1125
- $myvar{'gtid_mode'} = $myvar{'gtid_strict_mode'}
1126
- if ( defined( $myvar{'gtid_strict_mode'} ) );
+ # Issue MariaDB GTID mode #513
+ $myvar{'gtid_mode'} = 'ON'
+ if ( defined( $myvar{'gtid_current_pos'} ) and $myvar{'gtid_current_pos'} ne '' );
1127
1128
$myvar{'have_threadpool'} = "NO";
1129
if ( defined( $myvar{'thread_pool_size'} )
0 commit comments