Cast away compiler warning on Windows.

parent a88d9461
...@@ -3538,7 +3538,7 @@ ha_innobase::write_row( ...@@ -3538,7 +3538,7 @@ ha_innobase::write_row(
err = innobase_set_max_autoinc(auto_inc); err = innobase_set_max_autoinc(auto_inc);
if (err != DB_SUCCESS) { if (err != DB_SUCCESS) {
error = err; error = (int) err;
} }
} }
break; break;
......
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