facebook / mysql-5.6

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

Fix macOS compilation errors in Sql_cmd_dump_table::execute #1432

Closed laurynas-biveinis closed 7 months ago

laurynas-biveinis commented 7 months ago
sql/sql_dump.cc:610:48: error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
                        table_ref->table_name, rownum));
                                               ^~~~~~
sql/sql_dump.cc:614:14: error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
             rownum, chunk_id);
             ^~~~~~

Squash with 6e1aae99d6e837162c87ec5970c2acb011d0f272

facebook-github-bot commented 7 months ago

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

facebook-github-bot commented 7 months ago

This pull request has been merged in facebook/mysql-5.6@3e14d4ae2d924c002433b8e9f1e9f1751bb122e5.