1. 15 Aug, 2001 3 commits
  2. 14 Aug, 2001 2 commits
  3. 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
  4. 11 Aug, 2001 7 commits
  5. 10 Aug, 2001 19 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
    • unknown's avatar
      New dutch error message file. · d84ef9d9
      unknown authored
      
      sql/share/dutch/errmsg.txt:
        New dutch error messages.
      d84ef9d9
    • unknown's avatar
    • unknown's avatar
      changed variable display from string to int (bits) for myisam-recover · e24443b0
      unknown authored
      and sql-mode options.
      
      
      sql/mysqld.cc:
        Changed the sql-mode to be shown as a number (bits) instead
        of a string.
      e24443b0
    • unknown's avatar
      Fixed stupid node name in manual.texi. · f73b05ff
      unknown authored
      
      Docs/manual.texi:
        Fixed stupid node name.
      f73b05ff
    • unknown's avatar
      DocTOC Chapter 8 Complete! · cd62fdf6
      unknown authored
      cd62fdf6
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · 7272b454
      unknown authored
      into tetra.spaceapes.com:/home/jcole/bk/mysql
      
      
      7272b454
    • unknown's avatar
      DocTOC Chapter 9 Complete! · 51bc6118
      unknown authored
      (Chapter 8 Skipped, will be next.)
      
      
      51bc6118
    • unknown's avatar
      Merge work:/home/bk/mysql · ebb3bd0f
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ebb3bd0f
    • unknown's avatar
      mysqlbinlog->client · 8ddf0c44
      unknown authored
      
      BitKeeper/etc/ignore:
        Added client/log_event.cc client/log_event.h client/mf_iocache.c client/mf_iocache.cc client/mysqlbinlog client/mysys_priv.h mysql.kdevprj to the ignore list
      Makefile.am:
        do symlink hack in the client directory 
        ( originally needed to get log_event.cc for mysqlbinlog)
      client/mysqlbinlog.cc:
        fixes to make it compile in the client directory
      libmysql/Makefile.shared:
        link mysqlbinlog dependencies into libmysqlclient
      libmysql/libmysql.c:
        make simple_command and net_safe_read extern ( for mysqlbinlog)
      sql/log_event.cc:
        removed pthread dependency in mysqlbinlog
      sql/log_event.h:
        removed pthread dependency in mysqlbinlog
      8ddf0c44
  6. 09 Aug, 2001 6 commits
    • unknown's avatar
      ibuf0ibuf.c Fix a potential hang in database shutdown (not known if there is... · 95b28dbb
      unknown authored
      ibuf0ibuf.c	Fix a potential hang in database shutdown (not known if there is such, but let us play safe)
      
      
      innobase/ibuf/ibuf0ibuf.c:
        Fix a potential hang in database shutdown (not known if there is such, but let us play safe)
      95b28dbb
    • unknown's avatar
      acinclude.m4: · 9d5a5207
      unknown authored
        Paste the libtool.m4 from libtool version 1.3.4
        into aclinclude.m4; this should make our configure
        work even when the user has libtool version 1.4
        installed.  This should be removed, and everyone
        should upgrade to libtool 1.4; until then, this is
        a quick hack to make things work.
      
      
      acinclude.m4:
        Paste the libtool.m4 from libtool version 1.3.4
        into aclinclude.m4; this should make our configure
        work even when the user has libtool version 1.4
        installed.  This should be removed, and everyone
        should upgrade to libtool 1.4; until then, this is
        a quick hack to make things work.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9d5a5207
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql into work.mysql.com:/home/tim/my/3 · 70e03a26
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      70e03a26
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · eff8ec49
      unknown authored
      into tetra.spaceapes.com:/home/jcole/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      eff8ec49
    • unknown's avatar
      Fixes to DocTOC Chapter 6. · a04a6034
      unknown authored
      a04a6034
    • unknown's avatar
      DocTOC Chapter 6 Complete! · 75ca573a
      unknown authored
      75ca573a