1. 25 Nov, 2000 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · 786d6493
      unknown authored
      into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      786d6493
    • unknown's avatar
      manual.texi Added mirror; adjusted some uref's. · 162ca785
      unknown authored
      
      Docs/manual.texi:
        Added mirror; adjusted some uref's.
      162ca785
    • unknown's avatar
      Fixes to the newer ChangeLog entries in manual.texi. · 0c4d76c8
      unknown authored
      
      Docs/manual.texi:
        Fixes to the newer ChangeLog entries.
      0c4d76c8
    • unknown's avatar
      More fixes to Developer section of manual. · 5aa734b3
      unknown authored
      
      Docs/manual.texi:
        More fixes to Developer section.
      5aa734b3
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · 091146d0
      unknown authored
      into tetra.uu.net:/usr/home/jcole/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      091146d0
    • unknown's avatar
      Fixed up the Developer section of the manual. · a6a15778
      unknown authored
      
      Docs/manual.texi:
        Fixed up the Developer section.
      a6a15778
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 32ea94df
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto converge
      32ea94df
    • unknown's avatar
      slave master.info FILE -> IO_CACHE · e56c9536
      unknown authored
      send_file() is more stack-friendly - changed large static buffer to alloc_root()
      fixed my_b_seek() to work with WRITE_CACHE
      test case to make sure the slave starts correctly after being stopped
      truncated words file so the replication tests will take less time
      
      
      mysql-test/r/3.23/rpl000001.b.result:
        truncated words file
      mysql-test/r/3.23/rpl000004.b.result:
        truncated words file
      mysql-test/std_data/words:
        truncated words file
      BitKeeper/etc/ignore:
        Added mysql-test/rpl000011.test mysql-test/var/lib/mysql-bin.007 sql/share/norwegian/errmsg.sys sql/share/norwegian-ny/errmsg.sys to the ignore list
      mysys/mf_iocache2.c:
        got my_b_seek() to work with WRITE_CACHE, at least the one used by the slave
      sql/share/romanian/errmsg.sys:
        accidently touched the file
      sql/slave.cc:
        converted FILE to IO_CACHE for master.info
      sql/slave.h:
        FILE -> IO_CACHE for master.info
      sql/sql_repl.cc:
        be nice to the stack - change a large stack buffer to be alloced with
        alloc_root in send_file()
      e56c9536
  2. 24 Nov, 2000 3 commits
  3. 22 Nov, 2000 7 commits
    • unknown's avatar
      manual.texi Howard's grammar changes · 2250cbec
      unknown authored
      
      Docs/manual.texi:
        Howard's grammar changes
      2250cbec
    • unknown's avatar
      Howard's grammar fixes · bf7b9779
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      bf7b9779
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · a6ff55c3
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      a6ff55c3
    • unknown's avatar
      mysql-test/mysql-test-run · 73adaadb
      unknown authored
          cleanup - remove unneeded daeamon restarts
      sql/log_event.cc
          fixed bug - do not confuse confused slaves even further if they try to 
          read less than LOG_EVENT_HEADER_LEN before the end of file
      sql/mysqlbinlog.cc
          give error if constructor fails
      sql/mysqld.cc
          --disconnect-slave-event-count for replication debugging
      sql/slave.cc
          --disconnect-slave-event-count
          cleanup to remove unneeded sleeps when things go wrong - sleep only 
          when we have to
      sql/slave.h
          --disconnect-slave-event-count
      
      test cases for ALTER TABLE ORDER BY and replication offset off by 22 
      confusion mystery bug (both pass)
      
      
      mysql-test/mysql-test-run:
        cleanup - remove unneeded daeamon restarts
      sql/log_event.cc:
        fixed bug - do not confuse confused slaves even further if they try to 
        read less than LOG_EVENT_HEADER_LEN before the end of file
      sql/mysqlbinlog.cc:
        give error if constructor fails
      sql/mysqld.cc:
        --disconnect-slave-event-count for replication debugging
      sql/slave.cc:
        --disconnect-slave-event-count
        cleanup to remove unneeded sleeps when things go wrong - sleep only 
        when we have to
      sql/slave.h:
        --disconnect-slave-event-count
      sql/sql_repl.cc:
        added unknown error
      73adaadb
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Split error message for crashed table to 3 different error messages. · 7402ecac
      unknown authored
      Fixes for Windows
      
      
      Docs/manual.texi:
        Added things to the Windows section
      client/mysql.cc:
        Fixes to get Jani's changes to work on Windows
      include/myisam.h:
        Added chk_status()
      include/mysqld_error.h:
        Split error message for crashed table to 3 different error messages
      myisam/mi_check.c:
        Added chk_status()
      myisam/myisamchk.c:
        Added chk_status(). This gives us better error messages when the
        table is marked as 'crashed'
      sql/ha_myisam.cc:
        Better error messages if the table is marked as crashed
      sql/handler.cc:
        Better error messages if the table is marked as crashed
      sql/share/czech/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/czech/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/danish/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/danish/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/dutch/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/dutch/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/english/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/english/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/estonian/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/estonian/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/french/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/french/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/german/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/german/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/greek/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/greek/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/hungarian/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/hungarian/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/italian/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/italian/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/japanese/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/japanese/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/korean/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/korean/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/norwegian-ny/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/norwegian/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/polish/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/polish/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/portuguese/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/portuguese/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/romanian/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/russian/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/russian/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/slovak/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/slovak/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/spanish/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/spanish/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/share/swedish/errmsg.OLD:
        Better error messages if the table is marked as crashed
      sql/share/swedish/errmsg.sys:
        Better error messages if the table is marked as crashed
      sql/share/swedish/errmsg.txt:
        Better error messages if the table is marked as crashed
      sql/sql_table.cc:
        Fix for gcc 2.7.2
      7402ecac
  4. 21 Nov, 2000 10 commits
    • unknown's avatar
      client/mysqltest.c · 350c792d
      unknown authored
          generate a bigger reject file ( full in most cases) if the master result file is 0 length
      sql/sql_show.cc
          fixed 3 bugs in SHOW CREATE TABLE
      
      New test case shw000001 for SHOW CREATE TABLE bugs
      
      
      BitKeeper/etc/ignore:
        Added BitKeeper/tmp/bkOF1wtJ scripts/mysqldumpslow to the ignore list
      client/mysqltest.c:
        generate a bigger reject file ( full in most cases) if the master result file is 0 length
      sql/sql_show.cc:
        fixed 3 bugs in SHOW CREATE TABLE
      350c792d
    • unknown's avatar
      Fixed compilation in another dir · 1cd5afe8
      unknown authored
      
      Docs/manual.texi:
        Added some general links
      mysys/Makefile.am:
        Fixed compilation of test_thr_lock in another directory
      sql/table.cc:
        cleanup
      1cd5afe8
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      .del-README~3b652c0f321e1940 Delete: mysql-test/var/lib/README · e3d4eaf2
      unknown authored
      .del-README~df5481fdbe6e5b6e	Delete: mysql-test/var/log/README
      .del-README~acb305e4c2ed5990	Delete: mysql-test/var/run/README
      .del-README~b32d866bfd50e72e	Delete: mysql-test/var/tmp/README
      
      
      BitKeeper/deleted/.del-README~3b652c0f321e1940:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-README~acb305e4c2ed5990:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-README~b32d866bfd50e72e:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-README~df5481fdbe6e5b6e:
        ***MISSING WEAVE***
      e3d4eaf2
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · def5adc8
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      def5adc8
    • unknown's avatar
      fixed warning in sql_class.cc · 4222359a
      unknown authored
      added gdb support, mysqld options per test, and other cool stuff to mysql-test-run
      added --replicate-wild-do/ignore-table
      more test cases
      
      
      client/mysqltest.c:
        fixed a reject file bug
      mysql-test/mysql-test-run:
        support for gdb and running only one test case
      sql/mysql_priv.h:
        wild_compare needs to be global
      sql/mysqld.cc:
        --replicate-wild-do/ignore-table
      sql/slave.cc:
        wild,wild
      sql/slave.h:
        wild fixes
      sql/sql_class.cc:
        fixed compiler warning
      sql/sql_string.cc:
        wild stuff needs to be global
      BitKeeper/etc/ignore:
        Added BitKeeper/tmp/gone mysql-test/r/3.23/rpl mysql-test/r/3.23/rpl.reject mysql-test/var/lib/bar/bar.frm mysql-test/var/lib/bar/bar.MYD mysql-test/var/lib/bar/bar.MYI mysql-test/var/lib/foo/foo.frm mysql-test/var/lib/foo/foo.MYD mysql-test/var/lib/foo/foo.MYI mysql-test/var/lib/test/bar.frm mysql-test/var/lib/test/bar.MYD mysql-test/var/lib/test/bar.MYI mysql-test/var/lib/test/choo.frm mysql-test/var/lib/test/choo.MYD mysql-test/var/lib/test/choo.MYI mysql-test/var/slave-data/bar/bar.frm mysql-test/var/slave-data/bar/bar.MYD mysql-test/var/slave-data/bar/bar.MYI mysql-test/var/slave-data/foo/foo.frm mysql-test/var/slave-data/foo/foo.MYD mysql-test/var/slave-data/foo/foo.MYI mysql-test/var/slave-data/test/bar.frm mysql-test/var/slave-data/test/bar.MYD mysql-test/var/slave-data/test/bar.MYI mysql-test/var/slave-data/test/choo.frm mysql-test/var/slave-data/test/choo.MYD mysql-test/var/slave-data/test/choo.MYI mysql-test/var/tmp/README to the ignore list
      4222359a
    • unknown's avatar
      Merge · 725037f0
      unknown authored
      725037f0
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · 9b3371bb
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      9b3371bb
    • unknown's avatar
      Fixed problem with auto-repair of MyISAM tables · 2c66adb2
      unknown authored
      Fixed bug in ISAM and MyISAM when updating from multiple-processes
      
      
      Docs/manual.texi:
        Updated changelog
      client/mysqladmin.c:
        Upgraded version number because the change of llstr() is visible
      extra/perror.c:
        Added new error message
      include/my_base.h:
        Added HA_ERR_CRASHED_ON_USAGE
      isam/rnext.c:
        Fixed bug when updating from multiple-processes
      isam/rprev.c:
        Fixed bug when updating from multiple-processes
      libmysql/libmysql.c:
        Fixed that mysql->options.client_flag was used properly
      myisam/mi_locking.c:
        Fixed bug when updating from multiple-processes
      myisam/mi_open.c:
        Fixed bug when updating from multiple-processes
        Added HA_ERR_CRASHED_ON_USAGE
      myisam/mi_rnext.c:
        Fixed bug when updating from multiple-processes
      myisam/mi_rprev.c:
        Fixed bug when updating from multiple-processes
      myisam/myisamchk.c:
        Added HA_ERR_CRASHED_ON_USAGE
      sql/sql_base.cc:
        Fixed problem with auto-repair of MyISAM tables
      sql/table.cc:
        Fixed problem with auto-repair of MyISAM tables
      2c66adb2
  5. 20 Nov, 2000 12 commits