lp:~tktran/maria/maria-fix-bug5681

Created by Tan Tran and last modified
Get this branch:
bzr branch lp:~tktran/maria/maria-fix-bug5681
Only Tan Tran can upload to this branch. If you are Tan Tran please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tan Tran
Project:
MariaDB
Status:
Development

Recent revisions

4102. By Tan Tran

MDEV-5681: audit log will not rotate when the file size exceeds global variable setting

4101. By Alexey Botchkov

MDEV-5756 Add Audit Plugin to Debian packaging.

4100. By Alexey Botchkov

MDEV-5436 mysqld crash signal 11 in mysql_audit_general.
   That error 'Can't open the pid file' leads to mysqld crash signal 11 in mysql_audit_general() called
   with the 'thd' parameter set to NULL. That wasn't checked when the thd->db and thd->db_length
   were accessed. Fixed by checking for the NULL thd.

4099. By Elena Stepanova <email address hidden>

Increment the version number

4098. By Jan Lindström

MDEV-5746: Slow file extend when innodb_use_fallocate=1 and SSD
file storage.

Analysis: posix_fallocate was called using 0 as offset and len as
desired size. This is not optimal for SSDs.

Fix: Call posix_fallocate with correct offset i.e. current file size
and extend the file from there len bytes.

4097. By Jan Lindström

MDEV-5742: Assertion failure node->n_pending on fil0fil.c line 5039
on debug build when innodb_use_fallocate=1

Analysis: There was merge error that caused additional call to
fil_node_complete_io.

Fixed by removing incorrect call and fixed calculation of extended
file size.

4096. By Alexey Botchkov

MariaDB Audit plugin added.

4095. By Sergei Golubchik

5.3 merge

4094. By Sergei Golubchik

Fix "cmake . && cmake -DWITHOUT_TOKUDB=1" to disable tokudb

4093. By Sergei Golubchik

MDEV-5624 mysqldump --dump-slave option does not restart the replication if the dump has failed

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:maria
This branch contains Public information 
Everyone can see this information.

Subscribers