301 Commits (f50eb0d398f5f5eb2110192be436e70acd44cb9d)

Author SHA1 Message Date
Marko Mäkelä da094188f6 MDEV-24393 InnoDB disregards --skip-external-locking 4 years ago
Marko Mäkelä 58252fff15 MDEV-26040 os_file_set_size() may not work on O_DIRECT files 4 years ago
Vladislav Vaintroub 00f620b27e MDEV-21584 - portability fix 5 years ago
Marko Mäkelä 14a8b700f3 Cleanup: Remove unused OS_DATA_TEMP_FILE 5 years ago
Eugene Kosov 52dad6fd26 MDEV-21584 Linux aio returned OS error 22 5 years ago
xdavidwu 3ee2422624 InnoDB, XtraDB: handle EOPNOTSUPP from posix_fallocate() 5 years ago
Marko Mäkelä efc70da5fd MDEV-22769 Shutdown hang or crash due to XA breaking locks 5 years ago
Vlad Lesin 0f9bfcc323 MDEV-22554: "mariabackup --prepare" exits with code 0 even though innodb 6 years ago
Petr Vaněk b1d7ba472e innodb: fix typo in function description 6 years ago
Nikša Skeledžija c25a0662b3 Bug #30499288 - GCC 9.2.1 REPORTS A NEW WARNING FOR OS_FILE_GET_PARENT_DIR 6 years ago
Eugene Kosov 543f22a2d0 check parameters of io_submit() and LinuxAIOHandler::reserve_slot() 6 years ago
Eugene Kosov 49ed1ae320 fix double io_destroy() + cleanup 6 years ago
Eugene Kosov d30e51fafb cleanup Linux AIO 6 years ago
Vladislav Vaintroub 2d82ae5ba3 MDEV-20825 : Innodb does not start if GetDiskFreeSpace() fails. 6 years ago
Marko Mäkelä 0c7c61019d Remove the wrappers ut_time(), ut_difftime(), ib_time_t 6 years ago
Marko Mäkelä cbac8f9351 MDEV-19725 Incorrect error handling in ALTER TABLE 6 years ago
Vicențiu Ciorbaru c0ac0b8860 Update FSF address 7 years ago
Sachin Agarwal 06ec56f579 Bug #27850600 INNODB ASYNC IO ERROR HANDLING IN IO_EVENT 7 years ago
Sergei Golubchik f97d879bf8 cmake: re-enable -Werror in the maintainer mode 7 years ago
Marko Mäkelä 00572a0b0c MDEV-17482 InnoDB fails to say which fatal error fsync() returned 7 years ago
Sergei Golubchik f1134d5676 post-merge: gcc 8 warnings 7 years ago
Marko Mäkelä 2565c02ca5 Remove unnecessary type casts 7 years ago
Marko Mäkelä ff88e4bb8a Remove many redundant #include from InnoDB 7 years ago
Marko Mäkelä f718477714 os_aio_validate_skip(): Fix a data race 7 years ago
Marko Mäkelä 055a3334ad MDEV-13564 Mariabackup does not work with TRUNCATE 7 years ago
Marko Mäkelä de469a2f29 MDEV-14637: Fix hang due to persistent statistics 7 years ago
Allen Lai f70a318576 Bug#27805553 HARD ERROR SHOULD BE REPORTED WHEN FSYNC() RETURN EIO. 8 years ago
Vladislav Vaintroub b71c9ae030 amend fix for MDEV-16596 - do not use CREATE_NEW flag when reopening redo log file. 7 years ago
Vladislav Vaintroub c612a1e77c MDEV-16596 : Windows - redo log does not work on native 4K sector disks. 7 years ago
Vladislav Vaintroub 04677f44c7 Innodb : do not use errno on Windows to print os_file_pwrite() error. 7 years ago
Marko Mäkelä 8f5f0575ab MDEV-16456 InnoDB error "returned OS error 71" complains about wrong path 7 years ago
Marko Mäkelä 0ad9c3a016 MDEV-16456 InnoDB error "returned OS error 71" complains about wrong path 7 years ago
Marko Mäkelä 55abcfa7b7 MDEV-16124 fil_rename_tablespace() times out and crashes server during table-rebuilding ALTER TABLE 7 years ago
Marko Mäkelä 9801715cb0 Use compile_time_assert() in InnoDB 8 years ago
Marko Mäkelä 715e4f4320 MDEV-12218 Clean up InnoDB parameter validation 8 years ago
Marko Mäkelä 9ed2b2b2b8 Do not divide or multiply by srv_page_size 8 years ago
Marko Mäkelä a90100d756 Replace univ_page_size and UNIV_PAGE_SIZE 8 years ago
Marko Mäkelä ba19764209 Fix most -Wsign-conversion in InnoDB 8 years ago
Vladislav Vaintroub 321771f89f MDEV-15895 : make Innodb merge temp tables use pfs_os_file_t for 8 years ago
Vladislav Vaintroub 47ea2227e5 fix typo, amend last commit 8 years ago
Vladislav Vaintroub 043a9b4e1b Windows, innodb : reduce noise from os_file_get_block_size() 8 years ago
Vladislav Vaintroub 7b16291c36 MDEV-15707 : deadlock in Innodb IO code, caused by change buffering. 8 years ago
Marko Mäkelä e0a0fe7d81 MDEV-12396 IMPORT TABLESPACE: Do not retry partial reads 8 years ago
Daniel Black 7bb661cd40 innodb: os_file_create_tmpfile always called with NULL -> simplify 8 years ago
Daniel Black 26e4a48bda MDEV-8743: ib_logfile0 Use O_CLOEXEC so galera SST scripts don't get fd 8 years ago
Vladislav Vaintroub 56e7b7eaed Make possible to use clang on Windows (clang-cl) 8 years ago
Marko Mäkelä 00f0c039d2 MDEV-15270 Mariabackup should not try to use doublewrite buffer 8 years ago
Vladislav Vaintroub 53476abce8 Windows, compiling : use /permissive- switch to improve conformance 8 years ago
Marko Mäkelä c19ef508b8 InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 8 years ago
Marko Mäkelä 51679e5c38 MDEV-14132 InnoDB page corruption 8 years ago