1. 05 Jun, 2001 6 commits
    • unknown's avatar
      manual.texi 1) manual says mysql.server uses "user"; it doesn't. · 85929a16
      unknown authored
      manual.texi	2) manual says mysql.server uses "bindir"; it doesn't.
      
      
      Docs/manual.texi:
        1) manual says mysql.server uses "user"; it doesn't.
        2) manual says mysql.server uses "bindir"; it doesn't.
      85929a16
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql · dd7e7257
      unknown authored
      into teton.kitebird.com:/home/paul/mysql
      
      
      Docs/manual.texi:
        Auto merged
      dd7e7257
    • unknown's avatar
      manual.texi fix more out-of-date mysql.server commentary, plus · ccf31559
      unknown authored
      manual.texi	small misc changes
      
      
      Docs/manual.texi:
        fix more out-of-date mysql.server commentary, plus
        small misc changes
      ccf31559
    • unknown's avatar
      Merge · 8da0f5f2
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      8da0f5f2
    • unknown's avatar
      Updated benchmarks and crash-me for postgreSQL 7.1.1 · b1e00c96
      unknown authored
      Fixed option for symlinks
      
      
      Docs/manual.texi:
        Updated symlink handling.
      sql-bench/Comments/postgres.benchmark:
        Updated benchmark text
      sql-bench/Makefile.am:
        Added graph-compare-results
      sql-bench/compare-results.sh:
        Don't reset the cmp option.
      sql-bench/crash-me.sh:
        Updated transaction testing.
      sql-bench/limits/mysql-3.23.cfg:
        Updated benchmark run
      sql-bench/limits/mysql.cfg:
        Updated benchmark run
      sql-bench/limits/pg.cfg:
        Updated benchmark run
      sql-bench/server-cfg.sh:
        Don't do vacuum too often.
      sql-bench/test-insert.sh:
        Don't do vacuum too often.
      sql/mysqld.cc:
        Changed skip-symlinks to skip-symlink
      b1e00c96
    • unknown's avatar
      manual.texi 1) earlier change to @xref{} used 2-arg form; change · 5332aba4
      unknown authored
      manual.texi	to 3-arg form so last arg shows up in printed output.
      manual.texi	2) mysql.server no longer needs to use su or store the
      manual.texi	root password.
      manual.texi	3) other misc small changes.
      
      
      Docs/manual.texi:
        earlier change to @xref{} used 2-arg form; change
        to 3-arg form so last arg shows up in printed output.
        mysql.server no longer needs to use su or store the
        root password.
        other misc small changes
      5332aba4
  2. 04 Jun, 2001 4 commits
  3. 03 Jun, 2001 6 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
  4. 02 Jun, 2001 3 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
  5. 01 Jun, 2001 10 commits
  6. 31 May, 2001 8 commits
    • unknown's avatar
      fixed bug in CHANGE MASTER TO · a28d5ad9
      unknown authored
      a28d5ad9
    • unknown's avatar
      Merge work:/home/bk/mysql · 14dba1af
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      14dba1af
    • unknown's avatar
      deal with errno out of range when reading it from the master · 18da1d3f
      unknown authored
      
      sql/slave.cc:
        print expected error number
      sql/unireg.h:
        sanity check for errno range in ER(X)
      18da1d3f
    • unknown's avatar
      sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 case... · a9642208
      unknown authored
      sync0sync.ic	Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word
      
      
      innobase/include/sync0sync.ic:
        Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word
      a9642208
    • unknown's avatar
      sync0sync.ic Use XCHG also to reset the mutex lock word: it makes a... · 7176e43d
      unknown authored
      sync0sync.ic	Use XCHG also to reset the mutex lock word: it makes a serialization point to code on Intel and gives more safety
      
      
      innobase/include/sync0sync.ic:
        Use XCHG also to reset the mutex lock word: it makes a serialization point to code on Intel and gives more safety
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7176e43d
    • unknown's avatar
      Fixed typo from last checkin · 8c824491
      unknown authored
      
      Docs/manual.texi:
        Changelog
      8c824491
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · b369c09d
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      b369c09d
    • unknown's avatar
      Added functions for symbolic link handling to make it possible to · b6cae0f6
      unknown authored
      backport things from 4.0. This is safe as the functions are not used!
      Fixed bug in new mutex handling in InnoDB
      Make allow_break() and dont_break() defines.
      
      
      Docs/manual.texi:
        Remove -fomit-frame-pointer from default binaries
      configure.in:
        Use -lcma library on HPUX
      include/my_sys.h:
        Added functions for symbolic link handling to make it possible to
        backport things from 4.0. (This is safe as the functions are not used!)
      include/mysys_err.h:
        Error messages for symlink functions.
      innobase/include/sync0sync.ic:
        Fixed bug in new mutex handling
      mysys/Makefile.am:
        Symlink handling
      mysys/errors.c:
        Symlink handling
      mysys/mf_brkhant.c:
        Make allow_break() and dont_break() defines.
      sql/sql_select.h:
        Fix for Intel compiler.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b6cae0f6
  7. 30 May, 2001 2 commits
  8. 29 May, 2001 1 commit
    • unknown's avatar
      Fixed a few typos. · 3a837a04
      unknown authored
      
      Docs/manual.texi:
        my.cfg -> my.cnf
      scripts/safe_mysqld.sh:
        my.cfg -> my.cnf
      support-files/mysql-multi.server.sh:
        my.cfg -> my.cnf
      support-files/mysql.server.sh:
        my.cfg -> my.cnf
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3a837a04