1. 17 Aug, 2002 1 commit
    • unknown's avatar
      Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned... · ca4bf4f7
      unknown authored
      Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
      Removed thread marking of safemalloc blocks (becasue of alignment problems)
      Temporary fix for bigint comparison.
      
      
      configure.in:
        Added size checking of char*
      BitKeeper/etc/ignore:
        Added sql-bench/innotest1 sql-bench/innotest1a sql-bench/innotest1b sql-bench/innotest2 sql-bench/innotest2a sql-bench/innotest2b to the ignore list
      mysql-test/r/select.result:
        Cleaned up test
      mysql-test/t/select.test:
        Cleaned up test
      mysys/my_static.h:
        Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
      mysys/safemalloc.c:
        Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
      sql/field.h:
        Temporary fix for bigint comparison.
      sql/gen_lex_hash.cc:
        Smaller hash table
      sql/item_cmpfunc.cc:
        Cleanup
      sql/mysqld.cc:
        Removed thread marking of safemalloc blocks (becasue of alignment problems)
      sql/opt_range.cc:
        Comment
      ca4bf4f7
  2. 16 Aug, 2002 12 commits
    • unknown's avatar
      Merge hundin.mysql.fi:/my/mysql-3.23 · 08a1a52d
      unknown authored
      into hundin.mysql.fi:/my/bk/mysql-4.0
      
      
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      include/my_pthread.h:
        Auto merged
      mysys/my_pthread.c:
        Auto merged
      08a1a52d
    • unknown's avatar
      merge · c4a3a9c6
      unknown authored
      c4a3a9c6
    • unknown's avatar
      Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in client code) · 31065adc
      unknown authored
      Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column.
      Fixed bug in pthread_mutex_trylock with HPUX 11.0
      
      
      Docs/manual.texi:
        Changelog
      include/my_pthread.h:
        Fix for pthread_mutex_trylock when used with SAFEMUTEX
      include/violite.h:
        Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in client code)
      innobase/buf/buf0buf.c:
        Fixed wrong format string
      libmysqld/lib_sql.cc:
        Fixed hangup in embedded server.
      mysql-test/r/distinct.result:
        Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column
      mysql-test/t/distinct.test:
        Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column
      mysys/my_pthread.c:
        Cleanup of pthread_xxx rewrite code.
        Fixed bug in pthread_mutex_trylock with HPUX 11.0
      sql/gen_lex_hash.cc:
        Smaller hash array
      sql/mysqld.cc:
        Fixed hangup in embedded server.
      sql/sql_select.cc:
        Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column
      vio/vio.c:
        Added vio_ssl_blocking
      vio/viossl.c:
        Added vio_ssl_blocking
      31065adc
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · c7c0796e
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      c7c0796e
    • unknown's avatar
      A fix for bigints with quoted constants .. · 0ff83bf0
      unknown authored
      Same princpile can be applied to other expressions
      
      0ff83bf0
    • unknown's avatar
      manual.texi fix typo · 328e9f6b
      unknown authored
      
      Docs/manual.texi:
        fix typo
      328e9f6b
    • unknown's avatar
      Fix for HPUX 11 and pthread_mutex_lock · bc54ae2c
      unknown authored
      
      include/my_pthread.h:
        Fix for HPUX 11 and pthread_mutex_lock (merge from 4.0)
      mysys/my_pthread.c:
        Fix for HPUX 11 and pthread_mutex_lock (merge from 4.0)
      bc54ae2c
    • unknown's avatar
      merge with 3.23.53 · c5d6ab7e
      unknown authored
      New fix for pthread_mutex_trylock for HPUX 10.20
      
      
      BitKeeper/deleted/.del-mysql.dsp:
        Delete: VC++Files/mysql.dsp
      BitKeeper/deleted/.del-mysqlshow.dsp:
        Delete: VC++Files/client/mysqlshow.dsp
      BitKeeper/deleted/.del-dbug.dsp:
        Delete: VC++Files/dbug/dbug.dsp
      BitKeeper/deleted/.del-dbug.dsw:
        Delete: VC++Files/dbug/dbug.dsw
      BitKeeper/deleted/.del-heap.dsp:
        Delete: VC++Files/heap/heap.dsp
      BitKeeper/deleted/.del-innobase.dsp:
        Delete: VC++Files/innobase/innobase.dsp
      BitKeeper/deleted/.del-isam.dsp:
        Delete: VC++Files/isam/isam.dsp
      BitKeeper/deleted/.del-isam.dsw:
        Delete: VC++Files/isam/isam.dsw
      BitKeeper/deleted/.del-isamchk.dsp:
        Delete: VC++Files/isamchk/isamchk.dsp
      BitKeeper/deleted/.del-libmySQL.dsp:
        Delete: VC++Files/libmysql/libmySQL.dsp
      BitKeeper/deleted/.del-libmysql.dsw:
        Delete: VC++Files/libmysql/libmysql.dsw
      BitKeeper/deleted/.del-mysql.dsw:
        Delete: VC++Files/mysql.dsw
      BitKeeper/deleted/.del-myTest.dsp:
        Delete: VC++Files/libmysqltest/myTest.dsp
      BitKeeper/deleted/.del-mytest.dsw:
        Delete: VC++Files/libmysqltest/mytest.dsw
      BitKeeper/deleted/.del-merge.dsp:
        Delete: VC++Files/merge/merge.dsp
      BitKeeper/deleted/.del-merge.dsw:
        Delete: VC++Files/merge/merge.dsw
      BitKeeper/deleted/.del-myisam.dsp:
        Delete: VC++Files/myisam/myisam.dsp
      BitKeeper/deleted/.del-myisamchk.dsp:
        Delete: VC++Files/myisamchk/myisamchk.dsp
      BitKeeper/deleted/.del-myisamlog.dsp:
        Delete: VC++Files/myisamlog/myisamlog.dsp
      BitKeeper/deleted/.del-myisammrg.dsp:
        Delete: VC++Files/myisammrg/myisammrg.dsp
      BitKeeper/deleted/.del-myisampack.dsp:
        Delete: VC++Files/myisampack/myisampack.dsp
      BitKeeper/deleted/.del-mysqlbinlog.dsp:
        Delete: VC++Files/mysqlbinlog/mysqlbinlog.dsp
      BitKeeper/deleted/.del-bdb.dsp:
        Delete: VC++Files/bdb/bdb.dsp
      BitKeeper/deleted/.del-MySqlManager.dsp:
        Delete: VC++Files/mysqlmanager/MySqlManager.dsp
      BitKeeper/deleted/.del-mysqlmanager.dsw:
        Delete: VC++Files/mysqlmanager/mysqlmanager.dsw
      BitKeeper/deleted/.del-myshutdown.dsp:
        Delete: VC++Files/mysqlshutdown/myshutdown.dsp
      BitKeeper/deleted/.del-mysqlshutdown.dsp:
        Delete: VC++Files/mysqlshutdown/mysqlshutdown.dsp
      BitKeeper/deleted/.del-mysqlwatch.dsp:
        Delete: VC++Files/mysqlwatch/mysqlwatch.dsp
      BitKeeper/deleted/.del-mysys.dsp:
        Delete: VC++Files/mysys/mysys.dsp
      BitKeeper/deleted/.del-mysys.dsw:
        Delete: VC++Files/mysys/mysys.dsw
      BitKeeper/deleted/.del-pack_isam.dsp:
        Delete: VC++Files/pack_isam/pack_isam.dsp
      BitKeeper/deleted/.del-perror.dsp:
        Delete: VC++Files/perror/perror.dsp
      BitKeeper/deleted/.del-regex.dsp:
        Delete: VC++Files/regex/regex.dsp
      BitKeeper/deleted/.del-mysql.dsp~1:
        Delete: VC++Files/client/mysql.dsp
      BitKeeper/deleted/.del-regex.dsw:
        Delete: VC++Files/regex/regex.dsw
      BitKeeper/deleted/.del-replace.dsp:
        Delete: VC++Files/replace/replace.dsp
      BitKeeper/deleted/.del-mysqld.dsp:
        Delete: VC++Files/sql/mysqld.dsp
      BitKeeper/deleted/.del-mysqldmax.dsp:
        Delete: VC++Files/sql/mysqldmax.dsp
      BitKeeper/deleted/.del-strings.dsp:
        Delete: VC++Files/strings/noMASM/strings.dsp
      BitKeeper/deleted/.del-test1.dsp:
        Delete: VC++Files/test1/test1.dsp
      BitKeeper/deleted/.del-thr_insert_test.dsp:
        Delete: VC++Files/thr_insert_test/thr_insert_test.dsp
      BitKeeper/deleted/.del-thr_test.dsp:
        Delete: VC++Files/thr_test/thr_test.dsp
      BitKeeper/deleted/.del-zlib.dsp~1:
        Delete: VC++Files/zlib/zlib.dsp
      BitKeeper/deleted/.del-mysqladmin.dsp:
        Delete: VC++Files/client/mysqladmin.dsp
      BitKeeper/deleted/.del-mysqlclient.dsp:
        Delete: VC++Files/client/mysqlclient.dsp
      BitKeeper/deleted/.del-mysqlclient.dsw:
        Delete: VC++Files/client/mysqlclient.dsw
      BitKeeper/deleted/.del-mysqldump.dsp:
        Delete: VC++Files/client/mysqldump.dsp
      BitKeeper/deleted/.del-global.h~e80d28157acfdcb5:
        Auto merged
      BitKeeper/deleted/.del-mysqlimport.dsp:
        Delete: VC++Files/client/mysqlimport.dsp
      Docs/manual.texi:
        Auto merged
      configure.in:
        merge
      mysys/my_pthread.c:
        New fix for pthread_mutex_trylock for HPUX
      sql-bench/Makefile.am:
        merge with 3.23.53
      c5d6ab7e
    • unknown's avatar
      Fix after merge · 53be5587
      unknown authored
      53be5587
    • unknown's avatar
      merged changelog · bf525010
      unknown authored
      bf525010
    • unknown's avatar
      Fixed typo so that ulonglong are properly converted to double on AIX with gcc 3.1 · 1990710a
      unknown authored
      
      Docs/manual.texi:
        Changelog
      1990710a
    • unknown's avatar
      - Tagged 3.23.52 release · 0ab6e693
      unknown authored
       - Added 3.23.53 News section to the manual
       - Updated version number in configure.in to 3.23.53
      
      
      Docs/manual.texi:
        Added News section for 3.23.53
      configure.in:
        Bumped up version number to 3.23.53 now that 3.23.52 is released
      0ab6e693
  3. 15 Aug, 2002 5 commits
  4. 14 Aug, 2002 2 commits
  5. 13 Aug, 2002 12 commits
  6. 12 Aug, 2002 8 commits
    • unknown's avatar
      merge (+ multi-table fix) · c4486b68
      unknown authored
      c4486b68
    • unknown's avatar
      merge with 3.23.52 · 27da7974
      unknown authored
      
      BitKeeper/etc/config:
        Auto merged
      Docs/manual.texi:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      27da7974
    • unknown's avatar
      Changed SQL variable delay_key_write to an enum · c9b3bcb2
      unknown authored
      able delay_key_write as default (as it was in 4.0.2)
      
      
      Docs/manual.texi:
        Updated information about variable DELAY_KEY_WRITE.
      mysql-test/r/type_decimal.result:
        Updated results
      mysql-test/r/variables.result:
        Updated results
      mysql-test/t/type_decimal.test:
        Fixed test to not cause purify error in mathlib during purify.
      mysql-test/t/variables.test:
        Test new usage of DELAY_KEY_WRITE
      sql/ha_innodb.cc:
        Merge with 3.23 code
      sql/mysql_priv.h:
        Changed SQL variable delay_key_write to an enum
      sql/mysqld.cc:
        Changed SQL variable delay_key_write to an enum.
        Enable delay_key_write as default (as it was in 4.0.2)
      sql/set_var.cc:
        Changed SQL variable delay_key_write to an enum
      sql/set_var.h:
        Changed SQL variable delay_key_write to an enum
      sql/sql_class.h:
        Changed SQL variable delay_key_write to an enum
      sql/sql_yacc.yy:
        Changed SQL variable delay_key_write to an enum
      c9b3bcb2
    • unknown's avatar
      os0thread.h, os0thread.c: · b0e2ef2d
      unknown authored
        Fix a critical portability bug introduced in the Windows version
      
      
      innobase/os/os0thread.c:
        Fix a critical portability bug introduced in the Windows version
      innobase/include/os0thread.h:
        Fix a critical portability bug introduced in the Windows version
      b0e2ef2d
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · e26a2457
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      e26a2457
    • unknown's avatar
      manual.texi small change note mods · 8c286105
      unknown authored
      
      Docs/manual.texi:
        small change note mods
      8c286105
    • unknown's avatar
      manual.texi addition to mysql_real_escape_string() description. · 400eb781
      unknown authored
      
      Docs/manual.texi:
        addition to mysql_real_escape_string() description.
      400eb781
    • unknown's avatar
      Merge · c566828e
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      c566828e