1. 18 May, 2001 1 commit
    • unknown's avatar
      Do-patch-file Fix typo (extra 'mv') · ada14881
      unknown authored
      ignore  	added Logs/* binary/*
      
      
      BitKeeper/etc/ignore:
        added Logs/* binary/*
      Build-tools/Do-patch-file:
        Fix typo (extra 'mv')
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ada14881
  2. 17 May, 2001 1 commit
  3. 16 May, 2001 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 5ee5f0db
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      5ee5f0db
    • unknown's avatar
      Fixed bug when using MERGE on files > 4G · ebe9b607
      unknown authored
      Fixed bug in SELECT db1.table.* FROM db1.table,db2.table
      Fixed bug in INSERT DELAYED when doing shutdown and a table was locked
      Changed that tmp_table_size =4G-1 means unlimited.
      
      
      Docs/manual.texi:
        Added new section about crashed MyISAM tables.
        Cleaned up subsections for InnoDB
      client/mysql.cc:
        Cleanup
      myisam/mi_rkey.c:
        Cleanup
      myisam/mi_search.c:
        Fixed wrong casts in debug messages
      myisammrg/myrg_rrnd.c:
        Fixed bug when using files > 4G
      mysys/getvar.c:
        Changed to use longlong to support arguments up to 4G
      mysys/thr_lock.c:
        Fix for delay insert
      sql/mysqld.cc:
        Increased default size for temporary tables
      sql/sql_base.cc:
        Fixed bug in SELECT db1.table.* FROM db1.table,db2.table
      sql/sql_insert.cc:
        Fixed bug in INSERT DELAYED when doing shutdown and a table was locked
      sql/sql_select.cc:
        Changed that tmp_table_size =4G-1 means unlimited.
      ebe9b607
    • unknown's avatar
      merged · e40f0f1c
      unknown authored
      e40f0f1c
    • unknown's avatar
      Fulltext manual changed, MERGE bug fixed · 89ec1da4
      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
      89ec1da4
    • unknown's avatar
      Merge work:/home/bk/mysql · 8aeba900
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      8aeba900
    • unknown's avatar
      mysql-test/r/rpl000001.result · fa33f498
      unknown authored
          forgot to add result
      
      
      mysql-test/r/rpl000001.result:
        forgot to add result
      fa33f498
    • unknown's avatar
      mysql-test/t/rpl000001.test · 1f998add
      unknown authored
          added a test for updates on user table
      
      
      mysql-test/t/rpl000001.test:
        added a test for updates on user table
      1f998add
    • unknown's avatar
      os0file.c Fixed an extraneous error message at the start of db, changed from... · 8dada463
      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
      8dada463
  4. 15 May, 2001 3 commits
  5. 14 May, 2001 5 commits
  6. 13 May, 2001 3 commits
  7. 12 May, 2001 1 commit
    • unknown's avatar
      Added information about using mysql-max · 9c3297c9
      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
      9c3297c9
  8. 11 May, 2001 4 commits
  9. 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
  10. 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
  11. 07 May, 2001 1 commit
    • unknown's avatar
      Docs/manual.texi · f1eb3ce3
      unknown authored
          removed porn site
      
      
      
      Docs/manual.texi:
        removed porn site
      f1eb3ce3
  12. 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
  13. 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
  14. 03 May, 2001 2 commits