mirror of https://github.com/MariaDB/server
Browse Source
.editrc on linux. MySQL client when build with libedit support ignores .editrc at startup. The reason for this regression was the incluison of a safety check, issetugid(), which is not available on some linux platforms. Fixed by adding an equivalent check for platforms which have get[e][u|g]id() set of functions.pull/47/merge
2 changed files with 17 additions and 6 deletions
Loading…
Reference in new issue