Skip to content

Commit

Permalink
MariaRocks port: remove target_lsn parameter of rocksdb_flush_wal
Browse files Browse the repository at this point in the history
- It's from a webscalesql feature that we dont have
- MyRocks ignores it anyway
  • Loading branch information
spetrunia committed Dec 29, 2016
1 parent 9ca6080 commit d379963
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions storage/rocksdb/ha_rocksdb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2562,9 +2562,6 @@ static std::string rdb_xid_to_string(const XID& src)
transactions.
*/
static bool rocksdb_flush_wal(handlerton* hton __attribute__((__unused__)))
#ifdef MARIAROCKS_NOT_YET
ulonglong target_lsn __attribute__((__unused__)))
#endif
{
DBUG_ASSERT(rdb != nullptr);
rocksdb::Status s= rdb->SyncWAL();
Expand Down

0 comments on commit d379963

Please sign in to comment.