mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5684 fix compilation
git-svn-id: file:///svn/toku/tokudb@50064 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
17d9bd691c
commit
704131bf4b
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ struct ft {
|
||||||
// descriptor. We don't bother setting any other fields because
|
// descriptor. We don't bother setting any other fields because
|
||||||
// the comparison function doesn't need it, and we would like to
|
// the comparison function doesn't need it, and we would like to
|
||||||
// reduce the CPU work done per comparison.
|
// reduce the CPU work done per comparison.
|
||||||
#define FAKE_DB(db, desc) struct __toku_db db; fake_db->cmp_descriptor = desc;
|
#define FAKE_DB(db, desc) struct __toku_db db; do { db.cmp_descriptor = desc; } while (0)
|
||||||
|
|
||||||
struct ft_options {
|
struct ft_options {
|
||||||
unsigned int nodesize;
|
unsigned int nodesize;
|
||||||
|
|
Loading…
Add table
Reference in a new issue