1403 Commits (deaf220c509ffefdb83bcab1ad2eabb03bb0122a)

Author SHA1 Message Date
Igor Babaev 40c42468bc Fixed LP bug #806057. 14 years ago
Michael Widenius 692fcba403 Fixed compiler warnings and other bugs found by buildbot. 14 years ago
Sergei Golubchik e79847d16a after merge fixes 14 years ago
Michael Widenius 8fb10c24d7 Fixed that automatic killing of delayed insert thread (in flush, alter table etc) will not abort auto-repair of MyISAM table. 14 years ago
Michael Widenius 31c8c95bb2 Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open & my_malloc to mysqld error log if one sets log-warning to 10 or 11 14 years ago
Sergey Vojtovich a8ee6e48f7 BUG#11763712 - 56458: KILLING A FLUSH TABLE FOR A MERGE/CHILD 15 years ago
Sergey Glukhov 3468b55a21 Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUNCTION IN WHERE C 15 years ago
Kent Boortz 44135d4725 Updated/added copyright headers 15 years ago
Guilhem Bichot 12c42b980a Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'. 15 years ago
Michael Widenius 6f20e3a385 Fixed problem that fill_record() allocated memory for every call. This could be a problem when doing big unions as memory could be filled up. 15 years ago
Jon Olav Hauglid 4e26a41f3e Bug# 11763784 (former 56541) 15 years ago
Michael Widenius ff3da0f963 Change TABLE->alias to String for less memory reallocation 15 years ago
Karen Langford de3c4428b8 Updating header copyright/README in source for 2011 15 years ago
unknown e2bd1ee9df Fix of LP bug#706884: fill_record should be used for only one table (no need list). 15 years ago
Jan Wedvik 0a7cfad080 Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' 15 years ago
Kent Boortz 85323eda8a - Added/updated copyright headers 15 years ago
Alexander Nozdrin 1bd81f6b81 Patch for Bug#57952 (privilege change is not taken into account by EXECUTE). 15 years ago
Michael Widenius 5b3159dbc7 Fixed compiler & valgrind warnings from my previous push. 15 years ago
Michael Widenius 20acfbf30d Fix for: LP #634955: Assert in _ma_update_at_original_place() 15 years ago
unknown 42f8d2f249 Bug#56226 Table map set to 0 after altering MyISAM table 15 years ago
Michael Widenius bdba1d11c4 Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
Michael Widenius a4fff491eb Fix that one can run mysql_upgrade with long table names 15 years ago
Davi Arnaut 9a5fa17fd3 Bug#45288: pb2 returns a lot of compilation warnings on linux 16 years ago
Igor Babaev 452860dfde Fixed bug #604503. 16 years ago
Igor Babaev 4090100743 Fixed bug #603186. 16 years ago
Davi Arnaut 0eb26fdfa8 Bug#53445: Build with -Wall and fix warnings that it generates 16 years ago
Dmitry Lenev 0a35e5bd18 A 5.1-only version of fix for bug #46947 "Embedded SELECT 16 years ago
Alfranio Correia 3404d83083 BUG#49019 Mixing self-logging eng. and regular eng. does not switch to row in mixed 16 years ago
Alfranio Correia 209cccf55d BUG#49019 Mixing self-logging eng. and regular eng. does not switch to row in mixed mode 16 years ago
unknown 07bfc5a2d6 Fix buffer overflow in COM_FIELD_LIST. 16 years ago
Kristian Nielsen 1f683a7270 Fix buffer overflow in COM_FIELD_LIST. 16 years ago
Michael Widenius 2c77c9ea25 simple speed & space optimization: 16 years ago
Mattias Jonsson ca086708bc Additional fix for DEBUG_SYNC which failed for some rpl-tests, 16 years ago
Mattias Jonsson 5196beed02 Bug#50561: ALTER PARTITIONS does not have adequate lock, breaks with 16 years ago
Luis Soares d13db314dd BUG#51226: mysqlbinlog replay: ERROR 1146 when using temp tables 16 years ago
Michael Widenius d77e3cde5f When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 16 years ago
MySQL Build Team 5eebf7a951 Backport into build-201002030816-5.0.87sp1 16 years ago
MySQL Build Team 4baf459644 Backport into build-201002030816-5.0.87sp1 16 years ago
Mattias Jonsson 16c8298a85 Bug#42438: Crash ha_partition::change_table_ptr 16 years ago
Davi Arnaut ee66332ce4 Bug#47734: Assertion failed: ! is_set() when locking a view with non-existing definer 16 years ago
He Zhenxing 2b16517522 Backport Bug#37148 to 5.1 16 years ago
Michael Widenius d8e44ef589 Fixed Bug#47017 rpl_timezone fails on PB-2 with mismatch error 16 years ago
Evgeny Potemkin 7853f553be Bug#48508: Crash on prepared statement re-execution. 16 years ago
Michael Widenius d13c54351d Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 16 years ago
MySQL Build Team 4d7944f866 Backport into build-200911241145-5.1.40sp1 16 years ago
Kristofer Pettersson 0a68603058 Bug#45613 handle failures from my_hash_insert 16 years ago
unknown 9819885177 BUG#48216 Replication fails on all slaves after upgrade to 5.0.86 on master 16 years ago
Michael Widenius ab0905c6d7 This is based on the userstatv2 patch from Percona and OurDelta. 16 years ago
Igor Babaev f7a75b999b The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 16 years ago
Georgi Kodinov 1a48dd4e2b Bug #43029: FORCE INDEX FOR ORDER BY is ignored when join 16 years ago