diff options
author | unknown <heikki@hundin.mysql.fi> | 2005-03-03 17:20:05 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2005-03-03 17:20:05 +0200 |
commit | 969be90f71894240a048e26c8ea7d0cbbb5d888b (patch) | |
tree | 64a2b84a3e58cfe4a273619bb72c1c969e80f5af /libmysql_r | |
parent | 61ffbc31ae2172d3282288bc8c4520ea493c92ae (diff) | |
download | mariadb-git-969be90f71894240a048e26c8ea7d0cbbb5d888b.tar.gz |
os0file.c:
AIX 5.1 after security patch ML7 seems to contain a bug that instead of EEXIST it sets errno to 0 if a file creation fails because the file already exists. Work around that bug by interpreting errno 0 in AIX as EEXIST.
innobase/os/os0file.c:
AIX 5.1 after security patch ML7 seems to contain a bug that instead of EEXIST it sets errno to 0 if a file creation fails because the file already exists. Work around that bug by interpreting errno 0 in AIX as EEXIST.
Diffstat (limited to 'libmysql_r')
0 files changed, 0 insertions, 0 deletions