mirror of https://github.com/MariaDB/server
Browse Source
Fixing a wrong DBUG_ASSERT. thd->start_time and thd->start_time_sec_part cannot be 0 at the same time. But thd->start_time can be 0 when thd->start_time_sec_part is not 0, e.g. after: SET timestamp=0.99;pull/3613/merge
committed by
Oleksandr Byelkin
3 changed files with 33 additions and 1 deletions
Loading…
Reference in new issue