summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-6/+6
|\ \ \ \
| * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-6/+6
* | | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-141-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-07-141-2/+2
| * | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-1/+1
* | | | | mergeGeorgi Kodinov2010-07-071-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Addendum to the fix for bug #53095 (failing information_schema.test on windows)Georgi Kodinov2010-07-071-1/+5
* | | | | mergeGeorgi Kodinov2010-07-051-9/+28
|\ \ \ \ \ | |/ / / /
| * | | | Bug #53095: SELECT column_name FROM INFORMATION_SCHEMA.STATISTICS Georgi Kodinov2010-06-251-9/+28
* | | | | 5.1-bugteam->trunk-merge mergeSergey Glukhov2010-06-251-1/+3
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Bug#54422 query with = 'variables'Sergey Glukhov2010-06-251-1/+3
* | | | Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-3/+2
|\ \ \ \
| * \ \ \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-3/+2
| |\ \ \ \ | | |/ / /
| | * | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-3/+2
* | | | | Patch that changes approach to how we acquire metadataDmitry Lenev2010-06-071-7/+19
* | | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-92/+77
|\ \ \ \ \ | |/ / / /
| * | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-0/+3
| * | | | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-52/+58
| |\ \ \ \
| | * \ \ \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-241-51/+52
| | |\ \ \ \ | | | |/ / /
| | | * | | Bug#48729 SELECT ... FROM INFORMATION_SCHEMA.ROUTINES causes memory to growSergey Glukhov2010-05-181-37/+37
| | * | | | Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-111-1/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | mergeMattias Jonsson2010-05-041-0/+2
| | | |\ \ \
| | | | * | | Bug#50561: ALTER PARTITIONS does not have adequate lock, breaks withMattias Jonsson2010-03-171-0/+2
| | * | | | | Manual merge from mysql-trunk.Alexander Nozdrin2010-04-271-4/+7
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-1/+18
| | |\ \ \ \ \
| | * \ \ \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-2/+2
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-021-0/+3
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Bug#51377 Crash in information_schema / processlist on concurrent DDL wo...Alexey Botchkov2010-03-091-0/+3
| | | | |_|/ / | | | |/| | |
| * | | | | | Bug#52856 concurrent show columns or show full columns causes a crash!!!1Sergey Glukhov2010-05-271-34/+11
| * | | | | | mergeMattias Jonsson2010-05-251-4/+5
| |\ \ \ \ \ \
| | * | | | | | Bug#39338: Fieldnames in INFORMATIONSCHEMA.PARTITIONS.PARTITION_EXPRESSIONMattias Jonsson2009-02-181-4/+5
| * | | | | | | Merge of bug#51851.Mattias Jonsson2010-05-241-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Bug#51851: Server with SBR locks mutex twice on LOAD DATAMattias Jonsson2010-03-301-2/+2
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Bug#42643: InnoDB does not support replication of TRUNCATE TABLEDavi Arnaut2010-05-251-2/+6
* | | | | | | | Pre-requisite patch for bug #51263 "Deadlock betweenDmitry Lenev2010-05-251-2/+2
|/ / / / / / /
* | | | | | | Committing on behalf or Dmitry Lenev:Konstantin Osipov2010-04-281-3/+7
| |_|_|_|/ / |/| | | | |
* | | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-04-201-1/+18
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
| * | | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+17
| |/ / / /
* | | | | Bug #52593 SHOW CREATE TABLE is blocked if table is lockedJon Olav Hauglid2010-04-141-4/+7
|/ / / /
* | | | A post-review fix for type-aware metadata locks.Konstantin Osipov2010-03-161-2/+2
* | | | Patch for WL#3736: Extended Table, Column and Index Comments.Alexander Nozdrin2010-02-201-3/+19
* | | | Bug #45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-111-1/+3
* | | | Fix for bug #50913 "Deadlock between open_and_lock_tables_derivedDmitry Lenev2010-02-081-0/+2
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-8/+7
|\ \ \ \
| * \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-031-4/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #50276: Security flaw in INFORMATION_SCHEMA.TABLESGeorgi Kodinov2010-01-211-4/+4
| * | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-301-4/+3
| |\ \ \ \ | | |/ / /
| | * | | Bug#49501 Inefficient information_schema check (system collation), addonSergey Glukhov2010-01-221-1/+1
| | * | | Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-5/+4