Merge pull request #319 from timstoop/index-metric-typo
Fix typos in Index metrics
This commit is contained in:
commit
e2280c03b6
1 changed files with 2 additions and 2 deletions
|
@ -5817,8 +5817,8 @@ ENDSQL
|
|||
|
||||
$result{'Indexes'}{ $info[1] }{'Column'} = $info[0];
|
||||
$result{'Indexes'}{ $info[1] }{'Sequence number'} = $info[2];
|
||||
$result{'Indexes'}{ $info[1] }{'Number of collunm'} = $info[3];
|
||||
$result{'Indexes'}{ $info[1] }{'Cardianality'} = $info[4];
|
||||
$result{'Indexes'}{ $info[1] }{'Number of column'} = $info[3];
|
||||
$result{'Indexes'}{ $info[1] }{'Cardinality'} = $info[4];
|
||||
$result{'Indexes'}{ $info[1] }{'Row number'} = $info[5];
|
||||
$result{'Indexes'}{ $info[1] }{'Index Type'} = $info[6];
|
||||
$result{'Indexes'}{ $info[1] }{'Selectivity'} = $info[7];
|
||||
|
|
Loading…
Reference in a new issue