1. 22 Jan, 2005 4 commits
    • unknown's avatar
      Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-4.1-lenz · 8e0ae9d7
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      8e0ae9d7
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0 · 2ee6296f
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      mysql-test/r/select_found.result:
        Auto merged
      mysql-test/t/select_found.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      2ee6296f
    • unknown's avatar
      select_found.result, select_found.test: · 2afeecfc
      unknown authored
        Added a test case for bug #7945.
      sql_select.cc:
        Fixed bug #7945. If DISTINCT is used only with constants
        in a query with GROUP BY, we can apply an optimization
        that set LIMIT to 1 only in the case when there is 
        no SQL_CALC_FOUND_ROWS.
      
      
      sql/sql_select.cc:
        Fixed bug #7945. If DISTINCT is used only with constants
        in a query with GROUP BY, we can apply an optimization
        that set LIMIT to 1 only in the case when there is 
        no SQL_CALC_FOUND_ROWS.
      mysql-test/t/select_found.test:
        Added a test case for bug #7945.
      mysql-test/r/select_found.result:
        Added a test case for bug #7945.
      2afeecfc
    • unknown's avatar
      fil0fil.c: · 9a68e748
      unknown authored
        Fix a race condition that could cause the assertion space->n_pending_flushes == 0 to fail in fil0fil.c, in fil_space_free(), in DROP TABLE or in ALTER TABLE
      
      
      innobase/fil/fil0fil.c:
        Fix a race condition that could cause the assertion space->n_pending_flushes == 0 to fail in fil0fil.c, in fil_space_free()
      9a68e748
  2. 21 Jan, 2005 10 commits
  3. 20 Jan, 2005 16 commits
  4. 19 Jan, 2005 10 commits
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9a8db185
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-bug7885
      
      9a8db185
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-build · 65180796
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      65180796
    • unknown's avatar
      Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. · 1eaf8bd4
      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
      1eaf8bd4
    • unknown's avatar
      ndb - make sure scan recevier pointers are aligned · f9fc7d91
      unknown authored
      
      ndb/src/ndbapi/NdbScanOperation.cpp:
        align pointers
      f9fc7d91
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · d361a33d
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      d361a33d
    • unknown's avatar
      Final patch for BUG#4285. · e432b337
      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
      e432b337
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · a72c6ea1
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      a72c6ea1
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · b26208bf
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      b26208bf
    • unknown's avatar
    • unknown's avatar
      bug#7777 - ndb compile on qnx · 44bac034
      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>
      44bac034