summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-141-7/+0
| * | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-141-2/+1
| * | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-141-2/+0
| * | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-141-9/+16
| * | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-131-2/+0
| * | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-131-3/+0
* | | | | | MWL#74: Shared libmysqld.so library.unknown2010-11-172-7/+6
| |_|/ / / |/| | | |
* | | | | 5.1.51 mergeSergei Golubchik2010-10-1914-98/+471
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Merge from mysql-5.1-bugteam to mysql-5.1-securityJimmy Yang2010-09-017-82/+254
| |\ \ \ | | |/ /
| | * | Bug#55832: selects crash too easily when innodb_force_recovery>3Marko Mäkelä2010-08-232-38/+55
| | * | Fix Bug #54538 - use of exclusive innodb dictionary lock limits performance.Sunny Bains2010-08-205-33/+160
| | * | Fix Bug #55027: assertion: mutex_own(&dict_sys->mutex) in dict_table_get_on_id()Sunny Bains2010-08-201-2/+1
| | * | Address bug #55465 ERROR 1280 (42000): Incorrect index name '<index name>',Jimmy Yang2010-08-063-4/+32
| | * | Fix Bug #55382 Assignment with SELECT expressions takes unexpected S locksJimmy Yang2010-08-011-4/+5
| * | | This is to resolve a hang situation in 5.1 builtin raised byJimmy Yang2010-08-243-0/+71
| * | | Fix Bug #55277 - Failing assertion: auto_inc > 0Sunny Bains2010-08-051-6/+13
| * | | Fix Bug #54582 stack overflow when opening many tables linked withJimmy Yang2010-08-047-10/+133
| |/ /
* | | build dynamic plugins with the -shared libtool option to avoidSergei Golubchik2010-09-091-2/+2
* | | Merge with MySQL 5.1.50Michael Widenius2010-08-273-16/+18
|\ \ \ | |/ /
| * | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-07-292-2/+5
| |\ \
| | * \ Merge of mysql-5.1 into mysql-5.1-bugteam.Davi Arnaut2010-07-1911-224/+319
| | |\ \
| | * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-091-2/+2
| | * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-0/+3
| * | | | Merge mysql-5.1 -> mysql-5.1-innodbVasil Dimov2010-07-231-2/+22
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Check in fix for bug #53756: "ALTER TABLE ADD PRIMARY KEY affectsJimmy Yang2010-06-281-14/+13
* | | | | Merge with MariaDB mainMichael Widenius2010-08-0221-296/+424
|\ \ \ \ \
| * \ \ \ \ Merge with MySQL 5.1.49Michael Widenius2010-08-0221-296/+424
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | * | | Merge mysql-5.1-innodb -> mysql-5.1-securityVasil Dimov2010-07-0411-222/+297
| | |\ \ \ | | | |/ /
| | | * | Fix bug#54583. This change reverses rsvn:1350 by getting rid of a bogus asser...Sunny Bains2010-06-253-9/+7
| | | * | Move the fix for bug #54044 to security branch, and revert commit -r3520:3521.Jimmy Yang2010-06-231-22/+2
| | | * | Fix bug #54044, Create temporary tables and using innodb crashes. ScreenJimmy Yang2010-06-221-2/+22
| | | * | Check in fix for Bug #52814 InnoDB: Use the new ha_data interfacesJimmy Yang2010-06-171-3/+9
| | | * | Bug#38999 valgrind warnings for update statement in function compare_record()Sergey Glukhov2010-06-091-0/+6
| | | * | Bug#53674: InnoDB: Error: unlock row could not find a 4 mode lock on the recordMarko Mäkelä2010-06-027-210/+275
| | | |/
| | * | Fix Bug #54044 Create temporary tables and using innodb crashes.Jimmy Yang2010-06-241-2/+22
| | |/
| | * Merge mysql-5.1-innodb from bk-internal into my local treeVasil Dimov2010-05-201-2/+2
| | |\
| | | * Bug#53593: Add some instrumentation to improve Valgrind sensitivityMarko Mäkelä2010-05-201-2/+2
| | * | Merge from mysql-trunk-innodb into mysql-5.1-innodb/storage/innobase:Vasil Dimov2010-05-204-3/+15
| | |/
| | * Make UNIV_DEBUG Valgrind friendly in the built-in InnoDB.Marko Mäkelä2010-05-191-13/+10
| | * Make the InnoDB FOREIGN KEY parser understand multi-statements. (Bug #48024)Marko Mäkelä2010-05-148-29/+58
| | * Remove unused code.Marko Mäkelä2010-05-141-14/+0
| | * Add Valgrind diagnostics to track down Bug #38999.Marko Mäkelä2010-05-051-0/+16
| | * fsp_init_file_page_low(): Zero out the page. (Bug #53306)Marko Mäkelä2010-05-042-11/+1
| | * Add Valgrind checks to catch uninitialized writes to data files.Marko Mäkelä2010-05-041-0/+3
* | | Disable the old innobase againBo Thorsen2010-06-011-0/+0
|/ /
* | Merge with MySQL 5.1.47Michael Widenius2010-05-2614-51/+96
|\ \ | |/
| * recv_sys_init(), recv_sys_empty_hash(): Shrink recv_sys->addr_hash.Marko Makela2010-04-291-2/+2
| * Reduce the next-key locking of READ UNCOMMITTED to match that ofMarko Makela2010-04-294-18/+18
| * Merge r6103 from InnoDB Plugin to the built-in InnoDB to fix Bug #53202:Marko Makela2010-04-284-9/+31
| * Do not define UNIV_DEBUG_VALGRIND when HAVE_purify becauseVasil Dimov2010-04-271-0/+6