summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bug#45197 cp1250 character set with IBMDB2I generates 2027 errorNarayanan V2009-06-011-1/+11
| | * Bug#44811 Tests with utf8 charset fail with ibmdb2i on 64bit MySQLNarayanan V2009-05-292-2/+18
| * | This patch pretends to fix run-time symbols clash on Solaris:Sergey Vojtovich2009-07-091-3/+5
| * | On Solaris shared objects must be linked from PIC code.Sergey Vojtovich2009-07-031-3/+6
| * | Fixed InnoDB plugin compilation failure from source distributionSergey Vojtovich2009-06-251-1/+1
| * | Fixed build failures.Sergey Vojtovich2009-06-181-1/+1
| * | mergeVladislav Vaintroub2009-06-172-3/+3
| |\ \
| | * | When using bundled zlib, INNODB_PLUGIN was looking forSergey Vojtovich2009-06-171-1/+1
| | * | Removed legacy name for innodb_plugin SE, so --with[out]-innodbSergey Vojtovich2009-06-101-1/+1
| | * | add missing file in Makefile.amTomas Ulin2009-06-091-1/+1
| * | | Fixed type defintion for os_thread_id_t on 64 bit Windows.Vladislav Vaintroub2009-06-171-1/+1
| * | | Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-1019-1258/+170
| |/ /
| * | merge from mysql-5.1-innodb_plugin branch.Satya B2009-06-053-8/+8
| |\ \ | | |/
| | * 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-05-272-3/+3
| | * Bug#43940 64-bit windows myisamchk doesn't support key_buffer_size > 4GSergey Glukhov2009-05-271-5/+5
| * | Compile the Innodb plugin so that it can be installed as dynamic plugin only ...Satya B2009-05-294-3199/+43
| * | Adding innodb_plugin-1.0.4 as storage/innodb_plugin.Satya B2009-05-27375-0/+216180
| |/
| * merge to 5.1-bugteam treeSatya B2009-05-191-1/+1
| |\
| | * 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-05-191-1/+1
| * | Applying InnoDB snashot 5.1-ss5024,part 3. Fixes BUG#42101Satya B2009-05-193-7/+38
| * | Applying InnoDB snashot 5.1-ss5024, part 2. Fix for BUG#44320Satya B2009-05-191-1/+1
| * | Applying InnoDB snashot 5.1-ss5024 part 1, Follow up Fix for BUG#43660Satya B2009-05-191-1/+1
| |/
| * Bug#44856 IBMDB2I gives misleading 2504 errorNarayanan V2009-05-171-2/+2
| * Bug#44610 RCDFMT clause requested when creating DB2 tableNarayanan V2009-05-172-2/+58
| * Bug #39802 On Windows, 32-bit time_t should be enforcedAnurag Shekhar2009-05-134-8/+8
| * Merge with 5.1-bugteam.Jim Winstead2009-05-0511-31/+136
| |\
| | * Bug#44232 Error msg should be improved when collation not supported.Narayanan V2009-05-054-19/+44
| * | Add missing newline to usage message of ndb_print_backup_file (Bug #34989)Jim Winstead2009-04-281-1/+1
* | | Fix Bug#44671Kelly Long2009-07-211-0/+21
* | | Merged in 5.1.35Mikael Ronstrom2009-07-015-57/+61
|\ \ \
| * | | Preparation for using CMake for more than Windows by only checking for WIN_AT...Mikael Ronstrom2009-07-011-18/+19
| * | | Merge from mysql-5.4.1-release (first part only)MySQL Build Team2009-06-241-11/+11
| |\ \ \
| | * | | Some portability fixes.MySQL Build Team2009-06-041-11/+11
| * | | | Removed debug comments on Windows CMake fixesMikael Ronstrom2009-06-171-4/+0
| * | | | First attempt at fixing Windows issues in 5.4.0Mikael Ronstrom2009-06-164-34/+41
* | | | | Merge MySQL 5.1.35 into MySQL 5.4Mikael Ronstrom2009-06-1181-364/+18360
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge to 5.1-bugteam.Sergey Vojtovich2009-04-301-2/+19
| |\ \ \
| | * | | BUG#42907 - Multi-term boolean fulltext query containing aSergey Vojtovich2009-04-231-2/+19
| | | |/ | | |/|
| * | | merged 5.1-main to 5.1-bugteamGeorgi Kodinov2009-04-301-0/+1
| |\ \ \
| | * | | Add new headers to noinst_HEADERS (ibmdb2i storage engine)MySQL Build Team2009-04-011-0/+1
| * | | | merging with mysql-5.1-bugteamNarayanan V2009-04-301-2/+2
| |\ \ \ \
| | * | | | BUG#37631 - Incorrect key file for table after upgrading from 5.0 to 5.1Narayanan V2009-04-301-2/+2
| | | |/ / | | |/| |
| * | | | Fix for BUG#40827 - Killing insert-select to MyISAM can cause table corruptionSatya B2009-04-301-4/+49
| |\ \ \ \
| | * | | | BUG#40827 - Killing insert-select to MyISAM can cause table corruptionSatya B2009-04-161-4/+49
| * | | | | mergeMartin Hansson2009-04-291-1/+6
| |\ \ \ \ \
| | * | | | | Bug#44337 Select query using index merge fails with MCH3601Narayanan V2009-04-291-1/+6
| * | | | | | Bug#43737: Select query return bad resultMartin Hansson2009-04-291-1/+2
| |/ / / / /
| * | | | | mergingAlexey Botchkov2009-04-292-2/+13
| | |/ / / | |/| | |
| * | | | Applying InnoDB snashot 5.1-ss3603. Fixes BUG#27276Satya B2009-04-201-7/+10
| |/ / /
| * | | Merge from 5.0-bugteamStaale Smedseng2009-04-162-4/+4