• vdimov's avatar
    branches/innodb+: Merge c6464 from branches/innodb+_persistent_stats: · 17504e31
    vdimov authored
      ------------------------------------------------------------------------
      r6464 | vasil | 2010-01-14 16:00:19 +0200 (Thu, 14 Jan 2010) | 8 lines
      Changed paths:
         M /branches/innodb+_persistent_stats/include/ut0ut.h
         M /branches/innodb+_persistent_stats/ut/ut0ut.c
      
      branches/innodb+: Implement ut_strerr()
      
      Implement a function that converts the DB_* error codes to a human
      readable text. The function is similar to strerror() but is not named
      ut_strerror() on purpose in order not to confuse it with a wrapper for
      strerror().
      
      The ut_error on unknown error code was suggested by Marko, thanks!
      ------------------------------------------------------------------------
    17504e31
ut0ut.c 17.1 KB