summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)unknown2010-09-081-1/+7
* Subquery cache (MWL#66) added.unknown2010-07-101-0/+122
* MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-71/+105
|\
| * few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-051-0/+9
| * fixes for test suiteSergei Golubchik2010-06-031-14/+4
| * merge 5.1->5.2Sergei Golubchik2010-06-011-11/+16
| |\
| | * Merge with MySQL 5.1.47Michael Widenius2010-05-261-4/+12
| | |\
| | | * Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-3/+26
| | | |\
| | * | | Fixes after last merge of MySQL 5.1Michael Widenius2010-05-131-2/+2
| | * | | Automerge MariaDB 5.1.44b release.unknown2010-05-101-3/+19
| | |\ \ \
| | * \ \ \ Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-7/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Bug#41788 mysql_fetch_field returns org_table == table by a viewSergey Glukhov2010-03-121-3/+1
| | | * | | Merge fix for bug49902 to mysql-5.1-bugteam.Sergey Vojtovich2010-02-091-3/+2
| | | |\ \ \
| | | | * | | BUG#49902 - SELECT returns incorrect resultsSergey Vojtovich2010-02-091-3/+2
| | | * | | | Bug#47736 killing a select from a view when the view is processing a function...Sergey Glukhov2010-02-051-1/+1
| | | |/ / /
| * | | | | mergedSergei Golubchik2010-05-151-3/+19
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Cherry-pick fix for Bug#53371, security hole with bypassing grants using spec...unknown2010-05-091-3/+19
| | |/ / /
| * | | | A temporary solution to make CREATE TABLE attributesSergei Golubchik2010-05-111-1/+1
| * | | | create table options bug:Sergei Golubchik2010-04-301-2/+3
| * | | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-41/+57
| * | | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-5/+2
* | | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-60/+105
|\ \ \ \ \ | |/ / / /
| * | | | mergedSergei Golubchik2010-03-151-6/+5
| |\ \ \ \ | | |/ / /
| | * | | Fix some compiler warnings seen in Buildbot.unknown2010-03-101-0/+2
| | * | | Automerge MySQL 5.1.44 merge into MariaDB trunk.unknown2010-03-091-5/+2
| | |\ \ \
| | | * | | A number of after-merge fixes following merge of MySQL 5.1.44 into MariaDB.unknown2010-03-091-1/+1
| | | * | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-4/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-4/+1
| | * | | | small code cleanup - "good ifdef is no ifdef"Sergei Golubchik2010-03-081-1/+1
| | |/ / /
| * | | | mergedSergei Golubchik2010-02-121-0/+4
| |\ \ \ \ | | |/ / /
| | * | | When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-0/+4
| * | | | merge 5.1->5.2unknown2010-02-011-47/+66
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-47/+63
| | |\ \ \ | | | |/ /
| | | * | Bug#41726: upgrade from 5.0 to 5.1.30 crashes if you didn't run mysql_upgradeDavi Arnaut2009-11-211-45/+53
| | | * | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-2/+10
| * | | | merge 5.1-> 5.2unknown2009-12-081-7/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-6/+28
| | |\ \ \
| | | * \ \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-6/+28
| | | |\ \ \ | | | | |/ /
| | | | * | Bug #43029: FORCE INDEX FOR ORDER BY is ignored when join Georgi Kodinov2009-10-071-5/+20
| | | | * | Bug#35996: SELECT + SHOW VIEW should be enough to displayMartin Hansson2009-09-281-1/+8
| | * | | | Fixes after comments from last push:Michael Widenius2009-11-301-1/+1
| | * | | | Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-1/+2
| | |/ / /
* | | | | Backport into MariaDB-5.2 the following:Sergey Petrunya2009-12-151-11/+1
|/ / / /
* | | | Merge of the patch introducing virtual columns into maria-5.2Igor Babaev2009-11-111-9/+577
|\ \ \ \
| * \ \ \ MergeIgor Babaev2009-11-091-0/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-0/+9
| | |\ \ \ | | | |/ /
| | | * | mergeMattias Jonsson2009-08-121-0/+9
| | | |\ \
| | | | * | Bug#39893: Crash if select on a partitioned table, when partitioning is disabledMattias Jonsson2009-01-081-0/+9
| * | | | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-9/+568
| |/ / / /
* | | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-0/+13
|/ / / /