| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc() | Sergey Vojtovich | 2015-11-26 | 1 | -12/+13 |
* | MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup() | Sergey Vojtovich | 2015-11-26 | 1 | -3/+3 |
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-10-12 | 1 | -5/+48 |
|\ |
|
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-10-09 | 1 | -4/+12 |
| |\ |
|
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2015-10-08 | 1 | -4/+12 |
| | |\ |
|
| | | * | BUG#16613004 PARTITIONING DDL, CRASH IN FIELD_VARSTRING::CMP_MAX | Debarun Banerjee | 2015-07-08 | 1 | -1/+21 |
| | | * | BUG#20310212 PARTITION DDL- CRASH AFTER THD::NOCHECK_REGISTER_ITEM_ | Debarun Banerjee | 2015-06-24 | 1 | -4/+11 |
| | | * | Bug#16860588:CRASH WITH CREATE TABLE ... LIKE .. | Mattias Jonsson | 2013-08-12 | 1 | -3/+2 |
| | | * | Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIRE | Mattias Jonsson | 2013-06-28 | 1 | -1/+1 |
| | | * | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN | Mattias Jonsson | 2013-02-14 | 1 | -5/+13 |
| | | * | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING | Mattias Jonsson | 2013-01-30 | 1 | -2/+278 |
| | | |\ |
|
| | | * \ | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+2 |
| | | |\ \
| | | | |/ |
|
| | | | * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+4 |
| | | * | | removed a comment according to the review | Mattias Jonsson | 2010-10-01 | 1 | -1/+0 |
| | | * | | Bug#50036: Inconsistent errors when using TIMESTAMP columns/expressions | Mattias Jonsson | 2010-08-30 | 1 | -10/+56 |
| | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge. | Davi Arnaut | 2010-07-20 | 1 | -2/+0 |
| | | |\ \
| | | | |/ |
|
| | | | * | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-07-20 | 1 | -2/+0 |
| | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge. | Davi Arnaut | 2010-07-09 | 1 | -3/+3 |
| | | |\ \
| | | | |/ |
|
| | | | * | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-07-09 | 1 | -3/+3 |
| | | * | | Bug#53445: Build with -Wall and fix warnings that it generates | Davi Arnaut | 2010-05-31 | 1 | -7/+24 |
| | | * | | Bug #49829 Many "hides virtual function" warnings with SunStudio | Tor Didriksen | 2010-05-31 | 1 | -13/+13 |
| | | * | | Auto-merge from mysql-trunk. | Alexander Nozdrin | 2010-05-28 | 1 | -2/+2 |
| | | |\ \ |
|
| | | | * \ | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-05-09 | 1 | -2/+2 |
| | | | |\ \
| | | | | |/ |
|
| | | | | * | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants. | Georgi Kodinov | 2010-05-04 | 1 | -2/+2 |
| | | * | | | Bug #53445 Build with -Wall and fix warnings that it generates | Tor Didriksen | 2010-05-26 | 1 | -7/+4 |
| | | * | | | merge | Mattias Jonsson | 2010-05-25 | 1 | -14/+26 |
| | | |\ \ \
| | | | |/ /
| | | |/| | |
|
| | | | * | | Bug#42954: SQL MODE 'NO_DIR_IN_CREATE' does not work with subpartitions | Mattias Jonsson | 2010-03-11 | 1 | -14/+26 |
| | | | |/ |
|
| | | * | | WL#5030: Split and remove mysql_priv.h | Mats Kindahl | 2010-03-31 | 1 | -1/+7 |
| | | * | | BUG#49591, Fixed version string in SHOW CREATE TABLE to accomodate for column... | Mikael Ronstrom | 2009-12-17 | 1 | -0/+36 |
| | | * | | BUG#49180, fixed MAXVALUE problem | Mikael Ronstrom | 2009-12-02 | 1 | -1/+1 |
| | | * | | Fix build failure. | Alexander Nozdrin | 2009-11-10 | 1 | -1/+6 |
| | | * | | Fixed so that character set constants are encoded as hex strings in frm file,... | Mikael Ronstrom | 2009-10-30 | 1 | -2/+0 |
| | | * | | Merged WL#3352 into mysql-next-mr | Mikael Ronstrom | 2009-10-28 | 1 | -174/+1023 |
| | | |\ \
| | | | |/
| | | |/| |
|
| | | | * | BUG#48165, needed to introduce length restrictions on partitioning fields to ... | Mikael Ronstrom | 2009-10-28 | 1 | -0/+30 |
| | | | * | Fixed sql_mode issue in BUG#48164, will ignore sql_mode when generating const... | Mikael Ronstrom | 2009-10-28 | 1 | -1/+11 |
| | | | * | A lot of fixes to make character set work ok, first step to fixing BUG#48163 | Mikael Ronstrom | 2009-10-22 | 1 | -0/+34 |
| | | | * | Added checks for no NULL values in VALUES LESS THAN, added tests for no MAXVA... | Mikael Ronstrom | 2009-10-21 | 1 | -1/+10 |
| | | | * | Fixed test cases with regards to error codes | Mikael Ronstrom | 2009-10-21 | 1 | -1/+1 |
| | | | * | Removed unnecessary call to fix_parser_data | Mikael Ronstrom | 2009-10-21 | 1 | -1/+2 |
| | | | * | Removed column_list and fixed all issues relating to this change | Mikael Ronstrom | 2009-10-21 | 1 | -90/+123 |
| | | | * | Merged in latest wl3352 tree, fixed some non-partition build issues | Mikael Ronstrom | 2009-10-19 | 1 | -1/+40 |
| | | | |\ |
|
| | | | | * | Fix for non-partition builds | Mikael Ronstrom | 2009-10-19 | 1 | -0/+20 |
| | | | * | | Merged in latest changes | Mikael Ronstrom | 2009-10-16 | 1 | -4/+4 |
| | | | |\ \
| | | | | |/ |
|
| | | | | * | Fixed review comments | Mikael Ronstrom | 2009-10-16 | 1 | -4/+4 |
| | | | * | | Fixed removal of column_list keyword for VALUES part, retained for PARTITION ... | Mikael Ronstrom | 2009-10-16 | 1 | -107/+508 |
| | | | |/ |
|
| | | | * | BUG#47837, Duplicate field names were allowed in both column list partitionin... | Mikael Ronstrom | 2009-10-06 | 1 | -0/+49 |
| | | | * | BUG#47752, missed to sort values in list partitioning | Mikael Ronstrom | 2009-10-01 | 1 | -3/+4 |
| | | | * | Changed all no_ to num_ to avoid strange names like no_list_values which is n... | Mikael Ronstrom | 2009-10-01 | 1 | -74/+71 |
| | | | * | WL#3352, Introducing Column list partitioning, makes it possible to partition... | Mikael Ronstrom | 2009-09-15 | 1 | -125/+370 |
| | | * | | Bug #43414 Parenthesis (and other) warnings compiling MySQL | Staale Smedseng | 2009-09-23 | 1 | -4/+2 |
| | | |/ |
|