1. 28 Aug, 2002 7 commits
    • unknown's avatar
      manual.texi Some BDB fixups. · 56fc129f
      unknown authored
      
      Docs/manual.texi:
        Some BDB fixups.
      56fc129f
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · f90b5260
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      f90b5260
    • unknown's avatar
      manual.texi minor fixes · ab809145
      unknown authored
      manual.texi	fix minor typo.
      manual.texi	make some @code{} -> @file{} changes
      
      
      Docs/manual.texi:
        minor fixes
      ab809145
    • unknown's avatar
      Removed unneccessary comment. · 84e187bc
      unknown authored
      84e187bc
    • unknown's avatar
      * Fixed a bug in my_getopt · d5ececde
      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-.
      d5ececde
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql-4.0 · 5e14d715
      unknown authored
      into teton.kitebird.com:/home/paul/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      5e14d715
    • unknown's avatar
      manual.texi max_bin_log_size -> max_binlog_size · c2f4bae2
      unknown authored
      
      Docs/manual.texi:
        max_bin_log_size -> max_binlog_size
      c2f4bae2
  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 · 5d641b12
      unknown authored
      
      BitKeeper/deleted/.del-rpl_compat.test~5f6ba955e02aa95f:
        deleted old test
      Docs/manual.texi:
        Added comment about shared libraries to upgrade section
      5d641b12
    • unknown's avatar
      lock0lock.c: · 4e9a0f55
      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
      4e9a0f55
    • unknown's avatar
    • unknown's avatar
      Give better error from reconnect() · 02f8c163
      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.
      02f8c163
  6. 23 Aug, 2002 5 commits
    • unknown's avatar
      merge with 3.23 · 839ebeca
      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
      839ebeca
    • unknown's avatar
      Removed wrong mutex lock (hangup in kill on HPUX) · c216222b
      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)
      c216222b
    • unknown's avatar
      lexyy.c, pars0lex.l, pars0grm.c, pars0grm.y: · 067babae
      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
      067babae
    • unknown's avatar
      lock0lock.c: · 81ca7f55
      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
      81ca7f55
    • unknown's avatar
      Added testing of temporary tables with replication · e089fcce
      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
      e089fcce