Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge 10.1 into 10.2
Replace have_innodb_zip.inc with innodb_page_size_small.inc.
- Loading branch information
Showing
115 changed files
with
2,680 additions
and
916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -41,4 +41,3 @@ SET(WSREP_PROC_INFO ${WITH_WSREP}) | ||
| IF(WITH_WSREP) | ||
| SET(WSREP_PATCH_VERSION "wsrep_${WSREP_VERSION}") | ||
| ENDIF() | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| [64k] | ||
| innodb-page-size=64K | ||
| innodb-buffer-pool-size=24M | ||
|
|
||
| [32k] | ||
| innodb-page-size=32K | ||
| innodb-buffer-pool-size=24M | ||
|
|
||
| [16k] | ||
| innodb-page-size=16K | ||
|
|
||
| [8k] | ||
| innodb-page-size=8K | ||
|
|
||
| [4k] | ||
| innodb-page-size=4K |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # The goal of including this file is to enable innodb_page_size combinations | ||
| # (see include/innodb_page_size.combinations) | ||
|
|
||
| --source include/have_innodb.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| [16k] | ||
| innodb-page-size=16K | ||
|
|
||
| [8k] | ||
| innodb-page-size=8K | ||
|
|
||
| [4k] | ||
| innodb-page-size=4K |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # The goal of including this file is to enable innodb_page_size combinations | ||
| # (see include/innodb_page_size.combinations) | ||
|
|
||
| --source include/have_innodb.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.