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
c02d61bc
Commit
c02d61bc
authored
Aug 25, 2017
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test result for windows
parent
9bbc8a89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
mysql-test/r/mysqld--help,win.rdiff
mysql-test/r/mysqld--help,win.rdiff
+9
-12
No files found.
mysql-test/r/mysqld--help,win.rdiff
View file @
c02d61bc
...
@@ -45,22 +45,19 @@
...
@@ -45,22 +45,19 @@
--standard-compliant-cte
--standard-compliant-cte
Allow only CTEs compliant to SQL standard
Allow only CTEs compliant to SQL standard
(Defaults to on; use --skip-standard-compliant-cte to disable.)
(Defaults to on; use --skip-standard-compliant-cte to disable.)
@@ -1134,
8 +1142,12
@@
@@ -1134,
6 +1142,11
@@
--thread-pool-max-threads=#
--thread-pool-max-threads=#
Maximum allowed number of worker threads in the thread
Maximum allowed number of worker threads in the thread
pool
pool
- --thread-pool-oversubscribe=#
- How many additional active worker threads in a group are
+ --thread-pool-min-threads=#
+ --thread-pool-min-threads=#
+ Minimum number of threads in the thread pool.
+ Minimum number of threads in the thread pool.
+ --thread-pool-mode=name
+ --thread-pool-mode=name
+ Chose implementation of the threadpool. One of: windows,
+ Chose implementation of the threadpool. One of: windows,
+ generic
+ generic
+ --thread-pool-oversubscribe=# How many additional active worker threads in a group are
--thread-pool-oversubscribe=#
How many additional active worker threads in a group are
allowed.
allowed.
--thread-pool-prio-kickup-timer=#
@@ -1172,8 +1185,8 @@
The number of milliseconds before a dequeued low-priority
@@ -1172,8 +1184,8 @@
automatically convert it to an on-disk MyISAM or Aria
automatically convert it to an on-disk MyISAM or Aria
table.
table.
-t, --tmpdir=name Path for temporary files. Several paths may be specified,
-t, --tmpdir=name Path for temporary files. Several paths may be specified,
...
@@ -71,7 +68,7 @@
...
@@ -71,7 +68,7 @@
--transaction-alloc-block-size=#
--transaction-alloc-block-size=#
Allocation block size for transactions to be stored in
Allocation block size for transactions to be stored in
binary log
binary log
@@ -1298,7 +131
0
,6 @@
@@ -1298,7 +131
1
,6 @@
key-cache-division-limit 100
key-cache-division-limit 100
key-cache-file-hash-size 512
key-cache-file-hash-size 512
key-cache-segments 0
key-cache-segments 0
...
@@ -79,7 +76,7 @@
...
@@ -79,7 +76,7 @@
lc-messages en_US
lc-messages en_US
lc-messages-dir MYSQL_SHAREDIR/
lc-messages-dir MYSQL_SHAREDIR/
lc-time-names en_US
lc-time-names en_US
@@ -1368,6 +13
79
,7 @@
@@ -1368,6 +13
80
,7 @@
myisam-stats-method NULLS_UNEQUAL
myisam-stats-method NULLS_UNEQUAL
myisam-use-mmap FALSE
myisam-use-mmap FALSE
mysql56-temporal-format TRUE
mysql56-temporal-format TRUE
...
@@ -87,7 +84,7 @@
...
@@ -87,7 +84,7 @@
net-buffer-length 16384
net-buffer-length 16384
net-read-timeout 30
net-read-timeout 30
net-retry-count 10
net-retry-count 10
@@ -1469,6 +148
1
,8 @@
@@ -1469,6 +148
2
,8 @@
session-track-state-change FALSE
session-track-state-change FALSE
session-track-system-variables
session-track-system-variables
session-track-transaction-info OFF
session-track-transaction-info OFF
...
@@ -96,7 +93,7 @@
...
@@ -96,7 +93,7 @@
show-slave-auth-info FALSE
show-slave-auth-info FALSE
silent-startup FALSE
silent-startup FALSE
skip-grant-tables TRUE
skip-grant-tables TRUE
@@ -1493,6 +150
7
,7 @@
@@ -1493,6 +150
8
,7 @@
slave-type-conversions
slave-type-conversions
slow-launch-time 2
slow-launch-time 2
slow-query-log FALSE
slow-query-log FALSE
...
@@ -104,7 +101,7 @@
...
@@ -104,7 +101,7 @@
sort-buffer-size 2097152
sort-buffer-size 2097152
sql-mode STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
sql-mode STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
stack-trace TRUE
stack-trace TRUE
@@ -1506,14 +152
1
,16 @@
@@ -1506,14 +152
2
,16 @@
sync-relay-log 10000
sync-relay-log 10000
sync-relay-log-info 10000
sync-relay-log-info 10000
sysdate-is-now FALSE
sysdate-is-now FALSE
...
...
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