1. 10 May, 2001 1 commit
    • unknown's avatar
      stack trace updates: · 68ebea2d
      unknown authored
      limited support on Alpha - in general case, even with frame pointer,
      stack trace on alpha is impossible without looking at the symbol table
      frame pointer does get saved on the stack, but you have no idea where
      and where the return address is saved. So the best we can do without
      the symbol table is look for magic opcodes and try to guess how big 
      each frame is and where the return address was hidden from the 
      instruction parameters. In practice, we can usually go up 3-4 frames 
      before we hit some nasty frame that the current code cannot figure
      out. This is actually not too bad, especially when we already have the query
      
      Also cleaned up messages, print more variables, tell the user of
      how much memory mysqld could potentially use, and warn of
      what can happen with default STACK_SIZE and a lot of connections if
      coredump happens when there are more than 200 connections. 
      
      
      sql/mysqld.cc:
        stack trace updates
      68ebea2d
  2. 07 May, 2001 1 commit
    • unknown's avatar
      Docs/manual.texi · f1eb3ce3
      unknown authored
          removed porn site
      
      
      
      Docs/manual.texi:
        removed porn site
      f1eb3ce3
  3. 05 May, 2001 2 commits
    • unknown's avatar
      Merge · 2321260f
      unknown authored
      
      sql/sql_yacc.yy:
        Auto merged
      Docs/manual.texi:
        SCCS merged
      2321260f
    • unknown's avatar
      Added LOAD DATA CONCURRENT · 62bff11c
      unknown authored
      
      Docs/manual.texi:
        Update information about REPAIR and optimize
      scripts/mysqlhotcopy.sh:
        Changed Alpha -> Beta
      sql/sql_yacc.yy:
        A
      62bff11c
  4. 04 May, 2001 2 commits
    • unknown's avatar
      manual.texi Fixed a typo in InnoDB record size · f8241523
      unknown authored
      
      Docs/manual.texi:
        Fixed a typo in InnoDB record size
      f8241523
    • unknown's avatar
      Docs/manual.texi · 4b9ade89
      unknown authored
          added reference to htCheck, and removed some broken links (incidentally, found by htCheck)
      
      
      Docs/manual.texi:
        added reference to htCheck, and removed some broken links (incidentally, found by htCheck)
      4b9ade89
  5. 03 May, 2001 13 commits
  6. 02 May, 2001 3 commits
  7. 01 May, 2001 2 commits
    • unknown's avatar
      log0recv.c Add checksum to written pages to check that they are also read in unchanged · a9d2e5dd
      unknown authored
      buf0buf.h	Add checksum to written pages to check that they are also read in unchanged
      buf0flu.c	Add checksum to written pages to check that they are also read in unchanged
      buf0buf.c	Add checksum to written pages to check that they are also read in unchanged
      
      
      innobase/buf/buf0buf.c:
        Add checksum to written pages to check that they are also read in unchanged
      innobase/buf/buf0flu.c:
        Add checksum to written pages to check that they are also read in unchanged
      innobase/include/buf0buf.h:
        Add checksum to written pages to check that they are also read in unchanged
      innobase/log/log0recv.c:
        Add checksum to written pages to check that they are also read in unchanged
      a9d2e5dd
    • unknown's avatar
      manual.texi fixed paragraph · 449c819b
      unknown authored
      
      Docs/manual.texi:
        fixed paragraph
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      449c819b
  8. 29 Apr, 2001 2 commits
  9. 27 Apr, 2001 1 commit
    • unknown's avatar
      row0sel.c Fix a bug in multiversioned reads through a secondary index · d067af6a
      unknown authored
      row0uins.c	Partial fix to the DROP TABLE + another user rolls back in that table problem
      row0umod.c	Partial fix to the DROP TABLE + another user rolls back in that table problem
      os0file.c	Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep
      
      
      innobase/os/os0file.c:
        Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep
      innobase/row/row0uins.c:
        Partial fix to the DROP TABLE + another user rolls back in that table problem
      innobase/row/row0umod.c:
        Partial fix to the DROP TABLE + another user rolls back in that table problem
      innobase/row/row0sel.c:
        Fix a bug in multiversioned reads through a secondary index
      d067af6a
  10. 26 Apr, 2001 1 commit
    • unknown's avatar
      os0file.c Always do fsync after a file write to reduce possibility of a... · 26f9b9af
      unknown authored
      os0file.c	Always do fsync after a file write to reduce possibility of a partially written page in an OS crash
      buf0rea.c	Fixed a recovery hang associated with ibuf bitmap pages
      
      
      innobase/buf/buf0rea.c:
        Fixed a recovery hang associated with ibuf bitmap pages
      innobase/os/os0file.c:
        Always do fsync after a file write to reduce possibility of a partially written page in an OS crash
      26f9b9af
  11. 25 Apr, 2001 10 commits
    • unknown's avatar
    • unknown's avatar
      Added a new option --result-file to mysqlbinlog. · b74fd76c
      unknown authored
      
      sql/mysqlbinlog.cc:
        Added option -r.
      b74fd76c
    • unknown's avatar
      Merge work:/home/bk/mysql · 3598b1ea
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      3598b1ea
    • unknown's avatar
      fixed bug in mysqlbinlog · bc564fd0
      unknown authored
      bc564fd0
    • unknown's avatar
      Fixed all mysqldump output to use 'result_file' · 65103092
      unknown authored
      
      client/mysqldump.c:
        Fixed all output to use 'result_file'
      mysys/my_error.c:
        cleanup
      mysys/raid.cc:
        cleanup
      65103092
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 6ca7bfb9
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysqlbinlog.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      6ca7bfb9
    • unknown's avatar
      Portability fixes for Ia64 and Sgi compiler · 97907ee8
      unknown authored
      DROP DATABASE in mysqladmin asks for confirmation (again)
      Added examined_rows to slow query log
      SHOW CREATE for TEMPORARY table
      
      
      BitKeeper/deleted/.del-shw000001.result~8b20b03d8319b9a5:
        Delete: mysql-test/r/shw000001.result
      BitKeeper/deleted/.del-shw000001.test~770d96a2c1c65b20:
        Delete: mysql-test/t/shw000001.test
      Docs/manual.texi:
        Added information about InnoDB and TEMPORARY tables
      acinclude.m4:
        Portability fixes
      client/errmsg.c:
        merge with libmysqd/errmsg.c
      client/mysqladmin.c:
        DROP DATABASE asks for confirmation (again)
      client/mysqltest.c:
        Portability fixes
      configure.in:
        Portability fixes for SGI compiler on Ia64
      extra/resolve_stack_dump.c:
        Portability fixes
      include/global.h:
        Portability fixes
      isam/_dbug.c:
        Portability fixes
      mysql-test/mysql-test-run.sh:
        Portability fixes
      mysql-test/r/show_check.result:
        New test for SHOW CREATE
      mysql-test/t/show_check.test:
        New test for SHOW CREATE
      scripts/make_binary_distribution.sh:
        Added missing files
      sql/filesort.cc:
        Added examined_rows to slow query log
      sql/log.cc:
        Added examined_rows to slow query log
      sql/mysql_priv.h:
        Added examined_rows to slow query log
      sql/mysqlbinlog.cc:
        Fixed core dump when using wrong option
      sql/mysqld.cc:
        Removed not used argument
      sql/sql_base.cc:
        Fixed name problem with SHOW CREATE for TEMPORARY table
      sql/sql_class.h:
        Added examined_rows to slow query log
      sql/sql_parse.cc:
        Added examined_rows to slow query log
      sql/sql_select.cc:
        Added examined_rows to slow query log
      sql/sql_select.h:
        Added examined_rows to slow query log
      sql/sql_show.cc:
        Fixed SHOW CREATE for TEMPORARY table
      sql/sql_table.cc:
        Added examined_rows to slow query log
      97907ee8
    • unknown's avatar
      ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to... · d909ccb6
      unknown authored
      ha_innobase.cc	Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message
      
      
      sql/ha_innobase.cc:
        Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message
      d909ccb6
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · 5744a635
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      5744a635
    • unknown's avatar
      added to Fulltext todo · 87bddedf
      unknown authored
      87bddedf
  12. 24 Apr, 2001 2 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · 61a9643d
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      61a9643d
    • unknown's avatar
      fixed redundant repetition of use db in mysqlbinlog · dc394cb9
      unknown authored
      added support for virtual master ( replicating from a directory with binlogs)
      test case for backup/restore with virtual master
      
      
      client/mysqltest.c:
        fix to accomodate for new test case
      mysql-test/mysql-test-run.sh:
        do not automagically start slave
      sql/log.cc:
        support for virtual master
      sql/log_event.cc:
        fix for mysqlbinlog
      sql/log_event.h:
        fix for mysqlbinlog
      sql/mysqlbinlog.cc:
        fix for mysqlbinlog
      sql/slave.cc:
        virtual master
      sql/slave.h:
        virtual master
      sql/sql_class.h:
        clean-up/fixes for virtual master
      sql/sql_repl.cc:
        cleanup/fixes for virtual master
      sql/sql_repl.h:
        virtual master
      dc394cb9