summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Subquery cache (MWL#66) added.unknown2010-07-101-0/+4
* MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-0/+24
|\
| * include guardsSergei Golubchik2010-06-031-0/+3
| * merge 5.1->5.2Sergei Golubchik2010-06-011-0/+18
| |\
| | * Fixes after last merge of MySQL 5.1Michael Widenius2010-05-131-8/+12
| | * Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-0/+14
| | |\
| | | * BUG#49902 - SELECT returns incorrect resultsSergey Vojtovich2010-02-091-0/+14
| * | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-0/+2
| * | | WL#86: Partitioned key cache for MyISAM.Igor Babaev2010-02-161-0/+1
* | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-12/+56
|\ \ \ \ | |/ / /
| * | | mergedSergei Golubchik2010-02-121-1/+2
| |\ \ \ | | |/ /
| | * | When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-1/+2
| * | | merge 5.1->5.2unknown2010-02-011-11/+42
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.42Michael Widenius2010-01-151-11/+42
| | |\ \ | | | |/
| | | * Bug#41726: upgrade from 5.0 to 5.1.30 crashes if you didn't run mysql_upgradeDavi Arnaut2009-11-211-11/+42
| * | | merge 5.1-> 5.2unknown2009-12-081-0/+12
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1, with following additions:unknown2009-11-161-0/+12
| | |\ \ | | | |/
| | | * Bug #43029: FORCE INDEX FOR ORDER BY is ignored when join Georgi Kodinov2009-10-071-0/+12
| | | * reverted the fix for bug #46019 from 5.1-bugteamGeorgi Kodinov2009-08-211-9/+0
| | | |\
| | | | * Revert of the fix for bug #46019.Georgi Kodinov2009-08-211-23/+0
| | | * | merge of bug #46019 to 5.1-bugteamGeorgi Kodinov2009-08-201-0/+9
| | | |\ \ | | | | |/
| | | | * Bug #46019: ERROR 1356 When selecting from within anotherGeorgi Kodinov2009-08-191-0/+23
| | | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-1/+1
| | | | * Merged from 5.0 (enterprise).Chad MILLER2008-12-171-4/+4
| | | | |\
| | | | * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-0/+1
| | | | |\ \
| | | * | | | A follow up patch for the follow up patch for Bug#45829 Konstantin Osipov2009-08-121-0/+2
| | | * | | | A follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL Konstantin Osipov2009-08-121-4/+0
* | | | | | | Backport of subquery optimizations to 5.3.Sergey Petrunya2010-01-171-0/+27
|/ / / / / /
* | | | | | Merge of the patch introducing virtual columns into maria-5.2Igor Babaev2009-11-111-0/+9
|\ \ \ \ \ \
| * | | | | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-0/+9
| |/ / / / /
* | | | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-0/+4
|/ / / / /
* | | | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-2/+12
|\ \ \ \ \
| * | | | | MWL#17: Table eliminationSergey Petrunya2009-06-301-4/+6
| * | | | | MWL#17: Table eliminationSergey Petrunya2009-06-291-1/+6
| * | | | | MWL#17: Table eliminationSergey Petrunia2009-06-141-1/+2
| * | | | | MWL#17: Table eliminationSergey Petrunia2009-06-031-0/+2
* | | | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Bug#46454: MySQL wrong index optimisation leads to incorrect result & crashesMartin Hansson2009-08-071-1/+7
| * | | | Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-0/+2
* | | | | Merge with base MySQL 5.1Michael Widenius2009-02-151-1/+31
|\ \ \ \ \ | |/ / / /
| * | | | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-051-1/+1
| |\ \ \ \
| | * \ \ \ Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-1/+0
| | |\ \ \ \
| | * | | | | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
| * | | | | | Fix warnings and bug spotted by gcc-4.3.Davi Arnaut2008-12-161-1/+1
| * | | | | | merged 37936 to 5.1-bugteamGeorgi Kodinov2008-12-091-0/+30
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Bug #37936: ASSERT_COLUMN_MARKED_FOR_WRITE in Field_datetime::store ,Georgi Kodinov2008-12-091-0/+30
| | |/ / / /
* | | | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-2/+2
|/ / / / /
* | | | | manual merge 5.0-bugteam --> 5.1-bugteam (bug 40021)Gleb Shchepa2008-11-141-1/+0
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Bug #40021: Renaming view fails, archived .frm for view isGleb Shchepa2008-11-141-1/+0
* | | | manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rcGleb Shchepa2008-10-081-3/+4
|\ \ \ \ | |/ / /