1. 18 Aug, 2001 4 commits
    • unknown's avatar
      b82ec23a
    • unknown's avatar
      Fix for bug in the Sun Workshop compiler · e9ec978e
      unknown authored
      
      BUILD/compile-solaris-sparc-purify:
        Build for purify, quantify and purecoverage
      e9ec978e
    • unknown's avatar
      merge · b6151b42
      unknown authored
      
      Docs/manual.texi:
        unedit old version;  Will reapply later
      b6151b42
    • unknown's avatar
      Portability fixes. · d01f2efe
      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
      d01f2efe
  2. 17 Aug, 2001 7 commits
  3. 16 Aug, 2001 1 commit
    • unknown's avatar
      fixed bug in Item_func_div::val_int() that broke all functions that · 6ca8d50c
      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()
      6ca8d50c
  4. 15 Aug, 2001 6 commits
  5. 14 Aug, 2001 2 commits
  6. 13 Aug, 2001 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · e4190f34
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      e4190f34
    • unknown's avatar
      Replaced @strong{MySQL} with MySQL · 577f5ea1
      unknown authored
      Replaced @strong{MySQL AB} with MySQL AB
      
      
      577f5ea1
    • unknown's avatar
      row0sel.c Fix a memory freeing bug when a row which contains an externally... · edccd23f
      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
      edccd23f
  7. 11 Aug, 2001 7 commits
  8. 10 Aug, 2001 10 commits
    • unknown's avatar
      Changed to use standard 'install' syntax · 11b0c832
      unknown authored
      11b0c832
    • unknown's avatar
      Fixed handling of strings in mysqldumpslow · 49a3cea4
      unknown authored
      
      scripts/mysqldumpslow.sh:
        Handling of strings with \ and double ''
      sql/mysqlbinlog.cc:
        Fixed type
      49a3cea4
    • unknown's avatar
      Allow myisam-recover="" and --sql-mode="" · 1ddd584a
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/distinct.result:
        new test case
      mysql-test/r/innodb.result:
        Fixed result
      1ddd584a
    • unknown's avatar
      merge · 73e86d62
      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..
      73e86d62
    • unknown's avatar
      Portability fixes · aa3c4306
      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
      aa3c4306
    • unknown's avatar
      Fixed bug in ALTER TABLE for MERGE tables · bffebc8e
      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
      bffebc8e
    • unknown's avatar
    • unknown's avatar
      manual.texi PASSWORD() issue clarified · 0f670051
      unknown authored
      
      Docs/manual.texi:
        PASSWORD() issue clarified
      0f670051
    • unknown's avatar
      Fixed bug in show variables, it didn't show whether slow-query was · 16108af1
      unknown authored
      enabled or not.
      
      
      sql/mysqld.cc:
        Added notification to "show variables" whether slow-query-log is
        enabled or not.
      16108af1
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · 7f6b82ac
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7f6b82ac