1. 04 Jun, 2001 4 commits
    • 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
      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
      9d77fddc
    • unknown's avatar
      Fixed portability problem. · 83c9bb3b
      unknown authored
      
      sql-bench/Comments/postgres.benchmark:
        Added warning about PostgreSQL 7.1.1
      83c9bb3b
  2. 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
  3. 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
  4. 01 Jun, 2001 23 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
    • unknown's avatar
      Added support for symlinked tables. · e59d0778
      unknown authored
      myisamchk: Don't force a repair if the only problem was that the
      open count wasn't correct.
      Added missing error messages.
      
      
      include/my_sys.h:
        Cleanup comments
      libmysql/Makefile.shared:
        Added symlink library.
      myisam/mi_check.c:
        Added support for symlinked tables
      myisam/mi_delete_table.c:
        Added support for symlinked tables
      myisam/mi_open.c:
        Added support for symlinked tables
      myisam/mi_rename.c:
        Added support for symlinked tables
      myisam/myisamchk.c:
        Added support for symlinked tables.
        Don't force a repair if the only problem was that the open count
        wasn't correct.
      pstack/bucomm.c:
        use mkstemp() instead of mytemp()
      sql/ha_myisam.cc:
        Added support for symlinked tables
      sql/ha_myisam.h:
        Added support for symlinked tables
      sql/ha_myisammrg.cc:
        Added support for symlinked tables
      sql/handler.cc:
        Added support for symlinked tables
      sql/handler.h:
        Added support for symlinked tables
      sql/lex.h:
        Added support for symlinked tables
      sql/share/czech/errmsg.txt:
        Added missing error messages
      sql/share/danish/errmsg.txt:
        Added missing error messages
      sql/share/dutch/errmsg.txt:
        Added missing error messages
      sql/share/estonian/errmsg.txt:
        Added missing error messages
      sql/share/french/errmsg.txt:
        Added missing error messages
      sql/share/german/errmsg.txt:
        Added missing error messages
      sql/share/greek/errmsg.txt:
        Added missing error messages
      sql/share/hungarian/errmsg.txt:
        Added missing error messages
      sql/share/italian/errmsg.txt:
        Added missing error messages
      sql/share/japanese/errmsg.txt:
        Added missing error messages
      sql/share/korean/errmsg.txt:
        Added missing error messages
      sql/share/norwegian-ny/errmsg.txt:
        Added missing error messages
      sql/share/norwegian/errmsg.txt:
        Added missing error messages
      sql/share/polish/errmsg.txt:
        Added missing error messages
      sql/share/portuguese/errmsg.txt:
        Added missing error messages
      sql/share/romanian/errmsg.txt:
        Added missing error messages
      sql/share/russian/errmsg.txt:
        Added missing error messages
      sql/share/slovak/errmsg.txt:
        Added missing error messages
      sql/share/spanish/errmsg.txt:
        Added missing error messages
      sql/share/swedish/errmsg.OLD:
        Added missing error messages
      sql/share/swedish/errmsg.txt:
        Added missing error messages
      sql/sql_db.cc:
        Added support for symlinked tables
      sql/sql_parse.cc:
        Added support for symlinked tables
      sql/sql_table.cc:
        Added support for symlinked tables with ALTER TABLE
      sql/sql_yacc.yy:
        Added option to create symlinked tables.
      e59d0778
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 2085b195
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      include/my_sys.h:
        Auto merged
      libmysql/Makefile.shared:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      2085b195
    • unknown's avatar
      Added ER_SAFE() for cases when the error message could be out of bands · 7032533d
      unknown authored
      
      sql/slave.cc:
        Cleanup up indentation.
        Change to use ER_SAFE() instead of ER().
      sql/unireg.h:
        Added ER_SAFE()
      7032533d
    • unknown's avatar
      24d065d9
    • unknown's avatar
      Added symlink support to mysys library. · b4773dc2
      unknown authored
      
      Docs/manual.texi:
        Link info change
      include/my_sys.h:
        Added functions for symlink support
      libmysql/Makefile.shared:
        Added mf_symlink.c to library.
      mysys/Makefile.am:
        Added functions for symlink support
      mysys/mf_same.c:
        cleanup
      mysys/my_symlink.c:
        Added functions for symlink support
      b4773dc2
  5. 31 May, 2001 1 commit