summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug-max-no-embedded
Commit message (Collapse)AuthorAgeFilesLines
* Removed dead options, fixed pentium script to no longer ask for isam (its ↵unknown2005-07-151-1/+1
| | | | | | | | | not included in 5.0). BUILD/SETUP.sh: Removed dead options, added blackhole option BUILD/compile-pentium-debug-max-no-embedded: Updated option to remove unused option
* Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do.unknown2005-01-191-4/+2
| | | | | | | | | | | | | | | | | | | | | | (Simpler fix than last commit -- no need to mess with base_cxxflags.) BUILD/compile-amd64-max: use $max_cflags BUILD/compile-pentium-debug-max: use $max_cflags BUILD/compile-pentium-debug-max-no-embedded: use $max_cflags BUILD/compile-pentium-max: use $max_cflags BUILD/compile-pentium-valgrind-max: use $max_cflags BUILD/compile-ppc-debug-max: use $max_cflags BUILD/compile-ppc-max: use $max_cflags BUILD/compile-amd64-debug-max: use $max_cflags, remove unnecessary base_cxxflags stuff
* Put flags for -max building in BUILD/SETUP.sh so they are consistent acrossunknown2005-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | all architectures, and in sync with the flags used to build the MySQL Max packages. Also back-port AMD64 build scripts from 5.0. BUILD/SETUP.sh: Add $max_configs (and variants) and amd64_* BUILD/compile-pentium-debug-max: Use $max_configs BUILD/compile-pentium-debug-max-no-embedded: Use $max_no_es_configs BUILD/compile-pentium-max: Use $max_configs BUILD/compile-pentium-valgrind-max: Use $max_leave_isam_configs BUILD/compile-ppc-debug-max: Use $max_configs BUILD/compile-ppc-max: Use $max_configs
* http://bugs.mysql.com/bug.php?id=2368unknown2004-02-101-0/+13
Multibyte charsets do not check that incoming data is well-formed