Commit 699d30c6 authored by Claes Sjofors's avatar Claes Sjofors

Mysql databases wasn't handled in utl_compile

parent d436e67e
...@@ -6673,7 +6673,7 @@ int utl_compile ( ...@@ -6673,7 +6673,7 @@ int utl_compile (
sts = ldh_GetVidInfo( ldh_SessionToWB( ldhses), vol_id, &volinfo); sts = ldh_GetVidInfo( ldh_SessionToWB( ldhses), vol_id, &volinfo);
if (EVEN(sts)) return sts; if (EVEN(sts)) return sts;
if ( volinfo.VolRep == ldh_eVolRep_Db) { // Todo!!!! Handle dbms if ( volinfo.VolRep == ldh_eVolRep_Db || volinfo.VolRep == ldh_eVolRep_Dbms) { // Todo!!!! Handle dbms
volume_vect[i] = vol_id; volume_vect[i] = vol_id;
i++; i++;
if ( i > UTL_INPUTLIST_MAX) if ( i > UTL_INPUTLIST_MAX)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment