|
|
@@ -405,7 +405,7 @@ function dig_arr_cur($hist_loop,$T,$sql_ext,$hist_time,$loop,$last_tbl,$path) {
|
|
|
echo "\n<br> #149 found ".$h->ID;
|
|
|
// echo "<pre>"; print_r($h); echo "</pre>";
|
|
|
$hist_loop[$T][]=$h;
|
|
|
- $hist_time[][$T]=$sql_ext;
|
|
|
+ $hist_time[][$T]=$sql_ext." ##408 ".$path;
|
|
|
$hist_time[][$T]=$h;
|
|
|
// print_r($hist_loop);
|
|
|
|
|
|
@@ -432,7 +432,7 @@ function dig_arr_cur($hist_loop,$T,$sql_ext,$hist_time,$loop,$last_tbl,$path) {
|
|
|
$hist_loop_cur['hist_loop'][$ref_table][]=$h_rel_rec;
|
|
|
// $hist_time[][$ref_table]=$sql_rel_rec;
|
|
|
// $hist_time[][$ref_table]=$h_rel_rec;
|
|
|
- $hist_loop_cur['hist_time'][$ref_table][]=$sql_rel_rec;
|
|
|
+ $hist_loop_cur['hist_time'][$ref_table][]=$sql_rel_rec." #435".$path;
|
|
|
$hist_loop_cur['hist_time'][$ref_table][]=$h_rel_rec;
|
|
|
dig_next($hist_loop_cur['hist_loop'],$tables['Z'][$ref_table],$h_rel_rec,$loop,$hist_loop_cur['hist_time'],$ref_table,add_path($path,$ref_table));
|
|
|
}
|
|
|
@@ -461,7 +461,7 @@ function dig_arr_cur($hist_loop,$T,$sql_ext,$hist_time,$loop,$last_tbl,$path) {
|
|
|
|
|
|
//$hist_time[][$ref_table]=$sql_rel_rec;
|
|
|
//$hist_time[][$ref_table]=$h_rel_rec;
|
|
|
- $hist_loop_cur['hist_time'][$ref_table][]=$sql_rel_rec;
|
|
|
+ $hist_loop_cur['hist_time'][$ref_table][]=$sql_rel_rec." #464".$path;
|
|
|
$hist_loop_cur['hist_time'][$ref_table][]=$h_rel_rec;
|
|
|
dig_next($hist_loop_cur['hist_loop'],$tables['Z'][$ref_table],$h_rel_rec,$loop,$hist_loop_cur['hist_time'],$ref_table,add_path($path,$ref_table));
|
|
|
}
|