mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
529339d357
git-svn-id: file:///svn/tokudb@678 c7de825b-a66e-492c-adef-691d508d4ae1
4 lines
138 B
C
4 lines
138 B
C
/* Return the smallest prime >= 2^(idx+1)
|
|
* Only works for idx<30 */
|
|
int toku_get_prime (unsigned int idx);
|
|
void toku_test_primes(void);
|