-
unknown authored
Temporary work around to pass --build=... to configure in storage engine sub directory print_file.cpp: HP-UX compiler don't like variable shadowing AsyncFile.cpp: Cast result from strstr() to char* for HP-UX compile trigger_definitions.h: "MIN" and "MAX" are not used for trigger stuff, move to a more global include ndb_global.h.in: Define "MIN" and "MAX" globally for all NDB, in case the platform does not have it (like Solaris). Moved here from "include/kernel/trigger_definitions.h". Makefile.am: Add missing ha_* files to EXTRA_mysqld_SOURCES sql/Makefile.am: Add missing ha_* files to EXTRA_mysqld_SOURCES storage/ndb/include/ndb_global.h.in: Define "MIN" and "MAX" globally for all NDB, in case the platform does not have it (like Solaris). Moved here from "include/kernel/trigger_definitions.h". storage/ndb/include/kernel/trigger_definitions.h: "MIN" and "MAX" are not used for trigger stuff, move to a more global include storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp: Cast result from strstr() to char* for HP-UX compile storage/ndb/src/kernel/blocks/print_file.cpp: HP-UX compiler don't like variable shadowing configure.in: Temporary work around to pass --build=... to configure in storage engine sub directory
835426ce