1. 30 Apr, 2007 1 commit
    • unknown's avatar
      Necessary change for cross-builds: Include "mysql_fix_privilege_tables_sql.c"... · a4a0faf4
      unknown authored
      Necessary change for cross-builds:  Include "mysql_fix_privilege_tables_sql.c" in the source tarball.
      
      
      scripts/Makefile.am:
        Necessary change for cross-builds (like we do for NetWare):
        Generate "mysql_fix_privilege_tables_sql.c" during Bootstrap and include it in 
        the source tarball which is created via "make dist".
      a4a0faf4
  2. 27 Apr, 2007 1 commit
  3. 26 Apr, 2007 8 commits
  4. 25 Apr, 2007 7 commits
  5. 24 Apr, 2007 19 commits
  6. 23 Apr, 2007 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 7f439708
      unknown authored
      into  recycle.(none):/src/bug24732/my50-bug24732
      
      
      7f439708
    • unknown's avatar
      Bug#24732 Executables do not include Vista manifests · 1ce0d7c6
      unknown authored
      - Added script to generate application specific manifest.
      - Added new CMake MACRO to add customer build events which will first
      generate a manifest and then embeds that manifest into an executable.
      
      
      BitKeeper/etc/ignore:
        Bug#24732 Executables do not include Vista manifests
        - Revise ignore rules to disallow auto-generated cmake files but to allow
        custom macros defined in a .cmake file.
      CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Added logic for EMBED_MANIFESTS configuration option.
      client/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Embed manifest with custom CMake MACRO for client executables.
      extra/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Embed manifest with custom CMake MACRO for my_print_default executable.
      libmysql/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Embed manifest with custom CMake MACRO for myTest executable.
      myisam/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Embed manifest with custom CMake MACRO for myisam executables.
      server-tools/instance-manager/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Embed manifest with custom CMake MACRO for mysqlmanager executable.
      sql/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Embed manifest with custom CMake MACRO for mysqld executable.
      win/README:
        Bug#24732 Executables do not include Vista manifests
        - Added new configuration option documentation.
      win/configure.js:
        Bug#24732 Executables do not include Vista manifests
        - Added new EMBED_MANIFESTS configuration option.
      win/create_manifest.js:
        Bug#24732 Executables do not include Vista manifests
        - Manifest generator.  This script generates a basic manifest.
      win/mysql_manifest.cmake:
        Bug#24732 Executables do not include Vista manifests
        - Define new CMake MACRO for adding Windows manifests to executables.
      1ce0d7c6
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/41 · 31b48d64
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/41
      
      
      31b48d64
    • unknown's avatar
      mysql_upgrade.test: · 68d4ee62
      unknown authored
        Fix minor merge "oopsie"
      
      
      mysql-test/t/mysql_upgrade.test:
        Fix minor merge "oopsie"
      68d4ee62