facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.47k stars 712 forks source link

Update the Build Steps page #1330

Closed mdcallag closed 1 year ago

mdcallag commented 1 year ago

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.

mdcallag commented 1 year ago

Fixed by Herman