1. 09 Jun, 2001 1 commit
    • unknown's avatar
      auto-magic replication redirection logic support in the client, · b1a5f66b
      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
      b1a5f66b
  2. 05 Jun, 2001 1 commit
  3. 04 Jun, 2001 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9602601a
      unknown authored
      into threads.polyesthetic.msg:/home/tim/my/4
      
      9602601a
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · c34aa69e
      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
      c34aa69e
    • unknown's avatar
      Merge mysql.sashanet.com:/home/sasha/src/bk/mysql · 394e2a3d
      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
      394e2a3d
    • unknown's avatar
      vio.c Vio code bugfix · 6f64d550
      unknown authored
      violite.h	Code cleanup
      
      
      include/violite.h:
        Code cleanup
      vio/vio.c:
        Vio code bugfix
      6f64d550
    • unknown's avatar
      manual.texi @xref{safe_mysqld} · d7890b1a
      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
      d7890b1a
    • unknown's avatar
      Various changes to get libmysqld in sync with latest sources. · 776e2a3f
      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().
      776e2a3f
    • unknown's avatar
      a86abf58
    • unknown's avatar
      Fixed portability problem. · dafc6ba5
      unknown authored
      
      sql-bench/Comments/postgres.benchmark:
        Added warning about PostgreSQL 7.1.1
      dafc6ba5
  4. 03 Jun, 2001 7 commits
    • unknown's avatar
      manual.texi website address change · 0de11974
      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
      0de11974
    • unknown's avatar
      Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3 · eca1e0ca
      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
      eca1e0ca
    • unknown's avatar
      01ebb59c
    • unknown's avatar
      Added ABS() to make tests more portable. · a275e0cb
      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
      a275e0cb
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · 91fb41a0
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/mysqld.cc:
        Auto merged
      91fb41a0
    • unknown's avatar
      misplaced #ifdef fixed · 616eb143
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      616eb143
    • unknown's avatar
      some code for replication awareness support - this is a temporary · dc660904
      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
      dc660904
  5. 02 Jun, 2001 5 commits
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql · 613b50d2
      unknown authored
      into central.snake.net:/home/paul/mysql
      
      
      Docs/manual.texi:
        Auto merged
      613b50d2
    • unknown's avatar
      manual.texi ISAM Tables: show how to convert to MySQL so mysqlcheck · e8f206ea
      unknown authored
      manual.texi	can be used.
      
      
      Docs/manual.texi:
        ISAM Tables: show how to conver to MySQL so mysqlcheck
        can be used.
      e8f206ea
    • unknown's avatar
      Added missing flag latvia.eps · 23f3bedd
      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--
      23f3bedd
    • unknown's avatar
      do not show user/pass for slave unless running with show-slave-auth-info · 41757fce
      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
      41757fce
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · ddb6ac6e
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      ddb6ac6e
  6. 01 Jun, 2001 18 commits
    • unknown's avatar
      sql/slave.cc · fd52388c
      unknown authored
          fixed bad merge
      
      
      sql/slave.cc:
        fixed bad merge
      fd52388c
    • unknown's avatar
      Merge work:/home/bk/mysql · ba2ac1bf
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      ba2ac1bf
    • unknown's avatar
      Merge mysql.sashanet.com:/home/sasha/src/bk/mysql · 64d26f9a
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      64d26f9a
    • unknown's avatar
      553d7ea7
    • unknown's avatar
      merge · bca4ea5a
      unknown authored
      bca4ea5a
    • unknown's avatar
      Fixed bugs in symlink code · f073148f
      unknown authored
      
      client/errmsg.c:
        Added portuguese error messages.
      f073148f
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 09ac49d3
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/slave.cc:
        Auto merged
      09ac49d3
    • unknown's avatar
      fixed new bug in fn_format() · 8ab9362b
      unknown authored
      
      mysys/mf_format.c:
        fixed a typo bug
      8ab9362b
    • unknown's avatar
      merge · 084cd11f
      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
      084cd11f
    • unknown's avatar
      worked around one bug in the new symlink code, but hit another · aa03d188
      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
      aa03d188
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 740a7e58
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      740a7e58
    • unknown's avatar
      Fixed bug that caused client to hang because mysqld never did send an · 8c2acc59
      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.
      8c2acc59
    • unknown's avatar
      manual.texi Changed Jay Flaherty's email address. · 254adb67
      unknown authored
      
      Docs/manual.texi:
        Changed Jay Flaherty's email address.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      254adb67
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 883602f7
      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
      883602f7
    • unknown's avatar
      fixed bug in count(distinct) · a4013ef8
      unknown authored
      
      BitKeeper/etc/ignore:
        Added bdb/include/rpc_server_ext.h to the ignore list
      a4013ef8
    • unknown's avatar
      Added --skip-symlinks · 3b1a6ddf
      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
      3b1a6ddf
    • unknown's avatar
      Makefile.am removed automake complaints about "sqlobjects" · 1fc36ec6
      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"
      1fc36ec6
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 28cbfd2d
      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
      28cbfd2d