1. 20 Aug, 2001 1 commit
    • unknown's avatar
      manual.texi: · c015e128
      unknown authored
        Fixed danish SunSite mirror
      
      
      Docs/manual.texi:
        Fixed danish SunSite mirror
      c015e128
  2. 18 Aug, 2001 5 commits
    • unknown's avatar
      Fix for handling of floats inside val_int() of +, - * and /. · 0f4b1e51
      unknown authored
      
      Build-tools/Do-compile:
        Make shutdown safer
      Docs/manual.texi:
        Fix of bad merge
      sql/log.cc:
        cleanup
      sql/sql_acl.cc:
        cleanup
      0f4b1e51
    • unknown's avatar
      131cd2ab
    • unknown's avatar
      Fix for bug in the Sun Workshop compiler · 09268329
      unknown authored
      
      BUILD/compile-solaris-sparc-purify:
        Build for purify, quantify and purecoverage
      09268329
    • unknown's avatar
      merge · f314fbd7
      unknown authored
      
      Docs/manual.texi:
        unedit old version;  Will reapply later
      f314fbd7
    • unknown's avatar
      Portability fixes. · 09a9abeb
      unknown authored
      Let myisamchk generate a new checksum for compressed data.
      Don't unconditionally force filenames to lower case on windows.
      Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
      
      
      Docs/manual.texi:
        Link changes, and new comments about IA64 and about Sun workshop
      client/mysqltest.c:
        Updated this to match the 4.0 source
      include/config-win.h:
        Don't unconditionally force filenames to lower case on windows.
      innobase/include/ut0ut.h:
        Portability fix
      myisam/mi_cache.c:
        Fix problem where reported error number was -1
      myisam/mi_check.c:
        Let myisamchk generate a new checksum for compressed data.
      myisam/mi_packrec.c:
        Cleanup
      myisam/myisamchk.c:
        Report checksum for compressed tables
      mysql-test/t/bdb.test:
        Fix to match new mysqltest
      mysql-test/t/err000001.test:
        Fix to match new mysqltest
      mysql-test/t/fulltext.test:
        Fix to match new mysqltest
      mysql-test/t/innodb.test:
        Fix to match new mysqltest
      mysql-test/t/overflow.test:
        Fix to match new mysqltest
      sql/ha_gemini.cc:
        Fix false -> FALSE
      sql/share/estonian/errmsg.txt:
        Updated of translation
      sql/share/swedish/errmsg.txt:
        Updated of translation
      sql/sql_parse.cc:
        Don't unconditionally force filenames to lower case on windows.
      sql/sql_table.cc:
        Don't unconditionally force filenames to lower case on windows.
      sql/sql_test.cc:
        Write current directory when using 'mysqladmin debug'
      strings/strto.c:
        Portability fix
      strings/strtoll.c:
        Portability fix
      strings/strtoul.c:
        Portability fix
      strings/strtoull.c:
        Portability fix
      09a9abeb
  3. 17 Aug, 2001 7 commits
  4. 16 Aug, 2001 1 commit
    • unknown's avatar
      fixed bug in Item_func_div::val_int() that broke all functions that · ad78b30d
      unknown authored
      do val_int() on their arguments before starting the computation. 
      Similar fixes are need for +-* and probably several other but I want
      to make sure Monty is fine with my fix approach before changing a lot
      of code. 
      
      Amazingly,
      this bug is not as critical as you would expect since very few functions do val_int()
      on their arguments ( from_unixtime(), sec_to_time()), and those not
      very frequently perform a computation on their floating point arguments.
      which is probably why no one has yet reported this bug. Another 
      possibility is that the result is usually wrong by no more than 5%,
      which makes it hard to catch it. I found it when trying to compute mile
      splits for 30:47 10K - it told me 5:07, and I knew it was wrong because
      5:00 mile gives you 31:08. However, if I had not run as many 10K races,
      I would have easily believed that 30:47 10K is a 5:07 mile pace and 
      would not have noticed the bug.
      
      
      mysql-test/r/func_time.result:
        another test for sec_to_time that exposes a long outstanding bug
      mysql-test/t/func_time.test:
        another test for sec_to_time that exposes a long outstanding bug
      sql/item_func.cc:
        fixed bug in Item_func_div::val_int()
      ad78b30d
  5. 15 Aug, 2001 6 commits
  6. 14 Aug, 2001 2 commits
  7. 13 Aug, 2001 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · c22d3cae
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      c22d3cae
    • unknown's avatar
      Replaced @strong{MySQL} with MySQL · ee1f6de2
      unknown authored
      Replaced @strong{MySQL AB} with MySQL AB
      
      ee1f6de2
    • unknown's avatar
      row0sel.c Fix a memory freeing bug when a row which contains an externally... · ea4b1063
      unknown authored
      row0sel.c	Fix a memory freeing bug when a row which contains an externally stored long field in the middle of the row is fetched in a SELECT
      srv0start.c	Allow drive name followed by a ':' in a data file path
      ha_innobase.cc	Allow drive name followed by a ':' in a data file path
      
      
      sql/ha_innobase.cc:
        Allow drive name followed by a ':' in a data file path
      innobase/srv/srv0start.c:
        Allow drive name followed by a ':' in a data file path
      innobase/row/row0sel.c:
        Fix a memory freeing bug when a row which contains an externally stored long field in the middle of the row is fetched in a SELECT
      ea4b1063
  8. 11 Aug, 2001 7 commits
  9. 10 Aug, 2001 8 commits
    • unknown's avatar
      Changed to use standard 'install' syntax · c65e21a4
      unknown authored
      c65e21a4
    • unknown's avatar
      Fixed handling of strings in mysqldumpslow · 68ab6b59
      unknown authored
      
      scripts/mysqldumpslow.sh:
        Handling of strings with \ and double ''
      sql/mysqlbinlog.cc:
        Fixed type
      68ab6b59
    • unknown's avatar
      Allow myisam-recover="" and --sql-mode="" · d9b03fb2
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/distinct.result:
        new test case
      mysql-test/r/innodb.result:
        Fixed result
      d9b03fb2
    • unknown's avatar
      merge · f09c9009
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      innobase/buf/buf0flu.c:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      Docs/manual.texi:
        Will merge later..
      f09c9009
    • unknown's avatar
      Portability fixes · e835ab56
      unknown authored
      Added record_rnd_buffer
      Added --safe-user-create
      Fix for ALTER TABLE RENAME on windows
      
      
      Docs/manual.texi:
        Changelog and documentation of new features.
        More information about using threaded client libraries
      include/mysql_com.h:
        Added prototype for my_thread_init()
      include/mysqld_error.h:
        New error for --safe-create-user
      innobase/buf/buf0flu.c:
        Portability fix
      innobase/include/univ.i:
        Portability fix
      mysql-test/t/distinct.test:
        Test for distinct bug
      sql/mysql_priv.h:
        Added record_rnd_buffer
      sql/mysqld.cc:
        Added record_rnd_buffer
      sql/records.cc:
        Added record_rnd_buffer
      sql/share/czech/errmsg.txt:
        New error message for --safe-user-create
      sql/share/danish/errmsg.txt:
        New error message for --safe-user-create
      sql/share/dutch/errmsg.txt:
        New error message for --safe-user-create
      sql/share/english/errmsg.txt:
        New error message for --safe-user-create
      sql/share/estonian/errmsg.txt:
        New error message for --safe-user-create
      sql/share/french/errmsg.txt:
        New error message for --safe-user-create
      sql/share/german/errmsg.txt:
        New error message for --safe-user-create
      sql/share/greek/errmsg.txt:
        New error message for --safe-user-create
      sql/share/hungarian/errmsg.txt:
        New error message for --safe-user-create
      sql/share/italian/errmsg.txt:
        New error message for --safe-user-create
      sql/share/japanese/errmsg.txt:
        New error message for --safe-user-create
      sql/share/korean/errmsg.txt:
        New error message for --safe-user-create
      sql/share/norwegian-ny/errmsg.txt:
        New error message for --safe-user-create
      sql/share/norwegian/errmsg.txt:
        New error message for --safe-user-create
      sql/share/polish/errmsg.txt:
        New error message for --safe-user-create
      sql/share/portuguese/errmsg.txt:
        New error message for --safe-user-create
      sql/share/romanian/errmsg.txt:
        New error message for --safe-user-create
      sql/share/russian/errmsg.txt:
        New error message for --safe-user-create
      sql/share/slovak/errmsg.txt:
        New error message for --safe-user-create
      sql/share/spanish/errmsg.txt:
        New error message for --safe-user-create
      sql/share/swedish/errmsg.txt:
        New error message for --safe-user-create
      sql/sql_acl.cc:
        Checking of privileges for --safe-user-create
      sql/sql_acl.h:
        --safe-user-create
      sql/sql_base.cc:
        --safe-user-create
      sql/sql_parse.cc:
        --safe-user-create
      sql/sql_show.cc:
        --safe-user-create
      sql/sql_table.cc:
        Fix for ALTER TABLE RENAME on windows
      e835ab56
    • unknown's avatar
      Fixed bug in ALTER TABLE for MERGE tables · 8700c563
      unknown authored
      Portability fixes
      Fixed problem when giving wrong arguments to myisam_recover
      Fix to remove warnings when using purify
      
      
      BUILD/compile-solaris-sparc-purify:
        Added innodb and berkeleydb to test
      mysql-test/install_test_db.sh:
        Portability fix.
      sql/ha_myisam.cc:
        Fixed problem when giving wrong arguments to myisam_recover
      sql/ha_myisammrg.cc:
        Fixed bug in ALTER TABLE for MERGE tables
      sql/sql_list.h:
        Fix to remove warnings when using purify
      sql/sql_select.cc:
        Fix to remove warnings from purify
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8700c563
    • unknown's avatar
    • unknown's avatar
      manual.texi PASSWORD() issue clarified · e1b8a18a
      unknown authored
      
      Docs/manual.texi:
        PASSWORD() issue clarified
      e1b8a18a