Bug #74156 | Simplify create/drop temporary table | ||
---|---|---|---|
Submitted: | 30 Sep 2014 14:33 | Modified: | 2 Oct 2014 17:05 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[30 Sep 2014 14:33]
Marko Mäkelä
[2 Oct 2014 17:05]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.6 release, and here's the changelog entry: Removed redundant conditional branching and a redundant a check for "srv_read_only_mode" from "ha_innobase::create()". Removed redundant conditional branching and an unused local variable, "is_intrinsic_temp_table", from "ha_innobase::delete_table()".