511 Commits (36122594f0c8de5a5c6c31ae9e24ae3903a9c0dd)

Author SHA1 Message Date
Marko Mäkelä 59e022c10d Hopefully really final fix of Bug#11766591 59733: Possible deadlock 14 years ago
Vasil Dimov 3cd36cb0b8 Re-enable the prefetch code in InnoDB internal SQL parser and fix two 14 years ago
Marko Mäkelä b1f927f5be Hopefully final fix of Bug#11766591 59733: Possible deadlock 14 years ago
Marko Mäkelä 607a3e83ff Bug#12601439 CONSISTENT READ FAILURE IN COLUMN PREFIX INDEX 14 years ago
Vasil Dimov 6286d8af65 Disable the prefetch code in the InnoDB internal SQL parser. 14 years ago
Marko Mäkelä 9f4aae8b76 Bug#12948130 UNNECESSARY X-LOCKING OF ADAPTIVE HASH INDEX (BTR_SEARCH_LATCH) 14 years ago
Marko Mäkelä 928b12e540 Bug#11766591 59733: POSSIBLE DEADLOCK WHEN BUFFERED CHANGES ARE DISCARDED 14 years ago
Vasil Dimov 1ebfa44b92 Use cursors for seeking records in SYS_FOREIGN and SYS_INDEXES from 14 years ago
Marko Mäkelä 7088d13d83 Bug #12950803 62294: BUF_BUDDY_RELOCATE CALLS GETTIMEOFDAY ... 14 years ago
Marko Mäkelä 380e7babcc Bug#12547647 UPDATE LOGGING COULD EXCEED LOG PAGE SIZE - take 2 14 years ago
Marko Mäkelä 41bb3537ba Bug#12704861 Corruption after a crash during BLOB update 14 years ago
Marko Mäkelä 06cdf0874a Bug #11766591 59733: POSSIBLE DEADLOCK WHEN BUFFERED CHANGES ARE TO BE DISCARDED 14 years ago
Marko Mäkelä d5c3640064 Bug #11766591 59733: Possible deadlock when buffered changes are to be 14 years ago
Marko Mäkelä 1ba7ae7537 Bug#12835650 VARCHAR maximum length performance impact 14 years ago
Marko Mäkelä 7e8d625b79 Bug#12770537 I_S.TABLES.DATA_LENGTH does not show on-disk size 14 years ago
Inaam Rana 41258f8e6c Bug 12356373 - PERFORMANCE REGRESSION FROM 5.1 TO 5.5 : GROUP BY: 15 years ago
kevin.lewis@oracle.com e3fab622c2 Bug#12637786 was fixed with rb:692 by marko. But that fix has a remaining 15 years ago
Marko Mäkelä 7511f40124 Bug #12612184 BLOB debug code cleanup: 15 years ago
Marko Mäkelä 1b842392c6 Bug#12595087 - 61191: Question about page_zip_available (clean up page0zip.c) 15 years ago
Inaam Rana b3696af2e6 Bug 12635227 - 61188: DROP TABLE EXTREMELY SLOW 15 years ago
Vasil Dimov da9a249b0a Silence bogus compiler warning introduced in 15 years ago
Marko Mäkelä bedad62231 Bug #61341 buf_LRU_insert_zip_clean can be O(N) on LRU length 15 years ago
Marko Mäkelä 49c0ae1998 Bug#12595087 - 61191: Question about page_zip_available 15 years ago
Marko Mäkelä f842fd501f Re-enable the debug assertions for Bug#12650861. 15 years ago
Marko Mäkelä 8a94d55e69 Bug#12612184 Race condition after btr_cur_pessimistic_update() 15 years ago
Marko Mäkelä 2a48b14270 Introduce UNIV_BLOB_NULL_DEBUG for temporarily hiding Bug#12650861. 15 years ago
Marko Mäkelä c0fcd9e0b6 Merge a fix from mysql-5.5 to mysql-5.1: 15 years ago
Marko Mäkelä c8419facb5 Disable a debug assertion that was added to track down Bug#12612184. 15 years ago
Marko Mäkelä 6d20340c72 BLOB instrumentation for Bug#12612184 Race condition in row_upd_clust_rec() 15 years ago
Marko Mäkelä 7759826ea9 Bug#12637786 Wrong secondary index entries on CHAR and VARCHAR columns 15 years ago
Marko Mäkelä 39e1ea62f7 Bug #12612184 BLOB debug code cleanup: Forgot an #if 15 years ago
Dmitry Lenev d076be2a32 Fix for bug #11762012 - "54553: INNODB ASSERTS IN 15 years ago
Marko Mäkelä cad931d628 Bug#12429576 Assertion failure on purge of column prefix index 15 years ago
Vasil Dimov 6209f47fd2 Increment InnoDB Plugin version from 1.0.16 to 1.0.17. 15 years ago
Jimmy Yang ce2ed6197c Fix bug #11796673 address backward compatibility on index with 15 years ago
Marko Mäkelä d0b1a6466c Bug #11760042 - 52409: Assertion failure: long semaphore wait 15 years ago
Marko Mäkelä 1a0dde9206 Bug #11766513 - 59641: Prepared XA transaction in system after hard crash 15 years ago
Marko Mäkelä 4ffb26de4b Bug#11877216 InnoDB too eager to commit suicide on a busy server 15 years ago
Vasil Dimov 764871292e Store the '\0'-terminated query in row->trx_query 15 years ago
Marko Mäkelä 3d12453213 Bug#11849231 inflateInit() invoked without initializing all memory 15 years ago
Marko Mäkelä 8da1dfa9cb Bug #58549 Race condition in buf_LRU_drop_page_hash_for_tablespace() 15 years ago
Vasil Dimov 05c4a3518e Fix BUG#11798085 - INCORRECT INTEGER TYPES USED IN CALCULATION RESULT 15 years ago
Marko Mäkelä 6ae8c575f3 Bug#59307 Valgrind: uninitialized value in rw_lock_set_writer_id_and_recursion_flag() 15 years ago
Jimmy Yang d06bb27fd1 Fix Bug #59749 Enabling concurrent reads while creating non-primary unique 15 years ago
Vasil Dimov 07116bbf8b Fix Bug#59307 Valgrind: uninitialized value in rw_lock_set_writer_id_and_recursion_flag() 15 years ago
Vasil Dimov 2ae1cdf065 Increment InnoDB Plugin version from 1.0.15 to 1.0.16. 15 years ago
MySQL Build Team 0d3f2543a6 Backport into build-201102032246-5.1.52sp1 15 years ago
MySQL Build Team a0dfae2591 Backport into build-201102032246-5.1.52sp1 15 years ago
Marko Mäkelä 154fc1e364 Implement UNIV_BLOB_DEBUG. An early version of this caught Bug #55284. 15 years ago
Marko Mäkelä e67169ee06 Bug #55284 diagnostics: Introduce UNIV_BLOB_LIGHT_DEBUG, enabled by UNIV_DEBUG 15 years ago