MDEV-29275 Fix server/Docs typos
This commit is contained in:
parent
b6bf7cd192
commit
b9c1c07f83
@ -365,7 +365,7 @@ wsrep_forced_binlog_format=none
|
|||||||
special value NONE, meaning that there is no forced binlog format in effect.
|
special value NONE, meaning that there is no forced binlog format in effect.
|
||||||
This variable was introduced to support STATEMENT format replication during
|
This variable was introduced to support STATEMENT format replication during
|
||||||
rolling schema upgrade processing. However, in most cases ROW replication
|
rolling schema upgrade processing. However, in most cases ROW replication
|
||||||
is valid for asymmetrict schema replication.
|
is valid for asymmetric schema replication.
|
||||||
|
|
||||||
State snapshot transfer options.
|
State snapshot transfer options.
|
||||||
|
|
||||||
@ -416,7 +416,7 @@ wsrep_sst_donor=
|
|||||||
|
|
||||||
6. ONLINE SCHEMA UPGRADE
|
6. ONLINE SCHEMA UPGRADE
|
||||||
|
|
||||||
Schema upgrades mean any data definition statements (DDL statemnents) run
|
Schema upgrades mean any data definition statements (DDL statements) run
|
||||||
for the database. They change the database structure and are non-
|
for the database. They change the database structure and are non-
|
||||||
transactional.
|
transactional.
|
||||||
|
|
||||||
@ -429,7 +429,7 @@ wsrep_sst_donor=
|
|||||||
|
|
||||||
With earlier releases, DDL processing happened always by Total Order
|
With earlier releases, DDL processing happened always by Total Order
|
||||||
Isolation (TOI) method. With TOI, the DDL was scheduled to be processed in
|
Isolation (TOI) method. With TOI, the DDL was scheduled to be processed in
|
||||||
same transaction seqeuncing 'slot' in each cluster node.
|
same transaction sequencing 'slot' in each cluster node.
|
||||||
The processing is secured by locking the affected table from any other use.
|
The processing is secured by locking the affected table from any other use.
|
||||||
With TOI method, the whole cluster has part of the database locked for the
|
With TOI method, the whole cluster has part of the database locked for the
|
||||||
duration of the DDL processing.
|
duration of the DDL processing.
|
||||||
|
@ -177,7 +177,7 @@ HA_EXTRA_NO_KEYREAD=8 Normal read of records (def)
|
|||||||
HA_EXTRA_NO_USER_CHANGE=9 No user is allowed to write
|
HA_EXTRA_NO_USER_CHANGE=9 No user is allowed to write
|
||||||
HA_EXTRA_KEY_CACHE=10
|
HA_EXTRA_KEY_CACHE=10
|
||||||
HA_EXTRA_NO_KEY_CACHE=11
|
HA_EXTRA_NO_KEY_CACHE=11
|
||||||
HA_EXTRA_WAIT_LOCK=12 Wait until file is avalably (def)
|
HA_EXTRA_WAIT_LOCK=12 Wait until file is available (def)
|
||||||
HA_EXTRA_NO_WAIT_LOCK=13 If file is locked, return quickly
|
HA_EXTRA_NO_WAIT_LOCK=13 If file is locked, return quickly
|
||||||
HA_EXTRA_WRITE_CACHE=14 Use write cache in ha_write()
|
HA_EXTRA_WRITE_CACHE=14 Use write cache in ha_write()
|
||||||
HA_EXTRA_FLUSH_CACHE=15 flush write_record_cache
|
HA_EXTRA_FLUSH_CACHE=15 flush write_record_cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user