1. 17 Feb, 2001 1 commit
    • unknown's avatar
      Added Innobase to source distribution · 132e667b
      unknown authored
      
      Docs/manual.texi:
        Added Innobase documentation
      configure.in:
        Incremented version
      include/my_base.h:
        Added option for Innobase
      myisam/mi_check.c:
        cleanup
      mysql-test/t/bdb.test:
        cleanup
      mysql-test/t/innobase.test:
        Extended with new tests from bdb.test
      mysql-test/t/merge.test:
        Added test of SHOW create
      mysys/my_init.c:
        Fix for UNIXWARE 7
      scripts/mysql_install_db.sh:
        Always write how to start mysqld
      scripts/safe_mysqld.sh:
        Fixed type
      sql/ha_innobase.cc:
        Update to new version
      sql/ha_innobase.h:
        Update to new version
      sql/handler.h:
        Added 'update_table_comment()' and 'append_create_info()'
      sql/sql_delete.cc:
        Fixes for Innobase
      sql/sql_select.cc:
        Fixes for Innobase
      sql/sql_show.cc:
        Append create information (for MERGE tables)
      sql/sql_update.cc:
        Fixes for Innobase
      132e667b
  2. 15 Feb, 2001 6 commits
    • unknown's avatar
      b084cf19
    • unknown's avatar
      Updates for innobase · b6b1bfab
      unknown authored
      Removed a ' that casued 'make paper' to fail
      
      
      Docs/manual.texi:
        Updated myisamchk section;  Removed a ' that casued 'make paper' to fail
      sql/handler.cc:
        Updates for innobase
      sql/mysqld.cc:
        Updates for innobase
      sql/sql_parse.cc:
        Fixed possible overrun if the mysqld server name is too big
      sql/sql_select.cc:
        Updates for innobase
      b6b1bfab
    • unknown's avatar
      Merge work:/home/bk/mysql · dfa2a76c
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      sql/slave.cc:
        Auto merged
      dfa2a76c
    • unknown's avatar
      fixed bug in timestamp replication · 09c3d408
      unknown authored
      
      mysql-test/r/rpl000002.result:
        test timestamp replication
      mysql-test/t/rpl000002.test:
        test timestamp replication
      09c3d408
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · eb38835d
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      mysql-test/r/fulltext.result:
        Auto merged
      sql/slave.cc:
        Auto merged
      eb38835d
    • unknown's avatar
      Changed --replace to --replace_result in mysqltest · 8226b37a
      unknown authored
      Changed errmsg -> my_errmsg (portability issue)
      Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
      Fixed comments in default my.cnf files
      
      
      Docs/manual.texi:
        Updated information about character sets
      client/mysqladmin.c:
        Added missing help text
      client/mysqltest.c:
        Changed --replace to --replace_result to not conflict with SQL replace command
      include/my_sys.h:
        change errmsg -> my_errmsg (portability issue)
      libmysql/errmsg.c:
        change errmsg -> my_errmsg (portability issue)
      myisam/mi_cache.c:
        Changed seek+read to pread
      myisam/mi_check.c:
        Fix bug that caused myisamchk to be very slow under some specific error conditions
      myisam/mi_dynrec.c:
        cleanup
      myisam/myisamchk.c:
        Write out value of checksum
      myisam/myisamdef.h:
        cleanup
      mysql-test/r/backup.result:
        Fixed the case where backup caused different error messages
      mysql-test/r/bdb.result:
        Added new test case
      mysql-test/r/fulltext.result:
        Fix for new CREATE TABLE format
      mysql-test/t/backup.test:
        Use --replace_result and --send
      mysql-test/t/bdb.test:
        New test case
      mysql-test/t/status.test:
        Use --send
      mysys/errors.c:
        change errmsg -> my_errmsg (portability issue)
      mysys/my_error.c:
        change errmsg -> my_errmsg (portability issue)
      mysys/typelib.c:
        Only accept full type names
      sql/derror.cc:
        change errmsg -> my_errmsg (portability issue)
      sql/ha_berkeley.cc:
        Fixed bug when using key parts that could be NULL
      sql/log_event.cc:
        Log SET TIMESTAMP before all queries
      sql/mysqlbinlog.cc:
        Incremented version number
      sql/mysqld.cc:
        change errmsg -> my_errmsg (portability issue)
        Always accept --skip-gemeni, --skip-bdb and --skip-innobase
      sql/slave.cc:
        cleanup
      sql/sql_base.cc:
        cleanup
      sql/sql_db.cc:
        cleanup
      support-files/my-huge.cnf.sh:
        Remove usage of # at end of line
      support-files/my-large.cnf.sh:
        Remove usage of # at end of line
      support-files/my-medium.cnf.sh:
        Remove usage of # at end of line
      support-files/my-small.cnf.sh:
        Remove usage of # at end of line
      8226b37a
  3. 14 Feb, 2001 6 commits
  4. 13 Feb, 2001 7 commits
  5. 09 Feb, 2001 2 commits
  6. 08 Feb, 2001 2 commits
  7. 07 Feb, 2001 5 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 0d3b7ae0
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      0d3b7ae0
    • unknown's avatar
      Added "--character-sets-dir" to myisampack · e943f84f
      unknown authored
      
      Docs/manual.texi:
        Changelog
      e943f84f
    • unknown's avatar
      Fix bug in mysql_backup_table that prevented other threads from · c054a933
      unknown authored
      reading while the table was being backed up.
      
      
      sql/sql_table.cc:
        open_for_modify should be FALSE in mysql_backup_table
      c054a933
    • unknown's avatar
      Force sockets to be blocking on HPUX 11.0 · b6285083
      unknown authored
      Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      
      
      configure.in:
        Force sockets to be blocking on HPUX 11.0
      include/my_bitmap.h:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      mysys/my_bitmap.c:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      mysys/my_init.c:
        Removed LOCK_bitmap
      sql/mysql_priv.h:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      sql/mysqld.cc:
        Changed BITMAP to MY_BITMAP to avoid type conflict on windows
      sql/violite.c:
        Force sockets to be blocking on HPUX 11.0
      b6285083
    • unknown's avatar
      Use new bitmap interface · a4b4d1e6
      unknown authored
      Patches for Armstrong
      Removed warnings when using REPAIR TABLE .. EXTENDED
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Added missing -lsocket library on SCO
      include/global.h:
        Patch for Armstrong
      include/my_bitmap.h:
        Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
      include/myisampack.h:
        Portability fix for Armstrong
      mysql-test/t/select.test:
        Changed to work with 'mysql test < select.tst'
      mysys/my_bitmap.c:
        Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
      mysys/my_init.c:
        Removed LOCK_bitmap
      sql/field.cc:
        Patch for Armstrong
      sql/filesort.cc:
        Patch for Armstrong
      sql/ha_myisam.cc:
        Removed warnings when using REPAIR TABLE .. EXTENDED
      sql/mysql_priv.h:
        Use new bitmap interface
      sql/mysqld.cc:
        Use new bitmap interface
      sql/sql_select.cc:
        Use new bitmap interface
      a4b4d1e6
  8. 06 Feb, 2001 10 commits
  9. 05 Feb, 2001 1 commit