Loading extra/perror.c +15 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,20 @@ int main(int argc,char *argv[]) } else msg= ndb_string; if (msg) { if (verbose) printf("NDB error code %3d: %s\n",code,msg); else puts(msg); } else { fprintf(stderr,"Illegal ndb error code: %d\n",code); error= 1; } found= 1; msg= 0; } else #endif Loading mysql-test/t/disabled.def +1 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,4 @@ sp-goto : GOTO is currently is disabled - will be fixed in the future subselect : Bug#15706 ndb_load : Bug #17233 Loading
extra/perror.c +15 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,20 @@ int main(int argc,char *argv[]) } else msg= ndb_string; if (msg) { if (verbose) printf("NDB error code %3d: %s\n",code,msg); else puts(msg); } else { fprintf(stderr,"Illegal ndb error code: %d\n",code); error= 1; } found= 1; msg= 0; } else #endif Loading
mysql-test/t/disabled.def +1 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,4 @@ sp-goto : GOTO is currently is disabled - will be fixed in the future subselect : Bug#15706 ndb_load : Bug #17233