1. 19 Jan, 2005 1 commit
    • unknown's avatar
      Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. · 98713d64
      unknown authored
      (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
      98713d64
  2. 13 Jan, 2005 1 commit
    • unknown's avatar
      Put flags for -max building in BUILD/SETUP.sh so they are consistent across · 77bba943
      unknown authored
      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
      77bba943
  3. 12 Jan, 2005 11 commits
  4. 11 Jan, 2005 27 commits