• unknown's avatar
    Bug#16561 Unknown ERROR msg "ERROR 1186 (HY000): Binlog closed" by perror · de41f4e7
    unknown authored
     - Since error 1186 is not found among NDB error codes, the message retuned should indicate that.
    
    
    extra/perror.c:
      Move the !found out one level
    mysql-test/t/perror.test:
      Add test case for bug#16561
    ndb/src/kernel/error/ndbd_exit_codes.c:
      Check not only for zero size string but also classification "unknown error" when looking for an error mesage for an error code
    de41f4e7
ndbd_exit_codes.c 9.85 KB