1. 27 Apr, 2005 17 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 · 75b13bf7
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      75b13bf7
    • unknown's avatar
      After review fix · de5db5af
      unknown authored
      
      BUILD/check-cpu:
        Remove defaul flag i386 and add a check to see wheter to set check_cpu_cflags or not.
      de5db5af
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 · 54c5950c
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      include/my_pthread.h:
        Auto merged
      54c5950c
    • unknown's avatar
      Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portable · c49d7f48
      unknown authored
       - Reverted removal of errorcheck mutex initialise, used in safe_mutex_init. 
      
      
      include/my_pthread.h:
        Reverted the removal of errorcheck mutex initializer
      mysys/my_thr_init.c:
        Reverted the removal of errorcheck mutex initializer
        Add destruction of mutex initializer
      c49d7f48
    • unknown's avatar
      Merge from 4.1 to 5.0 · 6d5dd516
      unknown authored
      
      client/mysql.cc:
        Auto merged
      include/my_pthread.h:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/examples/ha_archive.cc:
        Auto merged
      sql/examples/ha_archive.h:
        Auto merged
      BUILD/SETUP.sh:
        Manual merge of conflicts
        -DBIG_TABLES removed set by configure using --with-big-tables
      configure.in:
        manual merge
      mysql-test/r/archive.result:
        Manual merge
      mysql-test/t/archive.test:
        Manual merge
      6d5dd516
    • unknown's avatar
      Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march instead · bb4df7df
      unknown authored
         - Made a script that selects the best compiler optimizations for the current cpu.
         - Use the script from BUILD/SETUP.sh 
      
      
      BUILD/SETUP.sh:
        Run check-cpu and use the compiler optimization flags it outputs
      bb4df7df
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug9714 · 1c6b4eba
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      configure.in:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      1c6b4eba
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug8162 · d3b6d41b
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      
      configure.in:
        Auto merged
      d3b6d41b
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug9954 · ac3598ba
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      
      configure.in:
        Auto merged
      ac3598ba
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug9911 · df35bde8
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      df35bde8
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug2596 · 19b216f6
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      19b216f6
    • unknown's avatar
      BUG#9714 libsupc++ problem · f5b25320
      unknown authored
       - Remove linking of libsupc++
       - Move all local static variables to filescope
      
      
      configure.in:
        Remove linking with libsupc++
      sql/examples/ha_archive.cc:
        Move local static variables to file scope
      sql/examples/ha_example.cc:
        Move local static variables to file scope
      sql/examples/ha_tina.cc:
        Move local static variables to file scope
      sql/ha_berkeley.cc:
        Move local static variables to file scope
      sql/ha_blackhole.cc:
        Move local static variables to file scope
      sql/ha_federated.cc:
        Move local static variables to file scope
      sql/ha_heap.cc:
        Move local static variables to file scope
      sql/ha_innodb.cc:
        Move local static variables to file scope
      sql/ha_myisam.cc:
        Move local static variables to file scope
      sql/ha_myisammrg.cc:
        Move local static variables to file scope
      sql/ha_ndbcluster.cc:
        Move local static variables to file scope
      sql/item.cc:
        Move local static instance variables to file scope
      sql/item_sum.cc:
        Move local static variables to file scope
      f5b25320
    • unknown's avatar
      Bug #8162 MySQL cannot be compiled without readline · cb0d3a0e
      unknown authored
       - Display error if system readline or libedit can't be found
      
      
      configure.in:
        Display an error if user has selected not to use the bundled libedit or readline, AND the system readline or libedit can't be found
      cb0d3a0e
    • unknown's avatar
      Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portable · 7f982988
      unknown authored
        - Changed makelist.sh
        - Bump up required version of autoconf
        - Use new style to init mutex in my_thr_init
      
      
      cmd-line-utils/libedit/makelist.sh:
        Changed file so it works also on windows cr/lf files.
      configure.in:
        Bump up required AC version number so that correct version of aclocal and autoconf is selected.
      include/my_pthread.h:
        Use PTHREAD_MUTEX_ADAPTIVE_NP to see if "fast" mutexes are available
        Remove "errorcheck" mutexes, since they are never used.
      mysys/my_thr_init.c:
        Use new style functions to init mutex if PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP is defined
        Add comment what mutex "kind" means
      7f982988
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 18bbc26d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      18bbc26d
    • unknown's avatar
      sql_repl.cc: · b8413048
      unknown authored
        Remove printf's from semi-sync code in sql_repl.cc
      
      
      sql/sql_repl.cc:
        Remove printf's from semi-sync code in sql_repl.cc
      b8413048
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.1 · 748b731b
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/fil/fil0fil.c:
        Auto merged
      innobase/include/dict0dict.h:
        Auto merged
      748b731b
  2. 26 Apr, 2005 23 commits