1. 16 May, 2001 6 commits
    • unknown's avatar
      merged · 147e7f17
      unknown authored
      147e7f17
    • unknown's avatar
      Fulltext manual changed, MERGE bug fixed · e26f4bf8
      unknown authored
      
      Docs/manual.texi:
        Fulltext manual changed, MERGE bug added to changelog
      myisammrg/mymrgdef.h:
        MERGE bug fixed
      myisammrg/myrg_rkey.c:
        MERGE bug fixed
      myisammrg/myrg_rnext.c:
        MERGE bug fixed
      myisammrg/myrg_rprev.c:
        MERGE bug fixed
      mysql-test/r/merge.result:
        MERGE bug fixed
      mysql-test/t/merge.test:
        MERGE bug fixed
      e26f4bf8
    • unknown's avatar
      Merge work:/home/bk/mysql · cff28019
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      cff28019
    • unknown's avatar
      mysql-test/r/rpl000001.result · df0843e8
      unknown authored
          forgot to add result
      
      
      mysql-test/r/rpl000001.result:
        forgot to add result
      df0843e8
    • unknown's avatar
      mysql-test/t/rpl000001.test · 7fbf6ef6
      unknown authored
          added a test for updates on user table
      
      
      mysql-test/t/rpl000001.test:
        added a test for updates on user table
      7fbf6ef6
    • unknown's avatar
      os0file.c Fixed an extraneous error message at the start of db, changed from... · b272c5c2
      unknown authored
      os0file.c	Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun
      
      
      innobase/os/os0file.c:
        Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun
      b272c5c2
  2. 15 May, 2001 3 commits
  3. 14 May, 2001 5 commits
  4. 13 May, 2001 3 commits
  5. 12 May, 2001 1 commit
    • unknown's avatar
      Added information about using mysql-max · cfc4e221
      unknown authored
      
      sql/mysqld.cc:
        Fixes for Alpha cc compiler
      support-files/my-huge.cnf.sh:
        cleanup
      support-files/my-large.cnf.sh:
        cleanup
      support-files/my-medium.cnf.sh:
        cleanup
      support-files/my-small.cnf.sh:
        cleanup
      cfc4e221
  6. 11 May, 2001 4 commits
  7. 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
  8. 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
  9. 07 May, 2001 1 commit
    • unknown's avatar
      Docs/manual.texi · b187dda8
      unknown authored
          removed porn site
      
      
      
      Docs/manual.texi:
        removed porn site
      b187dda8
  10. 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
  11. 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
  12. 03 May, 2001 6 commits