1. 28 Aug, 2002 5 commits
    • unknown's avatar
      - updated version number in configure.in to 4.0.4-beta · dbdbfa0f
      unknown authored
      
      configure.in:
         - Bump up version number to 4.0.4-beta, now that 4.0.3 is released
      dbdbfa0f
    • unknown's avatar
      Removed unneccessary comment. · 84bdac9c
      unknown authored
      84bdac9c
    • unknown's avatar
      * Fixed a bug in my_getopt · 591bb4b8
      unknown authored
      * Fixed some spelling/language errors in mysqlcheck
      * Added some more information in mysql -client internal help.
      
      
      Docs/manual.texi:
        Added a note about bug fix in my_getopt to changelog section.
      client/mysql.cc:
        Added some information in mysql -client internal help.
      client/mysqlcheck.c:
        Fixed some spelling / language errors.
      mysys/my_getopt.c:
        Fixed a bug in my_getopt:
        --skip-external-locking didn't work and the same bug affected some
        other similar options. 
        
        After fix it is now possible to use the following:
        
        --external-locking                -> enable
        --external-locking=0              -> disable
        --external-locking=1              -> enable
        --skip-external-locking           -> disable
        --skip-external-locking=0         -> enable
        --skip-external-locking=1         -> disable
        --enable-external-locking         -> enable
        --enable-external-locking=0       -> disable
        --enable-external-locking=1       -> enable
        --skip-external-locking=garbage   -> disable
        --enable-external-locking=garbage -> enable
        
        This works now with all options that are boolean type and which
        name doesn't start with --skip- or --enable-.
      591bb4b8
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · fbb46332
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      fbb46332
    • unknown's avatar
      manual.texi max_bin_log_size -> max_binlog_size · 67a7a586
      unknown authored
      
      Docs/manual.texi:
        max_bin_log_size -> max_binlog_size
      67a7a586
  2. 27 Aug, 2002 16 commits
  3. 26 Aug, 2002 5 commits
  4. 25 Aug, 2002 2 commits
  5. 24 Aug, 2002 5 commits
    • unknown's avatar
    • unknown's avatar
      Portability fix for AIX 4.3 powerpc with gcc 3.2 · e9b7fc61
      unknown authored
      
      BitKeeper/deleted/.del-rpl_compat.test~5f6ba955e02aa95f:
        deleted old test
      Docs/manual.texi:
        Added comment about shared libraries to upgrade section
      e9b7fc61
    • unknown's avatar
      lock0lock.c: · 34fc1108
      unknown authored
        Fix a spurious deadlock introduced in the previous fix when next-key locks are requested for a page supremum record
      
      
      innobase/lock/lock0lock.c:
        Fix a spurious deadlock introduced in the previous fix when next-key locks are requested for a page supremum record
      34fc1108
    • unknown's avatar
    • unknown's avatar
      Give better error from reconnect() · d7dc4fce
      unknown authored
      Fixed hang in start_slave_threads() when thread dies quickly.
      
      
      Docs/manual.texi:
        Changelog
      client/mysqltest.c:
        Indentation cleanup
        More DBUG info
      libmysql/libmysql.c:
        More DBUG info
        Give better error from reconnect()
      mysql-test/r/rpl_rotate_logs.result:
        Update results
      mysql-test/t/rpl_log_pos.test:
        Fix for fast machines
      mysql-test/t/rpl_rotate_logs.test:
        Updated test to be more portable
      scripts/mysql_zap.sh:
        Update for MacOSX
      sql/mini_client.cc:
        Better error messages from reconnect.
        Indentation cleanups
      sql/slave.cc:
        Fixed hang in start_slave_threads() when thread dies quickly.
      sql/slave.h:
        Fixed hang in start_slave_threads() when thread dies quickly.
      d7dc4fce
  6. 23 Aug, 2002 7 commits
    • unknown's avatar
      merge with 3.23 · 25a1fecc
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/t/rpl_rotate_logs.test:
        Auto merged
      mysql-test/t/rpl_rotate_logs-master.opt:
        Auto merged
      mysql-test/t/rpl_rotate_logs-slave-master-info.opt:
        Auto merged
      mysql-test/t/rpl_rotate_logs-slave.sh:
        Auto merged
      25a1fecc
    • unknown's avatar
      Removed wrong mutex lock (hangup in kill on HPUX) · e7ff2470
      unknown authored
      all free_defaults() on exit in mysql.cc;  Should fix problem with SSL
      
      
      Docs/manual.texi:
        Added information about --skip-innodb
      client/mysql.cc:
        Call free_defaults() on exit
      client/mysqladmin.c:
        Call free_defaults() on exit
      client/mysqlimport.c:
        Call free_defaults() on exit
      mysql-test/r/rpl000016.result:
        Added testing of temporary tables with binary log rotation
      mysql-test/t/rpl000016.test:
        Added testing of temporary tables with binary log rotation
      sql/log.cc:
        Remove not used variable
      sql/sql_class.h:
        Removed wrong mutex lock (hangup in kill on HPUX)
      e7ff2470
    • unknown's avatar
      lexyy.c, pars0lex.l, pars0grm.c, pars0grm.y: · 844c77bc
      unknown authored
        Port alloca and Windows fix from 3.23
      
      
      innobase/pars/pars0grm.y:
        Port alloca and Windows fix from 3.23
      innobase/pars/pars0grm.c:
        Port alloca and Windows fix from 3.23
      innobase/pars/pars0lex.l:
        Port alloca and Windows fix from 3.23
      innobase/pars/lexyy.c:
        Port alloca and Windows fix from 3.23
      844c77bc
    • unknown's avatar
      lock0lock.c: · 182951d5
      unknown authored
        Eliminate a spurious deadlock when an insert waits for an update and a second update comes to wait after the insert
      
      
      innobase/lock/lock0lock.c:
        Eliminate a spurious deadlock when an insert waits for an update and a second update comes to wait after the insert
      182951d5
    • unknown's avatar
      Added testing of temporary tables with replication · b56c8337
      unknown authored
      
      mysql-test/t/rpl_rotate_logs-master.opt:
        Rename: mysql-test/t/rpl000016-master.opt -> mysql-test/t/rpl_rotate_logs-master.opt
      mysql-test/t/rpl_rotate_logs-slave.sh:
        Rename: mysql-test/t/rpl000016-slave.sh -> mysql-test/t/rpl_rotate_logs-slave.sh
      mysql-test/t/rpl_rotate_logs-slave-master-info.opt:
        Rename: mysql-test/t/rpl000016-slave-master-info.opt -> mysql-test/t/rpl_rotate_logs-slave-master-info.opt
      BitKeeper/etc/ignore:
        Added mit-pthreads/include/bits mit-pthreads/include/pthread/machdep.h mit-pthreads/include/pthread/posix.h mit-pthreads/include/sys mit-pthreads/machdep.c mit-pthreads/pg++ mit-pthreads/pgcc 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/rpl_rotate_logs.result:
        Added testing of temporary tables
      mysql-test/t/rpl000018.test:
        Commented test
      mysql-test/t/rpl_rotate_logs.test:
        Added testing of temporary tables
      b56c8337
    • unknown's avatar
      merge with 3.23 tree · 52cdc675
      unknown authored
      
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      innobase/configure.in:
        merge
      mysys/my_pthread.c:
        merge
      52cdc675
    • unknown's avatar
      Changed relay_log_space to ulonglong · cab421a3
      unknown authored
      Removed compiler warnings.
      
      
      Build-tools/Do-compile:
        Simple cleanup
      include/mysql.h:
        Use #include "" instead of include <>
      mysql-test/t/innodb_handler.test:
        Documented test
        Change to be runnable from mysql
      sql/mini_client.cc:
        Removed dead code
      sql/mysqld.cc:
        Changed relay_log_space to ulonglong
      sql/slave.cc:
        Changed relay_log_space to ulonglong
        Removed dead code
      sql/slave.h:
        Changed relay_log_space to ulonglong
      sql/sql_acl.cc:
        Removed not used variables
      sql/sql_base.cc:
        Removed not used variables
      sql/sql_cache.cc:
        Removed not used variables
      sql/sql_select.cc:
        Removed not used variables
      vio/vio.c:
        Re-order include files to remove compiler warnings
      cab421a3