1. 11 May, 2001 1 commit
  2. 10 May, 2001 3 commits
    • unknown's avatar
      sql/mysqld.cc · acc178bf
      unknown authored
          put back the things that the merge removed
      
      
      sql/mysqld.cc:
        put back the things that the merge removed
      acc178bf
    • unknown's avatar
      merged · 1907f868
      unknown authored
      
      sql/mysqld.cc:
        merged - need to fix
      1907f868
    • unknown's avatar
      stack trace updates: · b03a2924
      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
      b03a2924
  3. 09 May, 2001 4 commits
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · d8921567
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqle
      
      d8921567
    • unknown's avatar
      row0sel.c Fix a bug in consistent read through secondary key · 836cacbc
      unknown authored
      
      innobase/row/row0sel.c:
        Fix a bug in consistent read through secondary key
      836cacbc
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 6a93aa52
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      6a93aa52
    • unknown's avatar
      Applied patches for BDB tables · 53011a88
      unknown authored
      Fixes to InnoDB to compile on Windows
      Fix for temporary InnoDB tables
      Fixed bug in REPLACE()
      Fixed sub char keys for InnoDB
      
      
      Docs/manual.texi:
        Changelog + update of table types
      bdb/include/log.h:
        Patch from Sleepycat
      bdb/log/log.c:
        Patch from Sleepycat
      bdb/log/log_rec.c:
        Patch from Sleepycat
      client/mysqladmin.c:
        Cleanup
      innobase/include/univ.i:
        Fix for compilation on Windows
      innobase/os/os0file.c:
        cleanup
      innobase/pars/pars0grm.y:
        Fix for compilation on Windows
      mysql-test/r/innodb.result:
        New test case
      mysql-test/t/innodb.test:
        New test case
      sql/ha_innobase.cc:
        cleanup
      sql/ha_innobase.h:
        Fix for prefix keys
      sql/handler.h:
        Fix for temporary Innodb tables
      sql/item_strfunc.cc:
        Fixed bug in REPLACE()
      sql/lock.cc:
        Fix for temporary Innodb tables
      sql/mysqld.cc:
        Added --skip-stack-trace
      sql/share/english/errmsg.txt:
        Better error messages
      sql/sql_base.cc:
        Fix for temporary Innodb tables
      sql/sql_select.cc:
        Fix for temporary Innodb tables
      sql/sql_table.cc:
        Fixed sub char keys for InnoDB
      sql/table.h:
        Fix for temporary Innodb tables
      53011a88
  4. 07 May, 2001 1 commit
    • unknown's avatar
      Docs/manual.texi · b187dda8
      unknown authored
          removed porn site
      
      
      
      Docs/manual.texi:
        removed porn site
      b187dda8
  5. 05 May, 2001 2 commits
    • unknown's avatar
      Merge · e14d2448
      unknown authored
      
      sql/sql_yacc.yy:
        Auto merged
      Docs/manual.texi:
        SCCS merged
      e14d2448
    • unknown's avatar
      Added LOAD DATA CONCURRENT · b738e817
      unknown authored
      
      Docs/manual.texi:
        Update information about REPAIR and optimize
      scripts/mysqlhotcopy.sh:
        Changed Alpha -> Beta
      sql/sql_yacc.yy:
        A
      b738e817
  6. 04 May, 2001 2 commits
    • unknown's avatar
      manual.texi Fixed a typo in InnoDB record size · 92cac1d7
      unknown authored
      
      Docs/manual.texi:
        Fixed a typo in InnoDB record size
      92cac1d7
    • unknown's avatar
      Docs/manual.texi · a9bf0502
      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)
      a9bf0502
  7. 03 May, 2001 13 commits
  8. 02 May, 2001 3 commits
  9. 01 May, 2001 2 commits
    • unknown's avatar
      log0recv.c Add checksum to written pages to check that they are also read in unchanged · 32ccc967
      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
      32ccc967
    • unknown's avatar
      manual.texi fixed paragraph · 9791282a
      unknown authored
      
      Docs/manual.texi:
        fixed paragraph
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9791282a
  10. 29 Apr, 2001 2 commits
  11. 27 Apr, 2001 1 commit
    • unknown's avatar
      row0sel.c Fix a bug in multiversioned reads through a secondary index · 28b1cf62
      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
      28b1cf62
  12. 26 Apr, 2001 1 commit
    • unknown's avatar
      os0file.c Always do fsync after a file write to reduce possibility of a... · 6d1180ff
      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
      6d1180ff
  13. 25 Apr, 2001 5 commits