| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | 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 |
| | | |/ |
|
| | | * | Bug#40389: REORGANIZE PARTITION crashes when only using one partition | Mattias Jonsson | 2008-12-02 | 1 | -0/+1 |
| | | * | coding style | Marc Alff | 2008-10-07 | 1 | -1/+1 |
| | | * | Bug#36768 (partition_info::check_partition_info() reports mal formed | Marc Alff | 2008-10-06 | 1 | -4/+6 |
| | | * | Bug#35305: partition_symlink test failures | mattiasj@witty. | 2008-03-17 | 1 | -2/+2 |
| | | * | Merge pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/... | antony@pcg5ppc.xiphis.org | 2008-03-14 | 1 | -0/+56 |
| | | |\ |
|
| | | | * | Bug#32167 another privilege bypass with DATA/INDEX DIRECORY(3rd version for 5.1) | gluh@mysql.com/eagle.(none) | 2008-02-28 | 1 | -0/+56 |
| | | * | | Post push fix | mattiasj@witty. | 2008-02-25 | 1 | -36/+63 |
| | | * | | Merge witty.:/Users/mattiasj/clones/mysql-5.1-bug31931.2 | mattiasj@witty. | 2008-02-24 | 1 | -33/+214 |
| | | |\ \ |
|
| | | | * | | Bug#31931 Partitions: unjustified 'mix of handlers' error message | mattiasj@client-10-129-10-137.upp.off.mysql.com | 2008-01-09 | 1 | -33/+214 |
| | | | |/ |
|
| | | * | | Bug#30459 Partitioning across disks failing on Windows | mattiasj@witty. | 2008-01-04 | 1 | -2/+12 |
| | | |/ |
|
| | | * | Merge stella.local:/home2/mydev/mysql-5.1-amain | istruewing@stella.local | 2007-12-11 | 1 | -0/+7 |
| | | |\ |
|