Skip to content

Commit

Permalink
Post-merge fixes after pull request #14
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia authored and Herman Lee committed Jan 24, 2017
1 parent 219953b commit 740466e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mysql-test/r/rocksdb.result
Original file line number Diff line number Diff line change
Expand Up @@ -822,12 +822,11 @@ Variable_name Value
rocksdb_block_cache_size 8388608
rocksdb_bulk_load OFF
rocksdb_bulk_load_size 1000
rocksdb_cf_options_file
rocksdb_db_options
rocksdb_default_cf_options
rocksdb_lock_wait_timeout 1
rocksdb_max_row_locks 1073741824
rocksdb_target_file_size_base 2097152
rocksdb_write_buffer_size 4194304
create table t47 (pk int primary key, col1 varchar(12)) engine=rocksdb;
insert into t47 values (1, 'row1');
insert into t47 values (2, 'row2');
Expand Down
2 changes: 1 addition & 1 deletion storage/rocksdb/ha_rocksdb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "rdb_cf_manager.h"

#include "rocksdb/table.h"
#include "utilities/convenience.h"
#include "rocksdb/utilities/convenience.h"

/* This is here to get PRIu64, PRId64 */
#ifndef __STDC_FORMAT_MACROS
Expand Down

0 comments on commit 740466e

Please sign in to comment.