summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+13
* Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-123/+172
|\
| * Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-241-4/+3
| |\
| * | Patch for WL#3736: Extended Table, Column and Index Comments.Alexander Nozdrin2010-02-201-19/+69
| * | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-6/+5
| |\ \
| | * \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-281-6/+5
| | |\ \
| * | \ \ Merge next-mr -> next-4284Konstantin Osipov2010-02-031-58/+65
| |\ \ \ \ | | |/ / /
| | * | | WL#2360 Performance schemaMarc Alff2010-01-061-63/+69
| * | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-6/+1
| |\ \ \ \ | | |/ / /
| | * | | fixed "engine not found" error in open_binary_frmSergei Golubchik2009-12-231-0/+1
| | * | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-6/+0
| * | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-47/+63
| |\ \ \ \ | | |/ / /
| | * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-121-47/+63
| | |\ \ \
| * | | | | Implement new type-of-operation-aware metadata locks.Dmitry Lenev2010-02-011-5/+7
| * | | | | Merge next-mr -> next-4284.Konstantin Osipov2009-12-161-3/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Manual merge/pull from mysql-next-mr.Alexander Nozdrin2009-11-251-15/+15
| | |\ \ \ \
| | * | | | | Bug#32115: Bad use of Name_resolution_context from current LEX in partitioningMattias Jonsson2009-11-201-2/+0
| | * | | | | Bug#32115: Bad use of Name_resolution_context from current LEX in partitioningMattias Jonsson2009-11-201-3/+2
| * | | | | | Backport of:Konstantin Osipov2009-12-101-1/+2
| * | | | | | Backport of revno: 2617.69.40Jon Olav Hauglid2009-12-091-1/+1
| * | | | | | Backport of:Konstantin Osipov2009-12-081-3/+11
| * | | | | | Backport of:Konstantin Osipov2009-12-041-2/+2
| * | | | | | Backport of:Konstantin Osipov2009-12-041-4/+3
| * | | | | | Backport of:Konstantin Osipov2009-12-031-18/+0
| * | | | | | Backport of:Konstantin Osipov2009-12-011-2/+3
| * | | | | | Backport of:Konstantin Osipov2009-11-301-11/+4
| * | | | | | Backport of:Konstantin Osipov2009-11-301-9/+1
| * | | | | | Initial import of WL#3726 "DDL locking for all metadata objects".Konstantin Osipov2009-11-301-0/+20
| | |/ / / / | |/| | | |
| * | | | | Backport of:Konstantin Osipov2009-11-241-15/+15
| |/ / / /
* | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-201-3/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Bug#41788 mysql_fetch_field returns org_table == table by a viewSergey Glukhov2010-03-121-3/+1
* | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-02-221-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | |_|/ | | |/| |
* | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-02-091-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Bug#47736 killing a select from a view when the view is processing a function...Sergey Glukhov2010-02-051-1/+1
| |/ / /
* | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-01-241-4/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-4/+1
* | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-53/+57
|\ \ \ | | |/ | |/|
| * | Manual merge from mysql-next-mr.Alexander Nozdrin2009-11-021-2/+2
| |\ \
| | * | Bug#35428 When selecting from INFORMATION_SCHEMA tables, incomplete metadataSergey Glukhov2009-10-231-2/+2
| * | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-17/+41
| |\ \ \ | | |/ /
| | * | Merging mysql-next-mr-merge to mysql-next-mr.Alexander Barkov2009-10-211-9/+11
| | |\ \
| | | * | Backporting WL#4164 Two-byte collation IDsAlexander Barkov2009-10-151-9/+11
| | * | | Merge from mysql-trunk-merge.Alexander Nozdrin2009-10-191-5/+20
| | |\ \ \
| | * \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-1/+8
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Bug #37433 Deadlock between open_table, close_open_tables, Magne Mahre2009-10-151-0/+2
| * | | | | Backport of:Konstantin Osipov2009-10-141-7/+7
| * | | | | Backport of:Konstantin Osipov2009-10-141-24/+24
| |/ / / /