Hello Daniel (and others),
The usual changelogs[1] and relese notes[2] don't seem to contain CVE
identifiers, or even a separate section about fixed security issues
For the downstream security teams if would be reassuring if the CVE
information would be easily available. For example if the security
teams follow the CVE news and they for example know or suspect that
CVE-2014-4260 affects MariaDB, it would be nice to see if it is
already fixed or what version it was fixed in, so downstream security
teams can organize and prioritize their patching and release work.
Do you have any suggestion how to address this?
Should we maybe have a separate wiki page, e.g.
https://mariadb.com/kb/en/mariadb/cve/ that would have a table of CVEs
and MariaDB 5.5/10.0/Galera versions where they are fixed? Or should
just each release notes include a subsection "Security" with these
details? Something else?
Of course we need to consider timing issues, e.g. a security issue
fixed in MariaDB might get publicity and a CVE only later when Oracle
releases it, and in those cases old release notes need to be upgraded
to include the CVE identifiers.
[1] https://mariadb.com/kb/en/mariadb-10013-changelog/
[2] https://mariadb.com/kb/en/mariadb-10013-release-notes/
(To be exact, googling for 'mariadb cve' does give one hit at
mariadb.com in the 5.3.12 release notes)
I was chatting with some folks on IRC and someone pointed this out to me.
On the "Upgrading From MariaDB 5.5 to MariaDB 10.0" page, it says that
the new default value for innodb-buffer-pool-instances is '0':
https://mariadb.com/kb/en/upgrading-from-mariadb-55-to-mariadb-100/
And when I run the following, it says the default is indeed '0':
mysqld --no-defaults --verbose --help | grep innodb-buffer-pool-instances
...
innodb-buffer-pool-instances 0
But when I'm in the client, I get the following:
MariaDB [(none)]> select @@innodb_buffer_pool_instances;
+--------------------------------+
| @@innodb_buffer_pool_instances |
+--------------------------------+
| 8 |
+--------------------------------+
So when innodb-buffer-pool-instances is set to '0', does that mean the
actual value is dynamic or calculated in some way based on my other
settings?
Just trying to understand what's going on, and once I do, use it to
update the XtraDB/InnoDB buffer-pool page (which doesn't appear to
have been updated for 10.0).
https://mariadb.com/kb/en/xtradbinnodb-buffer-pool/
Thanks!
--
Daniel Bartholomew, MariaDB Release Manager
MariaDB | http://mariadb.com