Bug #15844 Added mmap support in myisam creates compile problem on IRIX
Submitted: 19 Dec 2005 1:14 Modified: 19 Dec 2005 10:51
Reporter: Kent Boortz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.1.4-pre OS:Other (IRIX)
Assigned to: Bugs System CPU Architecture:Any

[19 Dec 2005 1:14] Kent Boortz
Description:
cc -DMAP_TO_USE_RAID -I. -I. -I../.. -I../../include -I../../include    -DDBUG_OFF -O3 -c99 -OPT:Olimit=0 -64   -c mi_dynrec.c

cc-1020 cc: ERROR File = mi_dynrec.c, Line = 71
  The identifier "MAP_NORESERVE" is undefined.
                    my_mmap(0, (size_t)(size + MEMMAP_EXTRA_MARGIN),

How to repeat:
Compile current 5.1 sources on IRIX
[19 Dec 2005 10:51] Vadim Tkachenko
see bug 15843