1. 10 May, 2001 3 commits
    • unknown's avatar
      sql/mysqld.cc · b59b5f4b
      unknown authored
          put back the things that the merge removed
      
      
      sql/mysqld.cc:
        put back the things that the merge removed
      b59b5f4b
    • unknown's avatar
      merged · a4a4a1c2
      unknown authored
      
      sql/mysqld.cc:
        merged - need to fix
      a4a4a1c2
    • 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. 09 May, 2001 4 commits
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · f15a46eb
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqle
      
      
      f15a46eb
    • unknown's avatar
      row0sel.c Fix a bug in consistent read through secondary key · 50d5bb5b
      unknown authored
      
      innobase/row/row0sel.c:
        Fix a bug in consistent read through secondary key
      50d5bb5b
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · c6d9cbfa
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      c6d9cbfa
    • unknown's avatar
      Applied patches for BDB tables · 0fece375
      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
      0fece375
  3. 07 May, 2001 1 commit
    • unknown's avatar
      Docs/manual.texi · f1eb3ce3
      unknown authored
          removed porn site
      
      
      
      Docs/manual.texi:
        removed porn site
      f1eb3ce3
  4. 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
  5. 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
  6. 03 May, 2001 13 commits
  7. 02 May, 2001 3 commits
  8. 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
  9. 29 Apr, 2001 2 commits
  10. 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
  11. 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
  12. 25 Apr, 2001 6 commits