1. 21 Jan, 2005 4 commits
  2. 20 Jan, 2005 13 commits
  3. 19 Jan, 2005 11 commits
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · c8343423
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-bug7885
      
      
      c8343423
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-build · fa0935de
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      fa0935de
    • 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
    • unknown's avatar
      ndb - make sure scan recevier pointers are aligned · 4bd96dd1
      unknown authored
      
      ndb/src/ndbapi/NdbScanOperation.cpp:
        align pointers
      4bd96dd1
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · f321a60b
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      f321a60b
    • unknown's avatar
      Final patch for BUG#4285. · 8e1e1e73
      unknown authored
      This patch collects all previous patches into one.
      
      The main problem was due to that there is are two variables -
      dflt_key_cache and sql_key_cache with have more or less duplicate
      function. The reson for the bug was that the default value in the key
      cache hash was set to dflt_key_cache, then sql_key_cache was set to a
      new key cache object, and then dflt_key_cache was set to sql_key_cache
      which was different from the dflt_key_cache_var. After sending SIGHUP,
      the server was using the original default value for the key cache hash,
      which was different from the actual key cache object used for the
      default key cache.
      
      
      include/keycache.h:
        Import patch 4285.diff
      mysys/mf_keycache.c:
        Import patch 4285.diff
      sql/mysql_priv.h:
        Import patch 4285.diff
      sql/mysqld.cc:
        Import patch 4285.diff
      sql/set_var.cc:
        Import patch 4285.diff
      sql/sql_parse.cc:
        Import patch 4285.diff
      sql/sql_show.cc:
        Import patch 4285.diff
      8e1e1e73
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7893b8df
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      7893b8df
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 49ab428c
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      49ab428c
    • unknown's avatar
    • unknown's avatar
      bug#7777 - ndb compile on qnx · ed327104
      unknown authored
        remove usage of compiler supplied <new> and instead
        impl. own inlined placement new
      
      
      ndb/include/kernel/AttributeHeader.hpp:
        remove usage <new>
      ndb/include/ndb_global.h.in:
        remove usage <new>
        instead impl. own
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbdih/DbdihInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbtc/DbtcInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        remove usage <new>
      ndb/src/kernel/blocks/grep/GrepInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/suma/SumaInit.cpp:
        remove usage <new>
      ndb/src/kernel/vm/Emulator.cpp:
        remove usage <new>
      ndb/src/kernel/vm/SimulatedBlock.hpp:
        remove usage <new>
      ndb/src/mgmapi/mgmapi_configuration.cpp:
        remove usage <new>
      ed327104
    • unknown's avatar
      bug#7693 - ndb · 153160d1
      unknown authored
        when using shm transporter, set sigmask on each thread using pthread_sigmask
      
      
      configure.in:
        Add more functions needed for SHM
      ndb/src/common/portlib/NdbThread.c:
        1) Create thread wrapper function
        2) block SIGUSR1 #ifdef NDB_SHM_TRANSPORTER
      ndb/src/common/transporter/TransporterRegistry.cpp:
        (un)block SIGUSR1 #ifdef NDB_SHM_TRANSPORTER
      sql/ha_ndbcluster.cc:
        cast pointer to UintPtr before printout
      153160d1
  4. 18 Jan, 2005 12 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · d2778647
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      d2778647
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 · b697b6c0
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      b697b6c0
    • unknown's avatar
      fixing wrong value for "examined rows" when UNION's are used. · 59ef5bed
      unknown authored
      
      mysql-test/r/union.result:
        result for a test case for the wrong examined rows with UNION's
      mysql-test/t/union.test:
        test case for the wrong examined rows with UNION's
      sql/sql_union.cc:
        a patch for the wrong examined rows with UNION's
      59ef5bed
    • unknown's avatar
      Update type_float test results after merge. · 08ea4df6
      unknown authored
      
      mysql-test/r/type_float.result:
        Update test results (4.1 produces a warning that 4.0 did not,
        and they were merged into the wrong position).
      08ea4df6
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-6913 · 34eff3c4
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      34eff3c4
    • unknown's avatar
      Merge changed tests · 8e5a74a6
      unknown authored
      
      sql/field_conv.cc:
        Auto merged
      mysql-test/r/type_float.result:
        Merge
      mysql-test/t/type_float.test:
        Merge
      8e5a74a6
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.0-7700 · 80377495
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-clean
      
      
      80377495
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · ca252acb
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-merges
      
      
      ca252acb
    • unknown's avatar
      - small improvement for the logrotate config file (patch found in the SUSE · c148946d
      unknown authored
        source RPM): use "mysqladmin ping" instead of grepping the process list 
        for the mysqld binary (should be more portable than relying on the "ps"
        options
      
      
      support-files/mysql-log-rotate.sh:
        - small improvement (patch found in the SUSE source RPM): use "mysqladmin ping"
          instead of grepping the process list for the mysqld binary (should be more
          portable than relying on the "ps" options
      c148946d
    • unknown's avatar
      Added test for bug #7884 "Able to add invalid unique index on TIMESTAMP · e2c869f2
      unknown authored
      prefix", which roots were fixed in 4.0 tree.
      
      
      mysql-test/r/alter_table.result:
        Added test for bug #7884 "Able to add invalid unique index on TIMESTAMP
        prefix".
      mysql-test/t/alter_table.test:
        Added test for bug #7884 "Able to add invalid unique index on TIMESTAMP
        prefix".
      e2c869f2
    • unknown's avatar
      Fix for BUG#7885 · 2e50981a
      unknown authored
      
      mysql-test/r/subselect.result:
        Testcase for BUG#7885
      mysql-test/t/subselect.test:
        Testcase for BUG#7885
      sql/item_subselect.cc:
        Fix for BUG#7885: In Item_subselect::fix_fields, return error if engine->prepare fails.
        Also removed redundant code line.
      2e50981a
    • unknown's avatar
      Cleanups in Makefile.ams · e46d235a
      unknown authored
      
      client/Makefile.am:
        Remove  explicit _DEPENDENCIES, they are not needed with automatic
         dependency tracking wich we started using several months ago.
        Don't use relative paths in makefiles.
      regex/Makefile.am:
        Remove  explicit _DEPENDENCIES, they are not needed with automatic
         dependency tracking wich we started using several months ago.
        Don't use relative paths.
      strings/Makefile.am:
        Remove dead rule.
      e46d235a