summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed non critical buffer overflow bug in open_binary_frm() that could cause ...Michael Widenius2011-09-011-2/+1
* Merge with MariaDB 5.1Michael Widenius2011-05-031-1/+2
|\
| * Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-1/+2
| |\
| | * Update of copyright headers for files I changed this year.Mattias Jonsson2011-01-271-1/+1
| | * Bug#56380: valgrind memory leak warning from partition testsMattias Jonsson2010-12-011-1/+1
* | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-6/+10
|\ \ \ | |/ /
| * | Fixed compiler and build error:Michael Widenius2011-02-251-2/+6
* | | Merge with alias as StringMichael Widenius2011-02-281-13/+19
|\ \ \
| * | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-12/+16
| * | | Make SQLString reallocation addaptiveMichael Widenius2010-11-081-1/+3
* | | | virtual columns:Sergei Golubchik2010-12-311-8/+5
* | | | merge with 5.1Michael Widenius2010-11-301-0/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge with MySQL 5.1.52Michael Widenius2010-11-231-0/+10
| |\ \ | | |/
| | * Bug#51851: Server with SBR locks mutex twice onMattias Jonsson2010-10-011-0/+10
| | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-2/+1
* | | fix LIKE in a vcol function, broken by a fix for mysql bug#54568.Sergei Golubchik2010-10-301-0/+5
* | | 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
* | | 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