534 Commits (e498a1bf65101878f51d0b2ca3eb0d05a8d3d01c)

Author SHA1 Message Date
Sunny Bains 61c2b12da7 Fix bug# 18274 InnoDB auto_increment field reset on OPTIMIZE TABLE 15 years ago
Marko Mäkelä 4bb4eb800e Fix a debug assertion failure in the Bug#57802 fix. 15 years ago
Vasil Dimov f9c2f7cd01 Remove unused parameter has_dict_mutex of dict_update_statistics_low() 15 years ago
Marko Mäkelä db054043ac Bug#57802 Empty ASSERTION parameter passed to the HASH_SEARCH macro 15 years ago
Marko Mäkelä 298717f419 Declarations and code do not mix in C90, not even within UNIV_DEBUG. 15 years ago
Jimmy Yang f2215a11ac Fix Bug #48026 Log start and end of InnoDB buffer pool initialization 15 years ago
Jimmy Yang 7ade161589 Port fix for Bug #48026 to 5.1 built-in and plugin: Log start and end 15 years ago
Marko Mäkelä 57cb45514d row_ins_index_entry(): Note that only CREATE INDEX sets foreign=FALSE. 15 years ago
Sunny Bains 1f0f542a42 Add change log entry for bug#54538 fix. 15 years ago
Marko Mäkelä dfe39f68a9 rw_lock_debug_print(): Output the thread ID in unsigned format. 15 years ago
Vasil Dimov a491492f15 Add ChangeLog entry for Bug#53046 15 years ago
Marko Mäkelä bfc7040355 Bug#57947 InnoDB diagnostics shows btr_block_get calls instead of real callers 15 years ago
Marko Mäkelä eab53d4e80 Non-functional change: Remove bogus const qualifiers 15 years ago
Sunny Bains c64f952699 Fix Bug #54538 - use of exclusive innodb dictionary lock limits performance. 15 years ago
unknown 64e476e070 In this patch, existing tests innodb_bug54679.test and innodb_bug56632.test are 15 years ago
Vasil Dimov 49cbbf6ea4 Fix Bug#53046 dict_update_statistics_low can still be run concurrently on same table 15 years ago
Vasil Dimov addb147533 Increment InnoDB Plugin version to 1.0.14. 15 years ago
Marko Mäkelä 004bb1b15e Bug#57799 READ UNCOMMITTED access failure of off-page DYNAMIC or COMPRESSED 15 years ago
Marko Mäkelä 6c802b3c43 White-space corrections in the InnoDB Plugin ChangeLog 15 years ago
Calvin Sun 460ad14e04 Bug#52062: Compiler warning in os0file.c on windows 64-bit 15 years ago
Inaam Rana 26738c280f Bug #57611 ibdata file and continuous growing undo logs 15 years ago
Jimmy Yang 112684b0ba Fix bug #57700 Latching order violation in row_truncate_table_for_mysql(). 15 years ago
Jimmy Yang ed2e88e66c Fix bug #57700 Latching order violation in row_truncate_table_for_mysql(). 15 years ago
Jimmy Yang e8f228e7eb Fix Bug #57616 Sig 11 in dict_load_table() when failed to load 15 years ago
Jimmy Yang 1e09ea9549 Fix bug #57616 Sig 11 in dict_load_table() when failed to load index 15 years ago
Vasil Dimov cb01050661 Fix Bug#53916 storage/innodb_plugin does not compile on NetBSD/sparc64 15 years ago
Davi Arnaut be170c213f Bug#45288: pb2 returns a lot of compilation warnings on linux 15 years ago
Marko Mäkelä c38071ec18 Bug #56680 wrong InnoDB results from a case-insensitive covering index 15 years ago
Vasil Dimov 78804bc8bd Fix Bug#57252 disabling innobase_stats_on_metadata disables ANALYZE 15 years ago
Vasil Dimov ef858cc463 Remove leftover conflict marker 15 years ago
Vasil Dimov 74b42d8daa Add InnoDB Plugin ChangeLog entry for Bug#56143 15 years ago
Vasil Dimov 3ce802d5d8 Fix the formatting in storage/innodb_plugin/ChangeLog 15 years ago
Jimmy Yang 27c80dd424 Remove an unused counter variable in io_handler_thread(). 15 years ago
Vasil Dimov f918ad4381 Fix Bug#56143 too many foreign keys causes output of show create table to become invalid 15 years ago
Jimmy Yang d5055f4e8a Fix Bug #57397 io_handler_thread() will never cleanup 15 years ago
unknown 891bbf224a Bug#56632 - The warning code related to KEY_BLOCK_SIZE and ROW_FORMAT when innodb_strict_mode=OFF is improved in order to take into account whether the KEY_BLOCK_SIZE is specified on the current ALTER statement or the previous CREATE statement. 15 years ago
unknown 498ee6bd19 Fix bug #57345 15 years ago
Jimmy Yang 820e1bc6f4 A more complete fix for bug #57345 btr_pcur_store_position abort for load 15 years ago
Marko Mäkelä a8da1a3a58 Bug #56947 InnoDB leaks memory when failing to create a table 15 years ago
Sunny Bains 7ee98d4fea Bug# 56982 Assertion Failure from ha_innobase::innobase_peek_autoinc() when auto_inc > 0 15 years ago
Martin Hansson 30f57b3323 Bug#56423: Different count with SELECT and CREATE SELECT queries 15 years ago
Jimmy Yang cf2c8701b4 Fix Bug #57255 Cascade Delete results in "Got error -1 from storage engine". 15 years ago
Marko Mäkelä 190ebda206 Bug#56716 InnoDB locks a record gap without locking the table 15 years ago
Vasil Dimov eaaea8eb7d Fix Bug#56340 innodb updates index stats too frequently after non-index updates 15 years ago
Vasil Dimov 51cdf59546 Fix a potential bug when using __sync_lock_test_and_set() 15 years ago
Vasil Dimov 3de0aa061b Increment InnoDB Plugin version to 1.0.13. 15 years ago
Vasil Dimov 9f3660c6e5 Silence a GCC warning about reaching the end of non-void func 15 years ago
Vasil Dimov 844a8098aa Fix typo, should be UNIV_SYNC_DEBUG. 15 years ago
Vasil Dimov da98776bfb (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6 15 years ago
Vasil Dimov e4996035b2 (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6 15 years ago