Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix valgrind test failures for pre_exec_time
Summary: Valgrind tests were failing due to pre_exec_time not being initialized on all code paths for execute. This is intended since we only track times on the DML requests. Hence, initialize the variable before reading it. Squash with D14883715 Test Plan: mtr Reviewers: mung, yzha Differential Revision: https://phabricator.intern.facebook.com/D15319856 Tasks: T43167423 Tags: mysql80
- Loading branch information