An error occurred fetching the project authors.
  1. 15 Dec, 2000 1 commit
    • unknown's avatar
      client/mysqltest.c · 93166332
      unknown authored
          added system command
      myisammrg/myrg_open.c
          fixed coredump when opening an empty union table
      sql/sql_repl.cc
          fixed warnings, remove confusing comment, fixed coredump in
          change master to when master.info was corrupted
      
      added new replication test case
      
      
      client/mysqltest.c:
        added system command
      myisammrg/myrg_open.c:
        fixed coredump when opening an empty union table
      sql/sql_repl.cc:
        fixed warnings, remove confusing comment, fixed coredump in
        change master to when master.info was corrupted
      93166332
  2. 12 Dec, 2000 2 commits
    • unknown's avatar
      --result-file in mysqltest works nicely now · 798d341b
      unknown authored
      added a new test case that relies on --result-file
      
      
      client/mysqltest.c:
        allow a mix of --result-file and @ result file specifications
      mysql-test/mysql-test-run:
        -record option
        -R options to mysql-test so taht result files will be compared
      798d341b
    • unknown's avatar
      client/mysqltest.c · 078c05d5
      unknown authored
          add --result-file option
      mysql-test/mysql-test-run
          do a really good job to kill mysqld if it is stuck
      
      
      client/mysqltest.c:
        add --result-file option
      mysql-test/mysql-test-run:
        do a really good job to kill mysqld if it is stuck
      078c05d5
  3. 02 Dec, 2000 1 commit
    • unknown's avatar
      added loops and other cool stuff to mysqltest · 75856710
      unknown authored
      fixed slave to preserve temp tables on slave stop; slave start
      added abort-slave-event-count option to mysqld to test the above
      added a test case for temp tables with a contantly aborting slave
      removed warning in sql_parse.cc
      fixed thimble.cc to compile
      
      
      BitKeeper/etc/ignore:
        Added client/thimble support-files/mysql-3.23.29-gamma.spec to the ignore list
      client/mysqltest.c:
        added while, let, and echo, added fractional sec sleep support
      client/thimble.cc:
        fixes to make it compile
      mysql-test/t/3.23/rpl000001.test:
        sleep less
      mysql-test/t/3.23/rpl000002.test:
        sleep less
      mysql-test/t/3.23/rpl000003.test:
        sleep less
      mysql-test/t/3.23/rpl000005.test:
        sleep less
      sql/mysqld.cc:
        --abort-slave-event count
      sql/slave.cc:
        remember temp tables when slave thread termintates and restore them on
        slave start
      sql/slave.h:
        --abort-slave-event-count
      sql/sql_parse.cc:
        remove warning
      75856710
  4. 26 Nov, 2000 1 commit
    • unknown's avatar
      Fixed temp tables to work with replication. It will not work if you stop the slave · c3cc5856
      unknown authored
      while slave thread has temp tables - not hard to fix though, but it is time to go to bed
      
      added a new test case for temp table replication and Slave_open_temp_tables
      status variable.
      
      Misc fixes
      
      
      client/mysqltest.c:
        added disconnect command
      mysql-test/create-test-result:
        fixed bugs so it actually works
      mysql-test/t/include/master-slave.inc:
        establish alternate connections to master and slave
      sql/mysql_priv.h:
        Slave_open_temp_tables
      sql/mysqlbinlog.cc:
        fixed a bug in reading local binlogs
      sql/mysqld.cc:
        added Slave_open_temp_tables status variable
      sql/slave.cc:
        fixed freed memory reference in the error message
      sql/sql_class.cc:
        slave_proxy_id
      sql/sql_class.h:
        slave_proxy_id
      sql/sql_parse.cc:
        small optimization - reorder eval in &&
      BitKeeper/etc/ignore:
        Added mysql-test/r/3.23/rpl000001.b.result.reject mysql-test/r/3.23/rpl000012.result.reject to the ignore list
      sql/sql_table.cc:
        added THD arg to rename_temporary_table
      sql/unireg.h:
        the table_cache_key is now 4 bytes longer
      c3cc5856
  5. 21 Nov, 2000 2 commits
    • unknown's avatar
      client/mysqltest.c · 62c3b536
      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
      62c3b536
    • unknown's avatar
      fixed warning in sql_class.cc · 1100a260
      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
      1100a260
  6. 18 Oct, 2000 1 commit
    • unknown's avatar
      Docs/manual.texi · f11df2ad
      unknown authored
          updated docs for SET SQL_LOG_BIN
      client/mysqltest.c
          added support for expected error
      
      
      Docs/manual.texi:
        updated docs for SET SQL_LOG_BIN
      client/mysqltest.c:
        added support for expected error
      f11df2ad
  7. 10 Oct, 2000 1 commit
    • unknown's avatar
      run.test mysql-test -> mysqltest · 84d05b9e
      unknown authored
      run-all-tests	mysql-test -> mysqltest
      README  	mysql-test -> mysqltest
      Makefile.am	Retargetted mysql-test to mysqltest.
      .del-mysql-test.c	Delete: client/mysql-test.c
      mysql-test-run	Added program definitions.
      mysqltest.c	BitKeeper file /home/mwagner/work/bk/mysql/client/mysqltest.c
      
      
      mysql-test/mysql-test-run:
        Added program definitions.
      BitKeeper/deleted/.del-mysql-test.c:
        ***MISSING WEAVE***
      client/Makefile.am:
        Retargetted mysql-test to mysqltest.
      repl-tests/README:
        mysql-test -> mysqltest
      repl-tests/run-all-tests:
        mysql-test -> mysqltest
      repl-tests/test-repl-ts/run.test:
        mysql-test -> mysqltest
      84d05b9e