Changeset 17064 for trunk/Mars/msql/MTreeSQL.cc
- Timestamp:
- 09/03/13 17:27:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msql/MTreeSQL.cc
r15440 r17064 122 122 123 123 gErrorIgnoreLevel = before; 124 125 if (!res) 126 Error("CheckTable", "%s", ("Table "+table+" not found.").Data()); 124 127 125 128 return res ? kTRUE : kFALSE; … … 170 173 type.CompareTo("double", TString::kIgnoreCase)) 171 174 { 172 //cout << "Skip: " << type << endl;175 Info("Init", "%s", ("Skipping "+*it+"."+TString(row->GetField(0))+" ["+type+"]").Data()); 173 176 continue; 174 177 }
Note:
See TracChangeset
for help on using the changeset viewer.