summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 5.3->5.5 mergeSergei Golubchik2011-11-229-16/+31
|\
| * Fix bug lp:869036unknown2011-11-171-0/+4
| * Merge.Igor Babaev2011-10-281-1/+4
| |\
| | * Merge.Igor Babaev2011-06-011-1/+4
| | |\
| | | * Downported InnoDB support of Index Condition Pushdown from MySQL-5.6 code line.Igor Babaev2011-05-251-1/+3
| * | | Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys...Michael Widenius2011-10-262-0/+4
| * | | mergeSergei Golubchik2011-10-111-5/+19
| |\ \ \
| | * \ \ merge with 5.1Sergei Golubchik2011-10-071-5/+19
| | |\ \ \
| | | * | | support for plugins on windowsSergei Golubchik2011-10-041-5/+19
| | | * | | Post-fix for LP808233 : replace uint with "unsigned int" in mysql.h.pp, tooVladislav Vaintroub2011-07-101-1/+1
| | | * | | LPBUG#808233: Undefined uint in typelib.hVladislav Vaintroub2011-07-101-1/+1
| * | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-232-6/+9
| * | | | | portability fix: avoid anonymous structs and unions in CSergei Golubchik2011-09-221-6/+6
| * | | | | Merge with 5.2Michael Widenius2011-09-102-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-1/+1
| | * | | | Fixed lp:814238 "safe_mutex issues must be assertions in debug binary"Michael Widenius2011-09-021-0/+1
| * | | | | Merge 5.2->5.3unknown2011-09-021-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open ...Michael Widenius2011-09-021-2/+2
* | | | | | mergeSergei Golubchik2011-11-031-1/+1
|\ \ \ \ \ \
| * | | | | | compilation warnings on WindowsSergei Golubchik2011-11-021-1/+1
* | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-0371-141/+208
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bug#11759349 -- Merge of patch from mysql-5.1.Ashish Agarwal2011-09-271-0/+2
| |\ \ \ \ \ \
| | * | | | | | BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STOREAshish Agarwal2011-09-271-0/+2
| | * | | | | | Merge from mysql-5.1.59-releaseunknown2011-09-151-0/+9
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Manual merge from mysql-5.1.Ramil Kalimullin2011-08-092-1/+32
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merge 5.0-security => 5.1-securityTor Didriksen2011-07-151-0/+9
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Bug#12406055 BUFFER OVERFLOW OF VARIABLE 'BUFF' IN STRING::SET_REALTor Didriksen2011-07-151-0/+9
| * | | | | | | | | | merge from 5.5.16Daniel Fischer2011-09-214-3/+15
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Merging into mysql-5.5.16-release.Mats Kindahl2011-08-154-3/+15
| | * | | | | | | | | | Cherry-picking WL#5710 from mysql-5.5 to mysql-5.5.16-release.Alexander Nozdrin2011-08-151-0/+4
| * | | | | | | | | | | Bug#12547647 UPDATE LOGGING COULD EXCEED LOG PAGE SIZEMarko Mäkelä2011-09-011-1/+2
| * | | | | | | | | | | merge 5.1 => 5.5Tor Didriksen2011-08-291-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | BUG#12911710 - VALGRIND FAILURE IN ROW-DEBUG:PERFSCHEMA.SOCKET_SUMMARY_BY_INS...Tor Didriksen2011-08-291-0/+9
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | BUG#12695969Luis Soares2011-07-121-1/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | BUG#12695969Luis Soares2011-07-121-1/+1
| * | | | | | | | | | | Fix bug #11830883, SUPPORT "CORRUPTED" BIT FOR INNODB TABLES AND INDEXES.Jimmy Yang2011-08-161-2/+3
| * | | | | | | | | | | WL#5710 : mysql_plugin - enable or disable pluginsChuck Bell2011-07-191-0/+4
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | BUG#12695969Luis Soares2011-07-111-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | BUG#12695969Luis Soares2011-07-111-0/+31
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | | | / / / / / / / | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | BUG#12695969: FIX OUTDATED COPYRIGHT NOTICES IN REPLACTIONLuis Soares2011-07-111-0/+31
| | | |/ / / / / /
| | | * | | | | | Updated/added copyright headersKent Boortz2011-06-305-25/+20
| | | |\ \ \ \ \ \
| | | | * | | | | | Bug#11896296 REMOVE LGPL LICENSED FILES IN MYSQL 5.0Magne Mahre2011-03-225-22/+19
| * | | | | | | | | merge mysql-5.1->mysql-5.5Georgi Kodinov2011-07-071-16/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Updated/added copyright headersKent Boortz2011-07-0310-149/+138
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | BUG 11763056 - 55721: AIX 5.1.50 build failing, cannot locate bzeroDavi Arnaut2011-05-271-1/+1
| * | | | | | | | | | Merge from mysql-5.5.14-releaseunknown2011-07-061-4/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Bug #12633140 : AUDIT PLUGIN SOURCE FILES HAVE OUT OF DATE Georgi Kodinov2011-06-131-6/+7
| * | | | | | | | | | | Updated/added copyright headersKent Boortz2011-07-047-10/+16
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | Updated/added copyright headersKent Boortz2011-06-3068-126/+171
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| / / / / / / / / / | | |/ / / / / / / / /
| | * | | | | | | | | Updated/added copyright headersKent Boortz2011-06-3026-51/+121
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |