mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MI_KEYSEG -> HA_KEYSEG
_mi_key_cmp -> ha_key_cmp BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
139a73cade
commit
3adee5046d
38 changed files with 106 additions and 105 deletions
|
|
@ -67,7 +67,7 @@ Returns <0, 0, >0 acording to which is bigger
|
|||
Key_length specifies length of key to use. Number-keys can't be splited
|
||||
If flag <> SEARCH_FIND compare also position
|
||||
*/
|
||||
int _mi_key_cmp(register MI_KEYSEG *keyseg, register uchar *a,
|
||||
int ha_key_cmp(register HA_KEYSEG *keyseg, register uchar *a,
|
||||
register uchar *b, uint key_length, uint nextflag,
|
||||
uint *diff_pos)
|
||||
{
|
||||
|
|
@ -393,7 +393,7 @@ Returns <0, 0, >0 acording to which is bigger
|
|||
Key_length specifies length of key to use. Number-keys can't be splited
|
||||
If flag <> SEARCH_FIND compare also position
|
||||
*/
|
||||
int hp_rb_key_cmp(register MI_KEYSEG *keyseg, register uchar *a,
|
||||
int hp_rb_key_cmp(register HA_KEYSEG *keyseg, register uchar *a,
|
||||
register uchar *b, uint key_length, uint nextflag,
|
||||
uint *diff_pos)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue