1. 24 Apr, 2007 6 commits
  2. 23 Apr, 2007 25 commits
    • unknown's avatar
      Merge recycle.(none):/src/mysql-5.1-maint · 0ec5bd1c
      unknown authored
      into  recycle.(none):/src/mysql-5.1-maint_25141
      
      
      sql/sql_table.cc:
        Auto merged
      0ec5bd1c
    • unknown's avatar
      Merge recycle.(none):/src/mysql-5.1-maint · 809a28d4
      unknown authored
      into  recycle.(none):/src/mysql-5.1-maint_27691
      
      
      809a28d4
    • unknown's avatar
      Bug #27691 bk compilation with VC++ 2005 fails · 142dbcd7
      unknown authored
      - Added appropiate casts.
      
      
      sql/log_event.cc:
        Bug #27691 bk compilation with VC++ 2005 fails
        - Add appropiate casts.
      142dbcd7
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · 06d3bda2
      unknown authored
      into  recycle.(none):/src/bug24732/my51-bug24732
      
      
      06d3bda2
    • unknown's avatar
      Bug#24732 Executables do not include Vista manifests · 7ad5d7c1
      unknown authored
      - Post merge cleanup.
      
      
      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.
      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.
      storage/myisam/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Embed manifest with custom CMake MACRO for myisam executables.
      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.
      7ad5d7c1
    • unknown's avatar
      Merge recycle.(none):/src/bug24732/my50-bug24732 · 917f89ce
      unknown authored
      into  recycle.(none):/src/bug24732/my51-bug24732
      
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/deleted/.del-CMakeLists.txt~1:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~10:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~13:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~2:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~3:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~7:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~c20dcd005f596740:
        Auto merged
      BitKeeper/deleted/.del-README~1:
        Auto merged
      BitKeeper/deleted/.del-configure.js:
        Auto merged
      917f89ce
    • 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 bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · d3fac6d2
      unknown authored
      into  recycle.(none):/src/bug25621/my51-bug25621
      
      
      sql/mysqld.cc:
        Auto merged
      d3fac6d2
    • unknown's avatar
      Merge recycle.(none):/src/bug25621/my50-bug25621 · 0b07ccbe
      unknown authored
      into  recycle.(none):/src/bug25621/my51-bug25621
      
      
      sql/mysqld.cc:
        Auto merged
      0b07ccbe
    • 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
      Bug#25141 Crash Server on Partitioning command · 6b573ac5
      unknown authored
      - The function build_table_filename() builds up a string unconditionally 
      using the forward slash as a path separator. Later, when the string is 
      searched for FN_LIBCHAR by the set_up_table_before_create() function, a 
      null pointer is returned that is finally used by strlen in the 
      append_file_to_dir() function which causes the crash.
      
      
      mysql-test/r/partition.result:
        Bug#25141 Crash Server on Partitioning command
        - Updated results
      mysql-test/t/partition.test:
        Bug#25141 Crash Server on Partitioning command
        - Enable test on Windows.
        - Move failing Windows tests to partition_not_winodws test
      sql/sql_table.cc:
        Bug#25141 Crash Server on Partitioning command
        - Use OS specific path separator when building table_filename
      mysql-test/r/partition_not_windows.result:
        Bug#25141 Crash Server on Partitioning command
        - Non-Windows results.
      mysql-test/r/partition_windows.result:
        Bug#25141 Crash Server on Partitioning command
        - Windows specific tests
      mysql-test/t/partition_not_windows.test:
        Bug#25141 Crash Server on Partitioning command
        - Non-Windows specific partition tests
      mysql-test/t/partition_windows.test:
        Bug#25141 Crash Server on Partitioning command
        - Windows specific partition tests.
      6b573ac5
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1 · 0d5a18b5
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
      
      
      BitKeeper/etc/ignore:
        auto-union
      client/Makefile.am:
        Auto merged
      client/mysql.cc:
        Auto merged
      configure.in:
        Auto merged
      client/mysqltest.c:
        Auto merged
      libmysqld/Makefile.am:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      0d5a18b5
    • unknown's avatar
      Only list "scripts" once in SUBDIRS · e4a8fd70
      unknown authored
      e4a8fd70
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · 08e678c6
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
      
      
      scripts/Makefile.am:
        Auto merged
      08e678c6
    • 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
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · 6e5abcaf
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
      
      
      Makefile.am:
        Auto merged
      client/mysql_upgrade.c:
        Auto merged
      mysql-test/lib/mtr_process.pl:
        Auto merged
      mysql-test/r/mysql.result:
        Auto merged
      mysql-test/t/mysql.test:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      6e5abcaf
    • 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
      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
      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
  3. 21 Apr, 2007 5 commits
  4. 20 Apr, 2007 4 commits
    • unknown's avatar
      manual merge · b634b55e
      unknown authored
      b634b55e
    • unknown's avatar
      Made changes to debian control files to support building 5.1 packages. · 361649b9
      unknown authored
      
      debian/rules:
        --with-yassl is deprecated. Changed to --with-ssl
      debian/libmysqlclientSLIB-dev.files.in:
        Removing mention of files no longer in 5.1
      debian/mysql-client-BASE.files.in:
        Removing mention of files no longer in 5.1
      debian/mysql-test-BASE.files.in:
        Removing mention of files no longer in 5.1
      debian/mysql-server-BASE.files.in:
        Removing mention of files no longer in 5.1
      361649b9
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 · 8a702a1e
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.0-opt
      
      
      sql/item_cmpfunc.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      8a702a1e
    • unknown's avatar
      Branched for 5.1 · 6797b96d
      unknown authored
      6797b96d