diff options
author | unknown <stewart@mysql.com> | 2006-02-15 16:37:09 +1100 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2006-02-15 16:37:09 +1100 |
commit | 3ed42d67dba934c4595643ad9d0c1e69328a17f7 (patch) | |
tree | aaa2d239d2f59185f5efeda9cdd55b82cd7254e3 /sql/sql_load.cc | |
parent | b8ca5f04d6f504ced47731d2f6844ec60fcfa27a (diff) | |
download | mariadb-git-3ed42d67dba934c4595643ad9d0c1e69328a17f7.tar.gz |
BUG#17411 cannot have path longer than 128 characters
Use the POSIX limits.h define of PATH_MAX for maximum path length.
This has been being hit in pushbuild
ndb/include/util/File.hpp:
use PATH_MAX for maximum filename length
ndb/src/common/portlib/NdbConfig.c:
use PATH_MAX for max path name length instead of hardcoding 128
ndb/src/common/util/File.cpp:
use PATH_MAX for maximum filename length
Diffstat (limited to 'sql/sql_load.cc')
0 files changed, 0 insertions, 0 deletions