mirror of https://github.com/MariaDB/server
Browse Source
Analysis: ======== There was missing bracket for IF conditon in dict_stats_analyze_index_level() and it leads to wrong result. Fix: ==== Fix the IF condition in dict_stats_analyze_index_level() so that it satisfied the if condtion only if level is zero. Reviewed-by : Jimmy Yang <jimmy.yang@oracle.com>pull/367/head
committed by
Marko Mäkelä
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue