1. 09 Jun, 2001 1 commit
    • unknown's avatar
      auto-magic replication redirection logic support in the client, · 26ffc5d4
      unknown authored
      compiles, passes test suite, does magic, has bugs, but none that I know 
      at this point. Have not tested everything yet, though. Changed
      a lot of code in the client, but normal stuff appears to be working.
      
      
      BUILD/SETUP.sh:
        make sure client link statically
      client/mysqltest.c:
        new commands to test replication probe/parse
      include/errmsg.h:
        new error messages
      include/mysql.h:
        support for replication auto-magic
      libmysql/errmsg.c:
        new error messages
      libmysql/libmysql.c:
        replication probe/parse auto-magic
      mysql-test/mysql-test-run.sh:
        --client-gdb to run the client in debugger
      26ffc5d4
  2. 05 Jun, 2001 1 commit
  3. 04 Jun, 2001 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · bd58e5e1
      unknown authored
      into threads.polyesthetic.msg:/home/tim/my/4
      
      
      bd58e5e1
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 1baef983
      unknown authored
      into threads.polyesthetic.msg:/home/tim/my/4
      
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1baef983
    • unknown's avatar
      Merge mysql.sashanet.com:/home/sasha/src/bk/mysql · fdff9c0a
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysys/tree.c:
        Auto merged
      sql-bench/bench-init.pl.sh:
        Auto merged
      sql-bench/server-cfg.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      fdff9c0a
    • unknown's avatar
      vio.c Vio code bugfix · 09db6955
      unknown authored
      violite.h	Code cleanup
      
      
      include/violite.h:
        Code cleanup
      vio/vio.c:
        Vio code bugfix
      09db6955
    • unknown's avatar
      manual.texi @xref{safe_mysqld} · 2197533b
      unknown authored
      manual.texi	-> @xref{safe_mysqld, @code{safe_mysqld}}
      manual.texi	Unixes -> versions of Unix (or similar edit)
      manual.texi	@xref{mysqlxxx} -> @xref{mysqlxxx, @code{mysqlxxx}}
      
      
      Docs/manual.texi:
        @xref{safe_mysqld}
        -> @xref{safe_mysqld, @code{safe_mysqld}}
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2197533b
    • unknown's avatar
      Various changes to get libmysqld in sync with latest sources. · bc0befda
      unknown authored
      
      BitKeeper/etc/ignore:
        Added libmysqld/uniques.cc
      client/mysqltest.c:
        Don't core dump if --socket isn't specified.
        
        Add --test-file option, to facilitate running mysqltest under debugger.
      libmysqld/Makefile.am:
        We need uniques.cc
      libmysqld/lib_sql.cc:
        Tiny cleanup.
      libmysqld/libmysqld.c:
        Split mysql_real_query() into mysql_send_query() and
        mysql_read_query_results().
      bc0befda
    • unknown's avatar
      9d77fddc
    • unknown's avatar
      Fixed portability problem. · 83c9bb3b
      unknown authored
      
      sql-bench/Comments/postgres.benchmark:
        Added warning about PostgreSQL 7.1.1
      83c9bb3b
  4. 03 Jun, 2001 7 commits
    • unknown's avatar
      manual.texi website address change · 9d4272bb
      unknown authored
      row0sel.c	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.c	CHECK TABLE now also for InnoDB, a join speed optimization
      rem0cmp.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.c	CHECK TABLE now also for InnoDB, a join speed optimization
      page0page.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.h	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.ic	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0sea.c	CHECK TABLE now also for InnoDB, a join speed optimization
      innodb.result	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.cc	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.h	CHECK TABLE now also for InnoDB, a join speed optimization
      
      
      sql/ha_innobase.cc:
        CHECK TABLE now also for InnoDB, a join speed optimization
      sql/ha_innobase.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      mysql-test/r/innodb.result:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0btr.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0cur.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0sea.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0btr.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0cur.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0pcur.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0pcur.ic:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/row0mysql.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/trx0trx.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/page/page0page.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/rem/rem0cmp.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/row/row0mysql.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/row/row0sel.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/trx/trx0trx.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      Docs/manual.texi:
        website address change
      9d4272bb
    • unknown's avatar
      Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3 · 5ec76be4
      unknown authored
      Fixed problem with command line arguments on 64 bit machines when
      we use ~0 to indicate 'no limit'
      
      
      include/m_string.h:
        Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3
      mysys/getvar.c:
        Fixed problem on 64 bit machines when we use ~0 to indicate 'no limit'.
      sql-bench/Comments/postgres.benchmark:
        U
      5ec76be4
    • unknown's avatar
      45c6bb8a
    • unknown's avatar
      Added ABS() to make tests more portable. · cf42a955
      unknown authored
      New postgresql crash-me file.
      Increased blob size in benchmarks from 65K to 1M.
      
      
      mysql-test/t/select.test:
        Added ABS() to make tests more portable
      mysys/tree.c:
        Added missing call to tree->free  (MySQL didn't use this)
      sql-bench/Comments/postgres.benchmark:
        Updated documentation
      sql-bench/bench-init.pl.sh:
        Updated version number (changed blob size)
      sql-bench/limits/pg.cfg:
        New postgres results
      sql-bench/server-cfg.sh:
        Updated to PostgreSQL 7.1.1
      sql-bench/test-connect.sh:
        Changed select_big -> select_big_str
      tests/fork_big.pl:
        Added count(distinct) test
      cf42a955
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · 0105fae7
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/mysqld.cc:
        Auto merged
      0105fae7
    • unknown's avatar
      misplaced #ifdef fixed · b6cb800d
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b6cb800d
    • unknown's avatar
      some code for replication awareness support - this is a temporary · 1da42e7b
      unknown authored
      commit - it compiles, and test suite still passes, but it is not finished . The
      purpose of the commit is backup/code sharing/code review
      
      
      include/mysql.h:
        API prototypes for replication-aware client
      libmysql/libmysql.c:
        some code for replication awareness support
      1da42e7b
  5. 02 Jun, 2001 5 commits
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql · 46c2c710
      unknown authored
      into central.snake.net:/home/paul/mysql
      
      
      Docs/manual.texi:
        Auto merged
      46c2c710
    • unknown's avatar
      manual.texi ISAM Tables: show how to convert to MySQL so mysqlcheck · 05cfa811
      unknown authored
      manual.texi	can be used.
      
      
      Docs/manual.texi:
        ISAM Tables: show how to conver to MySQL so mysqlcheck
        can be used.
      05cfa811
    • unknown's avatar
      Added missing flag latvia.eps · 1b4d4338
      unknown authored
      Fixed file permissions in Flags
      
      
      Docs/Flags/australia.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/australia.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/austria.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/austria.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/canada.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/canada.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/czech-republic.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/czech-republic.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/germany.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/germany.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/great-britain.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/great-britain.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/hungary.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/hungary.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/israel.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/israel.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/italy.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/italy.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/japan.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/japan.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/russia.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/russia.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/south-korea.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/south-korea.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/sweden.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/sweden.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/taiwan.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/taiwan.txt:
        Change mode to -rw-rw-r--
      Docs/Flags/usa.eps:
        Change mode to -rw-rw-r--
      Docs/Flags/usa.txt:
        Change mode to -rw-rw-r--
      1b4d4338
    • unknown's avatar
      do not show user/pass for slave unless running with show-slave-auth-info · 2cf8889f
      unknown authored
      cleanup of register_slave_on_master()
      
      
      mysql-test/r/rpl000002.result:
        new output of show slave hosts
      sql/mysqld.cc:
        user and password are shown in show slave hosts only if show-slave-auth-info option is on
      sql/slave.cc:
        cleanup of register_slave_on_master()
      sql/sql_repl.cc:
        do not show user/pass for slave unless running with show-slave-auth-info
      sql/sql_repl.h:
        show-slave-auth-info
      2cf8889f
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 6b5d02ac
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      6b5d02ac
  6. 01 Jun, 2001 18 commits
    • unknown's avatar
      sql/slave.cc · 20763b0d
      unknown authored
          fixed bad merge
      
      
      sql/slave.cc:
        fixed bad merge
      20763b0d
    • unknown's avatar
      Merge work:/home/bk/mysql · e223bd30
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      e223bd30
    • unknown's avatar
      Merge mysql.sashanet.com:/home/sasha/src/bk/mysql · 2c15fdb5
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      2c15fdb5
    • unknown's avatar
      d405cfb9
    • unknown's avatar
      merge · 57546cb7
      unknown authored
      57546cb7
    • unknown's avatar
      Fixed bugs in symlink code · 8414e43d
      unknown authored
      
      client/errmsg.c:
        Added portuguese error messages.
      8414e43d
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · e587f1cb
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/slave.cc:
        Auto merged
      e587f1cb
    • unknown's avatar
      fixed new bug in fn_format() · dc1104c1
      unknown authored
      
      mysys/mf_format.c:
        fixed a typo bug
      dc1104c1
    • unknown's avatar
      merge · 9f0b7b7c
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      include/my_sys.h:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      sql/share/portuguese/errmsg.txt:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      9f0b7b7c
    • unknown's avatar
      worked around one bug in the new symlink code, but hit another · 3be9c739
      unknown authored
      test case included ( drop) - currently fails, along with rpl000009
      
      
      mysql-test/r/drop.result:
        new test
      mysql-test/t/drop.test:
        expose a bug in the new symlink table code
      sql/slave.cc:
        turn off symlink bit to avoid a bug
      sql/sql_repl.cc:
        turn off symlink bit to avoid a bug
      3be9c739
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 3e8412b8
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      3e8412b8
    • unknown's avatar
      Fixed bug that caused client to hang because mysqld never did send an · 7c077e68
      unknown authored
      error message if the table open or the index creation failed.
      Updated portuguese error messages.
      Fix for OS/2 that affected CHECK TABLE.
      
      
      Docs/manual.texi:
        Changelog.
      libmysql/errmsg.c:
        Updated portuguese error messages
      mysys/my_copy.c:
        Fix for OS/2
      sql/net_pkg.cc:
        cleanup
      sql/share/portuguese/errmsg.txt:
        Updated portuguese error messages
      sql/slave.cc:
        Cleanup.
        Fixed bug that caused client to hang because mysqld never did
        send an error message if the table open or the index creation failed.
      sql/sql_parse.cc:
        Moved handling of 'no_send_ok' to fetch_nx_table.
      sql/sql_table.cc:
        Cleanup.
      7c077e68
    • unknown's avatar
      manual.texi Changed Jay Flaherty's email address. · 6c7dd045
      unknown authored
      
      Docs/manual.texi:
        Changed Jay Flaherty's email address.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      6c7dd045
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 7f4df541
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      sql/slave.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      7f4df541
    • unknown's avatar
      fixed bug in count(distinct) · 1a2b5bb0
      unknown authored
      
      BitKeeper/etc/ignore:
        Added bdb/include/rpc_server_ext.h to the ignore list
      1a2b5bb0
    • unknown's avatar
      Added --skip-symlinks · 455b6952
      unknown authored
      Don't force repair of tables that are not closed properly.
      
      
      Docs/manual.texi:
        Added information about symbolic links.
      include/my_sys.h:
        symbolic link support
      myisam/mi_check.c:
        Don't force repair of tables that are not closed properly.
      myisam/myisamchk.c:
        Version number change.
      mysys/my_static.c:
        symbolic link support
      mysys/my_symlink2.c:
        Disabling of symbolic link support
      sql/mysqld.cc:
        Disabling of symbolic link support
      455b6952
    • unknown's avatar
      Makefile.am removed automake complaints about "sqlobjects" · 14cc2b78
      unknown authored
      Makefile.shared	removed automake complaints about "sqlobjects"
      .del-violite.c~53d4251a69d3c	Delete: sql/violite.c
      
      
      BitKeeper/deleted/.del-violite.c~53d4251a69d3c:
        Delete: sql/violite.c
      libmysql/Makefile.shared:
        removed automake complaints about "sqlobjects"
      libmysql/Makefile.am:
        removed automake complaints about "sqlobjects"
      14cc2b78
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 9d7d92d9
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      include/my_sys.h:
        Auto merged
      libmysql/Makefile.shared:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      9d7d92d9