| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Fix for bug #29258: Partitions: search fails for maximum unsigned bigint | ramil/ram@mysql.com/ramil.myoffice.izhnet.ru | 2007-11-26 | 1 | -0/+7 |
* | | Post-merge changes for bug #31207: Test "join_nested" shows different strateg... | kaa@polly.(none) | 2007-10-18 | 1 | -2/+2 |
|/ |
|
* | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris | monty@mysql.com/nosik.monty.fi | 2007-08-13 | 1 | -4/+4 |
* | Merge dator6.(none):/home/mikael/mysql_clones/clean-mysql-5.1 | mikael@dator6.(none) | 2007-06-13 | 1 | -27/+17 |
|\ |
|
| * | BUG#18198 | mikael@dator3.(none) | 2007-04-20 | 1 | -0/+1 |
| * | Reapplied patch for bug18198 | mikron@mikael-ronstr-ms-dator.local | 2007-04-04 | 1 | -27/+16 |
* | | WL#3817: Simplify string / memory area types and make things more consistent ... | monty@mysql.com/narttu.mysql.fi | 2007-05-10 | 1 | -18/+19 |
* | | aftermerging fix | holyfoot/hf@mysql.com/hfmain.(none) | 2007-04-05 | 1 | -2/+8 |
* | | Merge mysql.com:/home/hf/work/27359/my51-27359 | holyfoot/hf@hfmain.(none) | 2007-04-04 | 1 | -1/+5 |
|\ \ |
|
| * | | Bug #27359 Partition: memory allocation error message | holyfoot/hf@mysql.com/hfmain.(none) | 2007-03-27 | 1 | -1/+5 |
| |/ |
|
* | | Merge mysql.com:/home/hf/work/24633/my51-24633 | holyfoot/hf@hfmain.(none) | 2007-04-04 | 1 | -0/+2 |
|\ \ |
|
| * | | Bug #24633 SQL MODE "NO_DIR_IN_CREATE" does not work with | holyfoot/hf@mysql.com/hfmain.(none) | 2007-03-11 | 1 | -0/+2 |
| |/ |
|
* | | Bug #23675 Partitions: possible security breach via alter | holyfoot/hf@mysql.com/hfmain.(none) | 2007-04-04 | 1 | -7/+19 |
|/ |
|
* | After merge fixes | monty@mysql.com/narttu.mysql.fi | 2007-01-29 | 1 | -1/+0 |
* | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-27 | 1 | -2/+1 |
* | Fixed compiler warnings (Mostly VC++): | monty@mysql.com/narttu.mysql.fi | 2006-11-30 | 1 | -4/+2 |
* | Fixed a lot of compiler warnings (Mainly in mysqld and instance manager) | monty@mysql.com/nosik.monty.fi | 2006-11-01 | 1 | -1/+5 |
* | Merge dator5.(none):/home/pappa/clean-mysql-5.1 | mikael/pappa@dator5.(none) | 2006-10-16 | 1 | -13/+188 |
|\ |
|