• jimw@mysql.com's avatar
    Bug #18495: mysqltest does not use the correct error number · 3761b256
    jimw@mysql.com authored
      When looking up the error number for named errors in mysqltest .test
      files, we inadvertantly would match ER_WRONG_VALUE against
      ER_WRONG_VALUE_COUNT because we were using the length of the shorter
      string in strncmp(). Now we double-check the length of matches to
      make sure it was a complete match.
    3761b256
mysqltest.c 165 KB