Description:
At lest the followin optoins get sumthing rong w/ desc:
1.
--default-tmp-storage-engine=name
The default storage engine for new explict temporary
tables
2.
--slave-parallel-type=name
Specifies if the slave will use database partioning or
information from master to parallelize
transactions.(Default: DATABASE).
3.
--innodb-max-undo-log-size[=#]
Maximum size of UNDO tablespace in MB (If UNDO tablespace
grows beyond ths size it will be truncated in
due-course).
4.
--slave-type-conversions=name
Set of slave type conversions that are enabled. Legal
values are: ALL_LOSSY to enable lossy conversions,
ALL_NON_LOSSY to enable non-lossy conversions,
ALL_UNSIGNED to treat all integer column type data to be
unsigned values, and ALL_SIGNED to treat all integer
column type data to be signed values. Default treatment
is ALL_SIGNED. If ALL_SIGNED and ALL_UNSIGNED both are
specifed, ALL_SIGNED will take high priority than
ALL_UNSIGNED. If the variable is assigned the empty set,
no conversions are allowed and it is expected that the
types match exactly.
5.
--transaction-write-set-extraction[=name]
This option is used to let the server know when toextract
the write set which will be used for various purposes.
How to repeat:
mysqld --help --verbose
Suggested fix:
1. s/explict/explicit/
2. s/partioning/partitioning/
3. s/ths/this/
4. s/specifed/specfied/
5. s/toextract/to extract/
Description: At lest the followin optoins get sumthing rong w/ desc: 1. --default-tmp-storage-engine=name The default storage engine for new explict temporary tables 2. --slave-parallel-type=name Specifies if the slave will use database partioning or information from master to parallelize transactions.(Default: DATABASE). 3. --innodb-max-undo-log-size[=#] Maximum size of UNDO tablespace in MB (If UNDO tablespace grows beyond ths size it will be truncated in due-course). 4. --slave-type-conversions=name Set of slave type conversions that are enabled. Legal values are: ALL_LOSSY to enable lossy conversions, ALL_NON_LOSSY to enable non-lossy conversions, ALL_UNSIGNED to treat all integer column type data to be unsigned values, and ALL_SIGNED to treat all integer column type data to be signed values. Default treatment is ALL_SIGNED. If ALL_SIGNED and ALL_UNSIGNED both are specifed, ALL_SIGNED will take high priority than ALL_UNSIGNED. If the variable is assigned the empty set, no conversions are allowed and it is expected that the types match exactly. 5. --transaction-write-set-extraction[=name] This option is used to let the server know when toextract the write set which will be used for various purposes. How to repeat: mysqld --help --verbose Suggested fix: 1. s/explict/explicit/ 2. s/partioning/partitioning/ 3. s/ths/this/ 4. s/specifed/specfied/ 5. s/toextract/to extract/