summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#11748731:SOME 'BIG' TESTS FAILING ON 6.0 Sneha Modi2011-11-211-0/+5
* BUG#11748731 - 37248: SOME 'BIG' TESTS FAILING ON 6.0 :Sneha Modi2011-11-111-0/+1
* Updated/added copyright headersKent Boortz2011-07-041-2/+21
|\
| * Merged fix for bug #12652385 - "61493: REORDERING COLUMNSDmitry Lenev2011-06-171-0/+17
| |\ |/ /
| * Fix for bug #12652385 - "61493: REORDERING COLUMNS Dmitry Lenev2011-06-171-0/+17
* | Fix for bug #11759990 - "52354: 'CREATE TABLE .. LIKE ... 'Dmitry Lenev2011-06-091-0/+5
* | Bug#11853126 RE-ENABLE CONCURRENT READS WHILE CREATINGJon Olav Hauglid2011-06-011-5/+52
* | Merge from 5.1.Guilhem Bichot2011-05-211-4/+6
|\ \ | |/
| * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-2/+4
| * Bug#11767480 - SPATIAL INDEXES ON NON-SPATIAL COLUMNS CAUSE CRASHES.Magne Mahre2011-02-241-6/+16
| * Fixed bug#56619 - Assertion failed duringDmitry Shulga2010-11-101-1/+3
| * Bug #46941 crash with lower_case_table_names=2 and foreign key Magne Mahre2010-10-191-1/+1
| * Bug#46339 - crash on REPAIR TABLE merge table USE_FRMIngo Struewing2010-09-211-3/+0
| |\
| | * Bug#46339 - crash on REPAIR TABLE merge table USE_FRMIngo Struewing2010-04-261-3/+0
* | | Bug#11938039 "RE-EXECUTION OF FRM-ONLY ALTER TABLE WITH RENAME Dmitry Lenev2011-04-131-13/+14
* | | MergeMagnus Blåudd2011-03-251-11/+6
|\ \ \
| * | | Bug#60111 storage type for table not saved in .frmMagnus Blåudd2011-03-041-11/+6
* | | | Bug #11764779 (former 57649)Jon Olav Hauglid2011-03-071-1/+1
|/ / /
* | | Bug #42230 during add index, cannot do queries on storage enginesJon Olav Hauglid2011-01-261-35/+47
* | | Fix Bug#57739 Scary messages in error logVasil Dimov2010-11-221-2/+12
* | | Fix for bug #57985 "ONLINE/FAST ALTER PARTITION can fail and Dmitry Lenev2010-11-191-0/+63
* | | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-161-100/+113
* | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-28/+2
* | | Manual merge into mysql-5.5-bugteamMattias Jonsson2010-10-011-6/+11
|\ \ \
| * | | Bug#56172: Server crashes in ha_partition::reset onMattias Jonsson2010-10-011-6/+11
* | | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-09-301-0/+1
|\ \ \ \
| * \ \ \ Merge from 5.1-bugteamMagne Mahre2010-09-161-0/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Bug #54606 innodb fast alter table + pack_keys=0 prevents Magne Mahre2010-09-161-0/+1
| | * | mergeGeorgi Kodinov2010-07-211-2/+8
| | |\ \
* | | | | Bug #56595 RENAME TABLE causes assert on OS XJon Olav Hauglid2010-09-161-2/+3
* | | | | Bug#27480 (Extend CREATE TEMPORARY TABLES privilegeAlexander Nozdrin2010-08-311-7/+12
* | | | | Bug#27480 (Extend CREATE TEMPORARY TABLES privilegeAlexander Nozdrin2010-08-311-1/+1
|/ / / /
* | | | Post-fix push for BUG#53452.Alfranio Correia2010-08-231-2/+2
* | | | Bug#54747: Deadlock between REORGANIZE PARTITION and SELECT is not detectedMattias Jonsson2010-08-201-21/+50
* | | | Merge from mysql-5.5-runtime to mysql-5.5-bugfixing.Jon Olav Hauglid2010-08-201-35/+20
|\ \ \ \
| * \ \ \ Merge from mysql-5.5-bugfixing to mysql-5.5-runtimeJon Olav Hauglid2010-08-181-5/+0
| |\ \ \ \
| * \ \ \ \ Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-927/+23
| |\ \ \ \ \
| * | | | | | Post-commit fix for Bug#41158Magne Mahre2010-08-101-0/+1
| * | | | | | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-42/+25
* | | | | | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-145/+202
| |_|/ / / / |/| | | | |
* | | | | | WL#5370 Keep forward-compatibility when changing unknown2010-08-181-5/+0
| |/ / / / |/| | | |
* | | | | Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait forMattias Jonsson2010-08-161-930/+23
* | | | | Bug#53676: Unexpected errors and possible tableMattias Jonsson2010-08-131-0/+1
|/ / / /
* | | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-2/+0
|\ \ \ \
| * \ \ \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-2/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-2/+0
| | * | | Bug#54453: Failing assertion: trx->active_trans when renaming aDavi Arnaut2010-07-201-0/+8
* | | | | Fix a Windows failure of main.merge test introduced byKonstantin Osipov2010-07-291-2/+2
* | | | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-271-5/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge into mysql-trunk-merge..Davi Arnaut2010-07-191-5/+15
| |\ \ \ \