1435 Commits (152f3c5e28fe2ae3fd950f15bb3de7064500ced5)

Author SHA1 Message Date
Michael Widenius 7e04f7c8fb Fixed that SHOW COLUMNS for a virtual persistent column shows 'PERSISTENT' instead of 'VIRTUAL' 15 years ago
Oleksandr Byelkin dd3b27834c Fix of privilege problem in views and PS 15 years ago
Sergey Petrunya 4efe046352 Update pbxt suite test results 15 years ago
Sergey Petrunya ded7342daa - Update test results (trivial) 15 years ago
Sergey Petrunya 6f17421c27 Buildbot fixes: 15 years ago
Sergey Petrunya 77c4c4d8ea post-merge fixes: get MWL#90 code to work with MWL#89's 15 years ago
Michael Widenius 5ab92b1f85 Adding support for Dynamic columns (WL#34): 15 years ago
Michael Widenius 1ee94dc2f7 Fixed all BUILD scripts to use g++ instead of gcc for linking 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
Sergey Petrunya dc937fb53b MWL#90: Address review feedback part #16 15 years ago
Jon Olav Hauglid 4e26a41f3e Bug# 11763784 (former 56541) 15 years ago
Sergey Petrunya 809a805251 MWL#90: Address review feedback part #4 15 years ago
Michael Widenius ff3da0f963 Change TABLE->alias to String for less memory reallocation 15 years ago
Sergey Petrunya e7aa18fb9c Code cleanup (1) 15 years ago
Sergey Petrunya f93b0bbebb MWL#90: subquery optimizations 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
unknown 481cd2dbf1 Fix of problem with WHERE/HAVING consist of alone outer reference field by wrapping it. 15 years ago
Jan Wedvik 0a7cfad080 Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' 15 years ago
Michael Widenius e63b5546c5 Implementation of MWL#172: Add support for prepared statements to HANDLER READ 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 7c56b08216 Added TRASH() to table->record[0] to find out if we access not initialzed data. 15 years ago
Michael Widenius 52090a4434 Code cleanup to get fewer reallocs() during execution. 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 16 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
unknown ceb5468fd8 Subquery cache (MWL#66) added. 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
Igor Babaev 709a0a1310 MWL#106: Backport optimizations for derived tables and views. 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
Sergey Petrunya 2775f80f7d MWL#90: Subqueries: Inside-out execution for non-semijoin materialized 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