header typos
This commit is contained in:
parent
f97f6955bd
commit
c21566a78a
@ -132,7 +132,7 @@ extern HA_KEYSEG *ha_find_null(HA_KEYSEG *keyseg, const uchar *a);
|
|||||||
|
|
||||||
0=CHECK_NEG - The filter is not satisfied. The engine should discard this
|
0=CHECK_NEG - The filter is not satisfied. The engine should discard this
|
||||||
index tuple and continue the scan.
|
index tuple and continue the scan.
|
||||||
1=CHECK_POS - The filter is statisfied. Current index tuple should be
|
1=CHECK_POS - The filter is satisfied. Current index tuple should be
|
||||||
returned to the SQL layer.
|
returned to the SQL layer.
|
||||||
2=CHECK_OUT_OF_RANGE - the index tuple is outside of the range that we're
|
2=CHECK_OUT_OF_RANGE - the index tuple is outside of the range that we're
|
||||||
scanning. (Example: if we're scanning "t.key BETWEEN 10 AND
|
scanning. (Example: if we're scanning "t.key BETWEEN 10 AND
|
||||||
|
@ -90,7 +90,7 @@ C_MODE_START
|
|||||||
how to ensure that it can be accessed.
|
how to ensure that it can be accessed.
|
||||||
On AARCH64, we use the generic timer base register. We override clang
|
On AARCH64, we use the generic timer base register. We override clang
|
||||||
implementation for aarch64 as it access a PMU register which is not
|
implementation for aarch64 as it access a PMU register which is not
|
||||||
guarenteed to be active.
|
guaranteed to be active.
|
||||||
|
|
||||||
Sadly, we have nothing for the Digital Alpha, MIPS, Motorola m68k,
|
Sadly, we have nothing for the Digital Alpha, MIPS, Motorola m68k,
|
||||||
HP PA-RISC or other non-mainstream (or obsolete) processors.
|
HP PA-RISC or other non-mainstream (or obsolete) processors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user