mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
FT-312 fix centos compile
This commit is contained in:
parent
88a7ade688
commit
a0150feed6
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ PATENT RIGHTS GRANT:
|
|||
#include <endian.h>
|
||||
#include <toku_time.h>
|
||||
|
||||
#ifndef htobe64
|
||||
#define htobe64(x) __bswap_64(x)
|
||||
#endif
|
||||
|
||||
// Insert max_rows key/val pairs into the db
|
||||
static void do_inserts(DB_ENV *env, DB *db, uint64_t max_rows, size_t val_size) {
|
||||
char val_data[val_size]; memset(val_data, 0, val_size);
|
||||
|
|
Loading…
Add table
Reference in a new issue