Skip to content

Commit 6cf3a5a

Browse files
committed
docs: update INTERNALS.md with Cloud, SSH, Container and Plugin info
1 parent 4e06aec commit 6cf3a5a

4 files changed

Lines changed: 29 additions & 24 deletions

File tree

CURRENT_VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.10
1+
2.8.11

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.8.11 2026-01-17
2+
3+
- docs: update INTERNALS.md with information about Cloud, SSH, Containers, and Plugins
4+
- chore: bump version to 2.8.11
5+
16
2.8.10 2026-01-17
27

38
- feat: add dates and commands to log files in test_envs.sh

INTERNALS.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@
153153
* Performance analysis parameter checks (metadata performance)
154154
- Per database information
155155
* Tables number
156-
- Rows number
157-
- Total size
158-
- Data size
159-
- Percentage of data size
160-
- Index size
161-
- Percentage of index size
156+
- Rows number
157+
- Total size
158+
- Data size
159+
- Percentage of data size
160+
- Index size
161+
- Percentage of index size
162162
- Views number
163163
- Triggers number
164164
- Routines number
@@ -171,10 +171,10 @@
171171

172172
- Top 10 worth selectivity index
173173
- Per index information
174-
- Index Cardinality
175-
- Index Selectivity
176-
- Misc information about index definition
177-
- Misc information about index size
174+
- Index Cardinality
175+
- Index Selectivity
176+
- Misc information about index definition
177+
- Misc information about index size
178178

179179
## MySQLTuner Connections information
180180

@@ -212,10 +212,10 @@
212212
- Per Thread Buffer
213213
- Read Buffer
214214
- Read RND Buffer
215-
- Sort Buffer
216-
- Thread stack
217-
- Join Buffer
218-
- Binlog Cache Buffers size if activated
215+
- Sort Buffer
216+
- Thread stack
217+
- Join Buffer
218+
- Binlog Cache Buffers size if activated
219219

220220
## MySQLTuner query cache checks
221221

@@ -295,13 +295,13 @@
295295
- wsrep_node_name is defined.
296296
- Check thet notification script wsrep_notify_cmd is defined
297297
- wsrep_cluster_status PRIMARY /NON PRIMARY.
298-
- PRIMARY : Coherent cluster
299-
- NO PRIMARY : cluster gets several states
298+
- PRIMARY : Coherent cluster
299+
- NO PRIMARY : cluster gets several states
300300
- wsrep_local_state_comment: Node state
301-
- SYNCED (uptodate),
302-
- DONOR (sending information to another node)
303-
- Joiner (try to reach cluster group)
304-
- SYNCED state able to read/write
301+
- SYNCED (uptodate),
302+
- DONOR (sending information to another node)
303+
- Joiner (try to reach cluster group)
304+
- SYNCED state able to read/write
305305
- wsrep_cluster_conf_id configuration level must be identical in all nodes
306306
- wsrep_slave_thread is between 3 or 4 times number of CPU core.
307307
- gcs.limit should be equal to wsrep_slave_threads * 5

mysqltuner.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# mysqltuner.pl - Version 2.8.10
2+
# mysqltuner.pl - Version 2.8.11
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com
55
# Copyright (C) 2006-2023 Major Hayden - major@mhtx.net
@@ -59,7 +59,7 @@ package main;
5959
my $is_win = $^O eq 'MSWin32';
6060

6161
# Set up a few variables for use in the script
62-
my $tunerversion = "2.8.10";
62+
my $tunerversion = "2.8.11";
6363
my ( @adjvars, @generalrec );
6464

6565
# Set defaults
@@ -8287,7 +8287,7 @@ =head1 OUTPUT OPTIONS
82878287
82888288
=head1 VERSION
82898289
8290-
Version 2.8.9
8290+
Version 2.8.11
82918291
=head1 PERLDOC
82928292
82938293
You can find documentation for this module with the perldoc command.

0 commit comments

Comments
 (0)