summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-02378-75899/+131469
* clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-021-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-30154-1747/+2302
|\
| * Merge remote-tracking branch 'refs/remotes/github/10.1' into 10.1Sergei Golubchik2016-06-281-0/+14
| |\
| | * Output more information when assertionJan Lindström2016-06-281-0/+14
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-28147-1478/+1617
| |\ \ | | |/ | |/|
| | * Merge following commit from 5.5:Jan Lindström2016-06-237-21/+34
| | * Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-21147-1482/+1598
| | |\
| | | * Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2016-06-21146-1481/+1541
| | | |\
| | | | * 5.6.31Sergei Golubchik2016-06-21146-1481/+1536
| | | * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-212-0/+56
| | | |\ \
| | | | * | MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8Jan Lindström2016-06-082-1/+74
| | | * | | MDEV-9128 Compiling on IBM System Z failsSergei Golubchik2016-06-111-1/+1
| | * | | | MDEV-9356: innodb.innodb_bug53290 fails (crashes) on sol10-64 in buildbotJan Lindström2016-06-211-0/+10
| | |/ / /
| * | | | MDEV-9618 solaris sparc build fails on 10.1.Alexey Botchkov2016-06-271-2/+4
| * | | | Merge pull request #174 from Cona19/10.1Jan Lindström2016-06-021-1/+1
| |\ \ \ \
| | * | | | Remove some unnecessary parenthesesHyeonseok Oh2016-05-261-1/+1
| * | | | | MDEV-9865: Test encryption.innodb-log-encrypt-crash takes too long on debug b...Jan Lindström2016-06-011-2/+3
| * | | | | Fix spelling: shhould -> shouldHyeonseok Oh2016-06-011-1/+1
| |/ / / /
| * | | | Merge branch 'bb-10.1-merge' into 10.1Sergei Golubchik2016-05-0516-239/+535
| |\ \ \ \
| | * | | | MDEV-9155 Enabling Defragmenting in 10.1.8 still causes OPTIMIZE TABLE to tak...Sergei Golubchik2016-05-051-1/+1
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-0416-238/+534
| | |\ \ \ \ | | | |/ / /
| | | * | | after-merge fixes for failures in buildbotSergei Golubchik2016-04-271-4/+2
| | | * | | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2016-04-269-130/+355
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | 5.6.30Sergei Golubchik2016-04-268-129/+354
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-2/+2
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-203-27/+27
| | | | |\ \
| | | | | * | Bug#22680706: 5.5 DOES NOT BUILD WITH GCC5Jon Olav Hauglid2016-02-082-4/+4
| | | | | * | Followup:BUG#22530768 Innodb freeze running REPLACE statementsShaohua Wang2016-01-271-23/+23
| | | | | * | BUG#22530768 Innodb freeze running REPLACE statementsShaohua Wang2016-01-122-17/+21
| | | | * | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-092-24/+18
| | | | |\ \ \
| | | | | * | | BUG#22530768 Innodb freeze running REPLACE statementsmysql-5.5.48Shaohua Wang2016-01-152-17/+21
| | | | | |/ /
| | | | * | | Fix function visibility as it is used on row0mysql.c in Windows.Jan Lindström2016-02-032-1/+15
| | | | * | | MDEV-9471: Server crashes or returns an error while trying to alter partition...Jan Lindström2016-02-031-0/+49
| | | * | | | Improve error diagnostics on I/O errors. If node->name is NULLJan Lindström2016-04-221-4/+9
| | | * | | | MDEV-9918: [ERROR] mysqld got signal 11 during ALTER TABLE `name` COLUMN ADDJan Lindström2016-04-224-41/+149
| * | | | | | MDEV-9362: InnoDB tables using DATA_DIRECTORY created usingJan Lindström2016-05-033-21/+67
| |/ / / / /
| * | | | | MDEV-9242: Innodb reports Assertion failure in file buf0dblwr.cc line 579Jan Lindström2016-04-293-5/+62
* | | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-1/+1
* | | | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-249-24/+24
* | | | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-222-2/+2
* | | | | | Fixed compiler warningsMonty2016-06-221-20/+23
* | | | | | Follow-up for MDEV-6720 (enable connection log in mysqltest by default)Elena Stepanova2016-06-191-2/+5
* | | | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-082-3/+3
* | | | | | Few improvements related to CPU cache line size and padding:Alexey Kopytov2016-06-074-8/+12
* | | | | | Remove btr_search_n_succ and btr_search_n_hash_fail countersDaniel Black2016-06-022-21/+0
* | | | | | MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqnoNirbhay Choubey2016-05-311-2/+11
* | | | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-287-31/+92
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-9977: Crash when accessing large (>4G) InnoDB table onJan Lindström2016-04-281-4/+2
| * | | | | MDEV-9121: innodb_force_recovery = 6 cannot recover ANY DATA whenJan Lindström2016-04-271-5/+15