$ sql/mysqld --no-defaults --datadir=/tmp/${PWD##*/}-datadir --socket=/tmp/${PWD##*/}.sock --plugin-dir=${PWD}/mysql-test/var/plugins/ --verbose --skip-networking --innodb-buffer-pool-load-at-startup=0
|
2022-11-14 11:34:23 0 [Note] sql/mysqld (mysqld 10.4.28-MariaDB) starting as process 47533 ...
|
2022-11-14 11:34:23 0 [Note] InnoDB: Using Linux native AIO
|
2022-11-14 11:34:23 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2022-11-14 11:34:23 0 [Note] InnoDB: Uses event mutexes
|
2022-11-14 11:34:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
|
2022-11-14 11:34:23 0 [Note] InnoDB: Number of pools: 1
|
2022-11-14 11:34:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
|
2022-11-14 11:34:23 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
|
2022-11-14 11:34:23 0 [Note] InnoDB: Completed initialization of buffer pool
|
2022-11-14 11:34:23 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
|
2022-11-14 11:34:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
|
2022-11-14 11:34:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
|
2022-11-14 11:34:23 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
|
2022-11-14 11:34:23 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
2022-11-14 11:34:23 0 [Note] InnoDB: Waiting for purge to start
|
2022-11-14 11:34:23 0 [Note] InnoDB: 10.4.28 started; log sequence number 842732234; transaction id 40
|
2022-11-14 11:34:23 0 [Note] Plugin 'FEEDBACK' is disabled.
|
2022-11-14 11:34:23 0 [Note] Reading of all Master_info entries succeeded
|
2022-11-14 11:34:23 0 [Note] Added new Master_info '' to hash table
|
2022-11-14 11:34:23 0 [Note] sql/mysqld: ready for connections.
|
Version: '10.4.28-MariaDB' socket: '/tmp/build-mariadb-server-10.4.sock' port: 0 Source distribution
|
|
$ mc -e 'show global status like "innodb_buffer_pool%"; select now()'
|
+---------------------------------------+----------+
|
| Variable_name | Value |
|
+---------------------------------------+----------+
|
| Innodb_buffer_pool_dump_status | |
|
| Innodb_buffer_pool_load_status | |
|
| Innodb_buffer_pool_resize_status | |
|
| Innodb_buffer_pool_load_incomplete | OFF |
|
| Innodb_buffer_pool_pages_data | 3114 |
|
| Innodb_buffer_pool_bytes_data | 51019776 |
|
| Innodb_buffer_pool_pages_dirty | 131 |
|
| Innodb_buffer_pool_bytes_dirty | 2146304 |
|
| Innodb_buffer_pool_pages_flushed | 0 |
|
| Innodb_buffer_pool_pages_free | 3586 |
|
| Innodb_buffer_pool_pages_misc | 1327 |
|
| Innodb_buffer_pool_pages_total | 8027 |
|
| Innodb_buffer_pool_read_ahead_rnd | 0 |
|
| Innodb_buffer_pool_read_ahead | 1626 |
|
| Innodb_buffer_pool_read_ahead_evicted | 0 |
|
| Innodb_buffer_pool_read_requests | 2827972 |
|
| Innodb_buffer_pool_reads | 1358 |
|
| Innodb_buffer_pool_wait_free | 0 |
|
| Innodb_buffer_pool_write_requests | 715 |
|
+---------------------------------------+----------+
|
+---------------------+
|
| now() |
|
+---------------------+
|
| 2022-11-14 11:34:24 |
|
+---------------------+
|
|
~/repos/build-mariadb-server-10.4
|
$ mc -e 'show global status like "innodb_buffer_pool%"; select now()'
|
+---------------------------------------+----------+
|
| Variable_name | Value |
|
+---------------------------------------+----------+
|
| Innodb_buffer_pool_dump_status | |
|
| Innodb_buffer_pool_load_status | |
|
| Innodb_buffer_pool_resize_status | |
|
| Innodb_buffer_pool_load_incomplete | OFF |
|
| Innodb_buffer_pool_pages_data | 4687 |
|
| Innodb_buffer_pool_bytes_data | 76791808 |
|
| Innodb_buffer_pool_pages_dirty | 0 |
|
| Innodb_buffer_pool_bytes_dirty | 0 |
|
| Innodb_buffer_pool_pages_flushed | 131 |
|
| Innodb_buffer_pool_pages_free | 1349 |
|
| Innodb_buffer_pool_pages_misc | 1991 |
|
| Innodb_buffer_pool_pages_total | 8027 |
|
| Innodb_buffer_pool_read_ahead_rnd | 0 |
|
| Innodb_buffer_pool_read_ahead | 2420 |
|
| Innodb_buffer_pool_read_ahead_evicted | 0 |
|
| Innodb_buffer_pool_read_requests | 4281798 |
|
| Innodb_buffer_pool_reads | 2137 |
|
| Innodb_buffer_pool_wait_free | 0 |
|
| Innodb_buffer_pool_write_requests | 715 |
|
+---------------------------------------+----------+
|
+---------------------+
|
| now() |
|
+---------------------+
|
| 2022-11-14 11:34:25 |
|
+---------------------+
|
|
~/repos/build-mariadb-server-10.4
|
$ mc -e 'show global status like "innodb_buffer_pool%"; select now()'
|
+---------------------------------------+----------+
|
| Variable_name | Value |
|
+---------------------------------------+----------+
|
| Innodb_buffer_pool_dump_status | |
|
| Innodb_buffer_pool_load_status | |
|
| Innodb_buffer_pool_resize_status | |
|
| Innodb_buffer_pool_load_incomplete | OFF |
|
| Innodb_buffer_pool_pages_data | 5525 |
|
| Innodb_buffer_pool_bytes_data | 90521600 |
|
| Innodb_buffer_pool_pages_dirty | 0 |
|
| Innodb_buffer_pool_bytes_dirty | 0 |
|
| Innodb_buffer_pool_pages_flushed | 131 |
|
| Innodb_buffer_pool_pages_free | 141 |
|
| Innodb_buffer_pool_pages_misc | 2361 |
|
| Innodb_buffer_pool_pages_total | 8027 |
|
| Innodb_buffer_pool_read_ahead_rnd | 0 |
|
| Innodb_buffer_pool_read_ahead | 2881 |
|
| Innodb_buffer_pool_read_ahead_evicted | 0 |
|
| Innodb_buffer_pool_read_requests | 5195230 |
|
| Innodb_buffer_pool_reads | 2514 |
|
| Innodb_buffer_pool_wait_free | 0 |
|
| Innodb_buffer_pool_write_requests | 715 |
|
+---------------------------------------+----------+
|
+---------------------+
|
| now() |
|
+---------------------+
|
| 2022-11-14 11:34:26 |
|
+---------------------+
|
What are your settings of innodb_buffer_pool_size and innodb_flush_method on 10.5.13 and 10.9.3? Note that the default for the latter was changed in
MDEV-24854(10.6).