Commit d379963d authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks port: remove target_lsn parameter of rocksdb_flush_wal

- It's from a webscalesql feature that we dont have
- MyRocks ignores it anyway
parent 9ca60802
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment