Robin Newhouse

Results 4 issues of Robin Newhouse

## Description 567b681 introduced safe_strcpy() to minimize the use of C with potentially unsafe memory overflow with strcpy() whose use is discouraged. Replace instances of strcpy() with safe_strcpy() where possible,...

## Description Fedora 40 introdced wget2 as the default wget program, which caused a break in the functionality of the test_upgrade.sh script. Removing the `--spider` option and modifying the determination...

## Description Several variables declared in mysqld.h appear to be old system variables that have been left over after deprecation. Delete them using IDE refactoring to automatically search for other...

_I am seeking feedback on this solution before going any further with it. I would like to limit the rate of error log messages that is different than fully suppressing...