summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-100/+148
|\
| * Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-101-1/+1
| |\
| | * Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-051-72/+115
| | |\
| | * | backport of dbug extensions from 6.0:Sergei Golubchik2009-10-301-1/+1
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-051-10/+10
| |\ \ \ | | |_|/ | |/| |
| * | | MergeMikael Ronstrom2009-11-031-42/+55
| |\ \ \
| | * \ \ Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-37/+58
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Automerge from mysql-next-mr-runtime.Alexander Nozdrin2009-10-221-2/+2
| | |\ \ \
| | | * | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-2/+2
| | * | | | Backporting a patch for Bug#43138. That patch had been already backportedAlexander Nozdrin2009-10-221-0/+6
| | |/ / /
| | * | | Backport of 2617.65.4 from 6.0-codebase.Konstantin Osipov2009-10-161-1/+1
| | * | | Backport of:Konstantin Osipov2009-10-141-1/+1
| | * | | This patch is prerequisite for the 2nd milestone of WL#148 "Foreign keys"Dmitry Lenev2009-10-091-30/+29
| | * | | Bug #31031 ALTER TABLE regression in 5.0Magne Mahre2009-10-091-7/+15
| | * | | Fix for bug #44738 "fill_schema_table_from_frm() opens tables withoutDmitry Lenev2009-10-091-1/+1
| * | | | Merged WL#3352 into mysql-next-mrMikael Ronstrom2009-10-281-30/+60
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | A lot of fixes to make character set work ok, first step to fixing BUG#48163Mikael Ronstrom2009-10-221-17/+47
| | * | | Manual merge mysql-trunk -> mysql-trunk-wl3352Mattias Jonsson2009-10-191-20/+71
| | |\ \ \
| | * | | | Changed all no_ to num_ to avoid strange names like no_list_values which is n...Mikael Ronstrom2009-10-011-11/+11
| | * | | | WL#3352, Introducing Column list partitioning, makes it possible to partition...Mikael Ronstrom2009-09-151-1/+1
| * | | | | Merging mysql-next-mr-merge to mysql-next-mr.Alexander Barkov2009-10-211-6/+9
| |\ \ \ \ \
| | * | | | | WL#751 Error message construction, backportSergey Glukhov2009-10-151-6/+9
| | | |_|/ / | | |/| | |
| * | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-31/+49
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge to mysql-next-mrMikael Ronstrom2009-09-281-41/+93
| |\ \ \ \ \
| | * \ \ \ \ Merge mysql-next-mr --> mysql-trunk-signalMarc Alff2009-09-171-20/+71
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | WL#2110 (SIGNAL)Marc Alff2009-09-101-21/+22
| | | |_|/ / | | |/| | |
| * | | | | AutomergeMikael Ronstrom2009-09-101-0/+1
| |\ \ \ \ \
| | * | | | | WL#4571, Enable Key cache defined for a partition to enable more scalability ...Mikael Ronstrom2009-09-101-0/+1
| | |/ / / /
| * | | | | WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111Mikael Ronstrom2009-09-101-1/+1
| |/ / / /
* | | | | BUG#48506 crash in CREATE TABLE IF NOT EXISTS <existing_view> LIKEAlfranio Correia2009-11-271-5/+13
| |_|_|/ |/| | |
* | | | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-10/+10
| |_|/ |/| |
* | | mergeMattias Jonsson2009-09-291-28/+30
|\ \ \
| * | | Bug#32430: 'show innodb status' causes errorsMattias Jonsson2009-09-251-28/+30
| | |/ | |/|
* | | BUG #46572 DROP TEMPORARY table IF EXISTS does not have a consistent behavior...unknown2009-09-281-1/+1
* | | Fix for BUG#35570 "CHECKSUM TABLE unreliable if LINESTRING field (same conten...Kristofer Pettersson2009-09-211-2/+8
* | | Bug#46760: Fast ALTER TABLE no longer works for InnoDBGeorgi Kodinov2009-09-181-0/+10
|/ /
* | Bug#42364 SHOW ERRORS returns empty resultset after dropping non existent tableSergey Glukhov2009-09-101-4/+4
* | merge mysql-5.0-bugteam to mysql-5.1-bugteamSatya B2009-09-031-1/+6
|\ \
| * | Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabled for Satya B2009-09-031-1/+6
* | | Fixed win32 compilation warningsGeorgi Kodinov2009-09-021-1/+1
* | | mergeMattias Jonsson2009-08-261-15/+61
|\ \ \ | |_|/ |/| |
| * | Bug#32430: 'show innodb status' causes errorsMattias Jonsson2009-08-071-15/+61
* | | BUG#45574 CREATE IF NOT EXISTS is not binlogged if the object existsunknown2009-08-131-26/+57
|/ /
* | Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-2/+0
* | BUG#43046: mixed mode switch to row format with temp table leadLuis Soares2009-07-261-16/+59
* | Fix for bug#42364 reverted.Ramil Kalimullin2009-07-061-1/+1
* | Bug#42364 SHOW ERRORS returns empty resultset after dropping non existent tableSergey Glukhov2009-07-031-1/+1
* | Merge from 5.0Staale Smedseng2009-06-291-1/+1
|\ \ | |/
| * Merge from 5.0-btStaale Smedseng2009-06-291-1/+1
* | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-28/+30