In MySQL, you cannot do this:
create table t (i int primary key, j int);
insert into t values (1, 1);
update t
set j = (select max(j) from t) + 1;
The UPDATE statement will raise ...
It seems that for some versions of the DataONTAP the NetApp shelf status API returns _information _instead of normal. Obviously our plugins then returns a WARNING when it shouldn’t. NetApp ...