1. 02 Jun, 2001 1 commit
    • 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
  2. 01 Jun, 2001 10 commits
  3. 31 May, 2001 8 commits
    • unknown's avatar
      fixed bug in CHANGE MASTER TO · 95e455c6
      unknown authored
      95e455c6
    • unknown's avatar
      Merge work:/home/bk/mysql · d22119c2
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d22119c2
    • unknown's avatar
      deal with errno out of range when reading it from the master · 9f600405
      unknown authored
      
      sql/slave.cc:
        print expected error number
      sql/unireg.h:
        sanity check for errno range in ER(X)
      9f600405
    • unknown's avatar
      sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 case... · 1c1af1c5
      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
      1c1af1c5
    • unknown's avatar
      sync0sync.ic Use XCHG also to reset the mutex lock word: it makes a... · 439b7417
      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
      439b7417
    • unknown's avatar
      Fixed typo from last checkin · c01c86f9
      unknown authored
      
      Docs/manual.texi:
        Changelog
      c01c86f9
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · b6211d1d
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      b6211d1d
    • unknown's avatar
      Added functions for symbolic link handling to make it possible to · d6188d76
      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
      d6188d76
  4. 30 May, 2001 2 commits
  5. 29 May, 2001 7 commits
    • unknown's avatar
      Fixed a few typos. · b47b34e8
      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
      b47b34e8
    • unknown's avatar
      Merge nusphere@work.mysql.com:/home/bk/mysql · b6ed1194
      unknown authored
      into nslinux.bedford.progress.com:/usr1/mikef/MYSQL/there
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      b6ed1194
    • unknown's avatar
      Pushing all the Gemini changes above the table handler. · 792d61b7
      unknown authored
      
      BUILD/FINISH.sh:
        Add Gemini to configure
      Docs/manual.texi:
        Added Gemini content to the manual.
      acinclude.m4:
        Add Gemini to configure
      configure.in:
        Add Gemini to configure
      include/my_base.h:
        transaction isolation level READ UNCOMMITTED does not allow updates
      include/mysqld_error.h:
        Added new messages for Lock related failures
      sql/field.cc:
        Gemini BLOB support -
      sql/field.h:
        Gemini BLOB Support
      sql/ha_gemini.cc:
        Gemini Table handler
      sql/ha_gemini.h:
        Gemini Table handler
      sql/handler.cc:
        Added new messages for Lock related failures
        Provide the ability to turn off recovery for operations like 
        REPAIR TABLE ans ALTER TABLE
      sql/handler.h:
        Add a bit to have full text indexes as an option
        and define the prototype to optionally turn on and off logging
      sql/lock.cc:
        Added new messages for Lock related failures
      sql/share/czech/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/danish/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/dutch/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/english/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/estonian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/french/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/german/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/greek/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/hungarian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/italian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/japanese/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/korean/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/norwegian-ny/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/norwegian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/polish/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/portuguese/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/romanian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/russian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/slovak/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/spanish/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/swedish/errmsg.txt:
        Added new messages for Lock related failures
      sql/sql_base.cc:
        Avoidlock table overflow issues when doing an alter table on Windows.
        This is Gemini specific.
      sql/sql_table.cc:
        Add a bit to have full text indexes as an option
        and define the prototype to optionally turn on and off logging
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      792d61b7
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · 8fcd7c0b
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqle
      
      8fcd7c0b
    • unknown's avatar
      ut0ut.c If localtime_r not available in Unix, use localtime · 6c6efaf1
      unknown authored
      configure.in	If localtime_r not available in Unix, use localtime
      
      
      innobase/configure.in:
        If localtime_r not available in Unix, use localtime
      innobase/ut/ut0ut.c:
        If localtime_r not available in Unix, use localtime
      6c6efaf1
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 43eb7e67
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      43eb7e67
    • unknown's avatar
      Fixed problems with decimals withing IF() · 14122286
      unknown authored
      Force add of FN_LIBCHAR to symlinks on windows
      
      
      Docs/manual.texi:
        Cleanup & Changelog
      client/mysqladmin.c:
        Added quoting for 'drop database'
      client/mysqlcheck.c:
        Fixed wrong comment syntax
      libmysql/net.c:
        Cleanup
      mysql-test/mysql-test-run.sh:
        Better error message.
      mysql-test/r/func_test.result:
        test for if()
      mysql-test/t/func_test.test:
        test for if()
      mysys/mf_pack.c:
        Force add of FN_LIBCHAR to symlinks on windows.
      sql/item_cmpfunc.cc:
        Fixed problems with decimals withing IF()
      sql/mysqlbinlog.cc:
        Better error messages.
      sql/sql_repl.cc:
        Better error messages.
      14122286
  6. 27 May, 2001 7 commits
  7. 26 May, 2001 1 commit
    • unknown's avatar
      sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86 · f7910334
      unknown authored
      configure.in	InnoDB now uses XCHG to implement mutex if GCC and x86
      
      
      innobase/configure.in:
        InnoDB now uses XCHG to implement mutex if GCC and x86
      innobase/include/sync0sync.ic:
        InnoDB now uses XCHG to implement mutex if GCC and x86
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f7910334
  8. 25 May, 2001 1 commit
    • unknown's avatar
      BUILD/SETUP.sh@1.9 · df6a9358
      unknown authored
          removed -ffixed-ebp from reckless flags
      BUILD/compile-pentium@1.16
          use fast, not reckless flags for binary distribuition
      sql/share/english/errmsg.txt@1.24
          Point the user to the manual when he gets aborted connection message
      
      
      
      BUILD/SETUP.sh:
        removed -ffixed-ebp from reckless flags
      BUILD/compile-pentium:
        use fast, not reckless flags for binary distribuition
      sql/share/english/errmsg.txt:
        Point the user to the manual when he gets aborted connection message
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      df6a9358
  9. 24 May, 2001 3 commits
    • unknown's avatar
      manual.texi Updated Contrib section, mirrors. · 0ae37aaf
      unknown authored
      
      Docs/manual.texi:
        Updated Contrib section, mirrors.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0ae37aaf
    • unknown's avatar
      ut0ut.c Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTime · bb1f8501
      unknown authored
      
      innobase/ut/ut0ut.c:
        Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTime
      bb1f8501
    • unknown's avatar
      log0log.c InnoDB now prints timestamp at startup and shutdown · a13e9552
      unknown authored
      srv0start.c	InnoDB now prints timestamp at startup and shutdown
      ut0ut.h 	InnoDB now prints timestamp at startup and shutdown
      ut0ut.c 	InnoDB now prints timestamp at startup and shutdown
      
      
      innobase/ut/ut0ut.c:
        InnoDB now prints timestamp at startup and shutdown
      innobase/include/ut0ut.h:
        InnoDB now prints timestamp at startup and shutdown
      innobase/srv/srv0start.c:
        InnoDB now prints timestamp at startup and shutdown
      innobase/log/log0log.c:
        InnoDB now prints timestamp at startup and shutdown
      a13e9552