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

client/mysqltest.cc: fix Apple clang 14 Release build #1349

Closed laurynas-biveinis closed 10 months ago

laurynas-biveinis commented 10 months ago

In Release build, there is a write-only variable:

/Users/laurynas/vilniusdb/fb-mysql/client/mysqltest.cc:3231:10: error: variable 'rows' set but not used [-Werror,-Wunused-but-set-variable] long rows = 0; ^

Squash with e990f6f13936638b33d0d4429507f5eb31bda7ff

facebook-github-bot commented 10 months ago

@luqun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.