summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay.choubey@oracle.com>2011-04-29 18:52:46 +0530
committerNirbhay Choubey <nirbhay.choubey@oracle.com>2011-04-29 18:52:46 +0530
commit8843aea78a6ddb99598ad77818e5f71fd993ed54 (patch)
tree6b29194516f68447de277d47e5fc3a9473089f92 /config.h.cmake
parent1e7b79a527aae9017283aa63fd1575a24a017913 (diff)
downloadmariadb-git-8843aea78a6ddb99598ad77818e5f71fd993ed54.tar.gz
Bug#11757855 - 49967: built-in libedit doesn't read
.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. cmd-line-utils/libedit/el.c: Bug#11757855 - 49967: built-in libedit doesn't read .editrc on linux. Added function calls to check user/group IDs on linux systems which does not have issetugid() function. configure.in: Bug#11757855 - 49967: built-in libedit doesn't read .editrc on linux. Added check for getuid, geteuid, getgid, getegid functions.
Diffstat (limited to 'config.h.cmake')
0 files changed, 0 insertions, 0 deletions