1. 25 Apr, 2007 4 commits
  2. 24 Apr, 2007 12 commits
  3. 23 Apr, 2007 20 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
      mysql_upgrade.test: · 68d4ee62
      unknown authored
        Fix minor merge "oopsie"
      
      
      mysql-test/t/mysql_upgrade.test:
        Fix minor merge "oopsie"
      68d4ee62
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · dc5dd7a2
      unknown authored
      into  recycle.(none):/src/bug25621/my50-bug25621
      
      
      sql/mysqld.cc:
        Auto merged
      dc5dd7a2
    • unknown's avatar
      Bug#25621 Error in my_thread_global_end(): 1 threads didn't exit · 800d74f2
      unknown authored
      - On Windows, connection handlers while exiting properly did not 
      decrement the server's thread count.
      
      
      sql/mysqld.cc:
        Bug#25621 Error in my_thread_global_end(): 1 threads didn't exit
        - Make sure that connection handlers decrement number of threads
        and handlers on Windows.
        - Signal condition variable before unlocking mutex.
      800d74f2
    • unknown's avatar
      Don't copy any subdirs in scripts/ · 83689eb0
      unknown authored
      83689eb0
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0 · 20b22b40
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysql.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      20b22b40
    • unknown's avatar
      Add "name of struct" as first arg to comp_sql · b44eee2a
      unknown authored
      Fix "make distcheck"
      
      
      scripts/CMakeLists.txt:
        Add "name of struct" as first arg to comp_sql
      scripts/comp_sql.c:
        Add "name of struct" as first arg to comp_sql
      b44eee2a
    • unknown's avatar
      Use a temp variable "error" for storing return code of pclose · 09e6e661
      unknown authored
      so the WEXITSTATUS macro can "fiddle" with it as it so pleases
       
      
      
      09e6e661
    • unknown's avatar
      It's not possible to use the return value of fputs · f1e81f6c
      unknown authored
      to check if the creation of mysql_upgrade_info suceeded.
      Instead use 'upgrade_already_done' to check that file was
      created properly.
      
      
      f1e81f6c
    • unknown's avatar
    • unknown's avatar
      Changed void* to const NdbDictionary::Table* · 417eba83
      unknown authored
      417eba83
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · b3e3c388
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      Makefile.am:
        Auto merged
      client/mysql_upgrade.c:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      b3e3c388
    • unknown's avatar
      Fix warnings reported by icc · 6a05f2af
      unknown authored
      6a05f2af
    • unknown's avatar
      Remove left over file abi_check · 166af98f
      unknown authored
      
      BitKeeper/deleted/.del-abi_check:
        Delete: include/abi_check
      166af98f
    • unknown's avatar
      Remove left over file fix_priv_tabs.result · 18ea5386
      unknown authored
      
      BitKeeper/deleted/.del-fix_priv_tabs.result:
        Delete: mysql-test/r/fix_priv_tabs.result
      18ea5386
    • unknown's avatar
      Changed descriptive comment · c067b03c
      unknown authored
      c067b03c
    • unknown's avatar
      Moved all code related to engine_condition_pushdown to a new class, · c40726c3
      unknown authored
      ha_ndbcluster_cond.
      Added new files:
      sql/ha_ndbcluster_cond.h
      sql/ha_ndbcluster_cond.cc
      
      
      sql/ha_ndbcluster_cond.cc:
        BitKeeper file /windows/Linux_space/MySQL/mysql-5.0-ndb/sql/ha_ndbcluster_cond.cc
      sql/ha_ndbcluster_cond.h:
        BitKeeper file /windows/Linux_space/MySQL/mysql-5.0-ndb/sql/ha_ndbcluster_cond.h
      sql/Makefile.am:
        Added compilation of new separate files for engine_condition_pushdown
      sql/ha_ndbcluster.cc:
        Moved all code related to engine_condition_pushdown to ha_ndbcluster_cond
      sql/ha_ndbcluster.h:
        Moved all code related to engine_condition_pushdown to ha_ndbcluster_cond
      c40726c3
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · 984d8e23
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/lib/mtr_process.pl:
        Auto merged
      984d8e23
    • unknown's avatar
  4. 21 Apr, 2007 1 commit
  5. 20 Apr, 2007 3 commits