summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fix LIKE in a vcol function, broken by a fix for mysql bug#54568.Sergei Golubchik2010-10-301-0/+5
* | | | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-124/+157
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | merge with 5.1Sergei Golubchik2010-09-111-4/+14
| |\ \ \ \ \ | | |/ / / /
| | * | | | Enable archive tables to work with mysql_upgrade / repairMichael Widenius2010-09-031-1/+2
| | * | | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-3/+12
| * | | | | Fixed compiler warnings and test failuresMichael Widenius2010-08-061-3/+7
| * | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-90/+85
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed compiler warningsMichael Widenius2010-08-041-5/+1
| | * | | | Fixes bug when we run bcmp() on row when the storage engine hasn't filled in ...Michael Widenius2010-08-041-0/+10
| | * | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-76/+65
| | |\ \ \ \ | | | |/ / /
| | | * | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-38/+35
| | | * | | Bug #53830: !table || (!table->read_set ||Alexey Kopytov2010-05-251-0/+21
| | | * | | Bug #53804: serious flaws in the alter database .. upgradeGleb Shchepa2010-05-211-24/+10
| | | * | | Bug#53189 Table map version unused and can be removedHe Zhenxing2010-05-081-12/+0
| * | | | | Fixed bug #607566.Igor Babaev2010-07-191-7/+7
| * | | | | MergeIgor Babaev2010-07-171-12/+22
| |\ \ \ \ \
| | * | | | | Fixed bug #604503.Igor Babaev2010-07-171-12/+22
| * | | | | | Fixed bug #603186.Igor Babaev2010-07-151-13/+22
| |/ / / / /
| * | | | | Fixed bug #604549.Igor Babaev2010-07-131-0/+5
* | | | | | (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.mariadb-merge-mysql-5.1.46unknown2010-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...mariadb-5.1.44bunknown2010-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.mariadb-merge-mysql-5.1.44unknown2010-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