mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 08:34:28 +02:00
Merge
This commit is contained in:
commit
ab10dc8faf
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ private:
|
|||
case DOUBLE_PREC_HB:
|
||||
return ((uint) (1 << 16) - 1);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
@ -135,6 +136,7 @@ public:
|
|||
case DOUBLE_PREC_HB:
|
||||
return size / 2;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
@ -146,6 +148,7 @@ private:
|
|||
case DOUBLE_PREC_HB:
|
||||
return (uint) (((uint16 *) values)[i]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint find_bucket(double pos, bool first)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue