684 Commits (7c85a8d936b1a8bb82ff069f82f5ecf3ff2ab654)

Author SHA1 Message Date
Marko Mäkelä 644ffdeb92 Fix integer type mismatch in WSREP debug output 8 years ago
Marko Mäkelä dfd010ef90 MDEV-14086 Setting innodb_buffer_pool_load_now or innodb_buffer_load_abort will crash if innodb_read_only 8 years ago
Sergei Golubchik d76f5774fe MDEV-13459 Warnings, when compiling with gcc-7.x 8 years ago
Jan Lindström fc9ff69578 MDEV-13838: Wrong result after altering a partitioned table 8 years ago
Sachin Setiya 0627929f62 MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) 8 years ago
Vicențiu Ciorbaru b4606367d7 5.6.37-82.2 8 years ago
Vladislav Vaintroub ad17e8e518 MDEV-13821 : mariabackup sometimes could lose ib_logf(FATAL) messages, 8 years ago
Jan Lindström fa2701c6f7 MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to tem… 8 years ago
Andrei Elkin 888a8b69bd MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-only mode 8 years ago
sjaakola 0ddf32c840 refs: MW-322 * generating fake trx id for CTAS, requires trx_sys mutex protection to be safe for concurrent CTAS processors 9 years ago
Jan Lindström 9284e8b2c6 MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 8 years ago
Marko Mäkelä 2b5c9bc2c8 MDEV-13247 innodb_log_compressed_pages=OFF breaks crash recovery of ROW_FORMAT=COMPRESSED tables 8 years ago
Marko Mäkelä e5980bf1b1 Remove the unnecessary method handlerton::release_temporary_latches() 9 years ago
Marko Mäkelä 58f87a41bd Remove some fields from dict_table_t 9 years ago
Marko Mäkelä 4325041df6 MDEV-13057 innodb_read_only=1 should avoid creating buf_flush_page_cleaner_thread 9 years ago
Marko Mäkelä 417434f12d MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo log 9 years ago
Marko Mäkelä fbeb9489cd Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 9 years ago
Jan Lindström 112b21da37 MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M; 9 years ago
Jan Lindström 1af8bf39ca MDEV-12113: install_db shows corruption for rest encryption with innodb_data_file_path=ibdata1:3M; 9 years ago
Sergei Golubchik 7c03edf2fe MDEV-6262 analyze the coverity report on mariadb 9 years ago
Vicențiu Ciorbaru 3c7af6c490 Fix xtradb handler compilation post merge 9 years ago
Marko Mäkelä 54bb04f7ef Fix some __attribute__((nonnull)) misuse 9 years ago
Marko Mäkelä 9f89b94ba6 MDEV-12358 Work around what looks like a bug in GCC 7.1.0 9 years ago
Marko Mäkelä 408ef65f84 Never pass NULL to innobase_get_stmt() 9 years ago
Marko Mäkelä 71cd205956 Silence bogus GCC 7 warnings -Wimplicit-fallthrough 9 years ago
Marko Mäkelä 4754f88cff Never pass NULL to innobase_get_stmt() 9 years ago
Marko Mäkelä 7972da8aa1 Silence bogus GCC 7 warnings -Wimplicit-fallthrough 9 years ago
Marko Mäkelä b8187fd005 MDEV-12071 storage/xtradb/handler/ha_innodb.cc: Cannot assign const_iterator to iterator 9 years ago
Vicențiu Ciorbaru 360a4a0372 5.6.36-82.0 9 years ago
Sergei Golubchik 71b4503242 MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warning 9 years ago
Sergei Golubchik c0e24cd0e8 compiler warnings 9 years ago
Vladislav Vaintroub 9c4b7cad27 MDEV-9566 Prepare xtradb for xtrabackup 9 years ago
Jan Lindström 765a43605a MDEV-12253: Buffer pool blocks are accessed after they have been freed 9 years ago
Marko Mäkelä 25d69ea012 MDEV-12198 innodb_defragment=1 crashes server on OPTIMIZE TABLE when FULLTEXT index exists 9 years ago
Vladislav Vaintroub d7c35a9992 Fix compiler error 9 years ago
Vladislav Vaintroub e5b67a46bc MDEV-12345 Performance : replace calls to clock() inside trx_start_low() by THD::start_utime 9 years ago
Jan Lindström 50eb40a2a8 MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 9 years ago
Marko Mäkelä 5aacb861f2 WSREP: Use TRX_ID_FMT for trx_id_t in messages. 9 years ago
Vicențiu Ciorbaru 8d69ce7b82 5.6.35-80.0 9 years ago
Nirbhay Choubey 3435e8a515 MDEV-7635: Part 1 9 years ago
Marko Mäkelä f162704570 Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF. 9 years ago
Jan Lindström 17cc619847 MDEV-11671: Duplicated [NOTE] output for changed innodb_page_size 9 years ago
Marko Mäkelä 732672c304 MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytes 9 years ago
Jan Lindström 8a4d605500 MDEV-11838: Innodb-encryption-algorithm default should be != none 9 years ago
Nirbhay Choubey 5fc1ba604e Fix for post-merge build failure. 9 years ago
Marko Mäkelä 384f4d1e36 Post-push fix for MDEV-11556: Make the debug variable UINT. 9 years ago
Marko Mäkelä 719321e78e MDEV-11638 Encryption causes race conditions in InnoDB shutdown 9 years ago
Marko Mäkelä 80d5d1452a MDEV-11694 InnoDB tries to create unused table SYS_ZIP_DICT 9 years ago
Sachin Setiya b4616c40be MDEV-7955 WSREP() appears on radar in OLTP RO 9 years ago
Marko Mäkelä 8451e09073 MDEV-11556 InnoDB redo log apply fails to adjust data file sizes 9 years ago