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.
1 parent 9a9ff55 commit 9d1d19cCopy full SHA for 9d1d19c
1 file changed
mysqltuner.pl
@@ -1114,9 +1114,9 @@ sub get_all_vars {
1114
}
1115
1116
# Support GTID MODE FOR MARIADB
1117
- # Issue MariaDB GTID mode #272
1118
- $myvar{'gtid_mode'} = $myvar{'gtid_strict_mode'}
1119
- 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 '' );
1120
1121
$myvar{'have_threadpool'} = "NO";
1122
if ( defined( $myvar{'thread_pool_size'} )
0 commit comments