facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.

Home Page:http://myrocks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the Build Steps page

mdcallag opened this issue · comments

This page has:

git submodule init
git submodule update

It needs:
git submodule update --init --recursive

Because without --recursive you won't get updates to RocksDB.
I probably have wasted much time chasing bogus bugs because of this.

Fixed by Herman