mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
8057e30909
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. client/mysqltest.c: Check the length of the error name to make sure it wasn't just a partial match mysql-test/t/events.test: Replace error numbers with error names, with side-effect of testing Bug #18495. |
||
---|---|---|
.. | ||
.cvsignore | ||
client_priv.h | ||
cmakelists.txt | ||
completion_hash.cc | ||
completion_hash.h | ||
get_password.c | ||
Makefile.am | ||
my_readline.h | ||
mysql.cc | ||
mysql_upgrade.c | ||
mysqladmin.cc | ||
mysqlbinlog.cc | ||
mysqlcheck.c | ||
mysqldump.c | ||
mysqlimport.c | ||
mysqlshow.c | ||
mysqlslap.c | ||
mysqltest.c | ||
readline.cc | ||
sql_string.cc | ||
sql_string.h |