1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Buildbot fixes

- Update test results (checked)
- Fix compiler warning
This commit is contained in:
Sergey Petrunya
2011-05-29 00:41:41 +04:00
parent 77c4c4d8ea
commit 0b69585dec
4 changed files with 6 additions and 6 deletions

View File

@ -5926,7 +5926,7 @@ void JOIN::get_partial_cost_and_fanout(uint end_tab_idx,
{
double record_count= 1;
double read_time= 0.0;
double sj_inner_fanout;
double sj_inner_fanout= 1.0;
JOIN_TAB *end_tab= NULL;
JOIN_TAB *tab;
uint i;