Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2e41259b
Commit
2e41259b
authored
May 10, 2017
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix of emulated variables comments to reflect reality.
parent
069d0472
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
595 additions
and
93 deletions
+595
-93
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff
+14
-14
mysql-test/suite/sys_vars/r/sysvars_innodb.result
mysql-test/suite/sys_vars/r/sysvars_innodb.result
+504
-0
storage/innobase/handler/ha_xtradb.h
storage/innobase/handler/ha_xtradb.h
+77
-79
No files found.
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff
View file @
2e41259b
--- suite/sys_vars/r/sysvars_innodb.result
+++ suite/sys_vars/r/sysvars_innodb.re
sult
--- suite/sys_vars/r/sysvars_innodb.result
2017-05-10 10:25:27.196836832 +0200
+++ suite/sys_vars/r/sysvars_innodb.re
ject 2017-05-10 10:57:12.668442437 +0200
@@ -54,7 +54,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT
Number of InnoDB Adaptive Hash Index Partitions (default 8)
VARIABLE_COMMENT
It is an alias for innodb_adaptive_hash_index_parts; only exists to allow easier upgrade from earlier XtraDB versions.
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 512
@@ -68,7 +68,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE
150000
DEFAULT_VALUE
8
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT
The upper limit of the sleep delay in usec. Value of 0 disables it.
NUMERIC_MIN_VALUE
0
NUMERIC_MAX_VALUE
1000000
VARIABLE_COMMENT
Number of InnoDB Adaptive Hash Index Partitions (default 8)
NUMERIC_MIN_VALUE
1
NUMERIC_MAX_VALUE
512
@@ -82,7 +82,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE
5
DEFAULT_VALUE
150000
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT
Background commit interval in seconds
NUMERIC_MIN_VALUE
1
NUMERIC_MAX_VALUE 10
73741824
@@ -
152,7 +152
,7 @@
VARIABLE_COMMENT
The upper limit of the sleep delay in usec. Value of 0 disables it.
NUMERIC_MIN_VALUE
0
NUMERIC_MAX_VALUE 10
00000
@@ -
96,7 +96
,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 64
VARIABLE_SCOPE GLOBAL
...
...
@@ -36,7 +36,7 @@
VARIABLE_COMMENT Data file autoextend increment in megabytes
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1000
@@ -1
66,7 +166
,7 @@
@@ -1
10,7 +110
,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
...
...
@@ -45,7 +45,7 @@
VARIABLE_COMMENT The AUTOINC lock modes supported by InnoDB: 0 => Old style AUTOINC locking (for backward compatibility); 1 => New style AUTOINC locking; 2 => No AUTOINC locking (unsafe for SBR)
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 2
@@ -
250,10 +250
,10 @@
@@ -
194,10 +194
,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 134217728
VARIABLE_SCOPE GLOBAL
...
...
mysql-test/suite/sys_vars/r/sysvars_innodb.result
View file @
2e41259b
This diff is collapsed.
Click to expand it.
storage/innobase/handler/ha_xtradb.h
View file @
2e41259b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment