server icon indicating copy to clipboard operation
server copied to clipboard

MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable,...

Results 339 server issues
Sort by recently updated
recently updated
newest added

- [x] *The Jira issue number for this PR is: MDEV-33543* ## Description Issue: When getting a page (buf_page_get_gen) with no latch option (RW_NO_LATCH), the caller is not expected to...

- [x] *The Jira issue number for this PR is: MDEV-33618* ## Description - Add `mariadbd_safe` to be used as an option group in my.cnf - Update man page.

need feedback

…srep_on) && wsrep_emulate_bin_log) || mysql_bin_log.is_open()' failed in int THD::binlog_write_row(TABLE*, bool, const uchar*) - [x] *The Jira issue number for this PR is: MDEV-33997* ## Description Problem was that we did...

Codership

- [x] *The Jira issue number for this PR is: MDEV-32637* ## Description MariaDB provides the UUID method that generates UUID v1, however, UUID v1 generates non-linear UUIDS that will...

## Description The script retrieves the subject of the certificate using the command ``openssl x509 -noout -subject -in "$SSTCERT"`` and then pipes it to extract the CN. However, the current...

This PR is a pared-down version of https://github.com/MariaDB/server/pull/3224, which _only_ introduces the server-initiated instant failover mechanism and _does not address_ any of the pre-existing TLS issues which were discovered or...

Queries having the following form may cause a crash SELECT t1.a FROM ( SELECT a AS a1 FROM t1 ) dt JOIN t1 ON a1 LIKE EXISTS ( SELECT a...

MariaDB Corporation

- [x] *The Jira issue number for this PR is: MDEV-33087* ## Description - During copy algorithm, InnoDB should use bulk insert operation for row by row insert operation. By...

- [x] *The Jira issue number for this PR is: MDEV-33919* ## Description Few man pages have less standard format directive: `.it 1 an-trap` which specifying a formatting instruction related...

- [x] *The Jira issue number for this PR is: MDEV-28914* ## Description A few commands have been missing in MariaDB MTR compare to MySQL MTR: - "force_cpdir" is useful...

External Contribution