1. 25 Jul, 2002 2 commits
  2. 23 Jul, 2002 1 commit
    • unknown's avatar
      os0thread.c, configure.in: · 4a6b039c
      unknown authored
        Make the typecast trick pthread_t -> os_thread_id_t safer, but a full fix needs usage of appropriate Posix functions
      
      
      innobase/configure.in:
        Make the typecast trick pthread_t -> os_thread_id_t safer, but a full fix needs usage of appropriate Posix functions
      innobase/os/os0thread.c:
        Make the typecast trick pthread_t -> os_thread_id_t safer, but a full fix needs usage of appropriate Posix functions
      4a6b039c
  3. 22 Jul, 2002 4 commits
  4. 21 Jul, 2002 3 commits
    • unknown's avatar
      row0ins.c: · 8f09b705
      unknown authored
        Move the assertion in foreign keys to the right place
      
      
      innobase/row/row0ins.c:
        Move the assertion in foreign keys to the right place
      8f09b705
    • unknown's avatar
      dict0dict.c: · 81a75051
      unknown authored
        Revert the test changes to wait for a full push of new auto-inc algorithm
      
      
      innobase/dict/dict0dict.c:
        Revert the test changes to wait for a full push of new auto-inc algorithm
      81a75051
    • unknown's avatar
      row0ins.c: · b6b2546c
      unknown authored
        Do not perform ON DELETE action for a FOREIGN KEY constraint if we are doing an UPDATE, not a DELETE
      dict0dict.c:
        test
      
      
      innobase/dict/dict0dict.c:
        test
      innobase/row/row0ins.c:
        Do not perform ON DELETE action for a FOREIGN KEY constraint if we are doing an UPDATE, not a DELETE
      b6b2546c
  5. 19 Jul, 2002 4 commits
    • unknown's avatar
      Fix wrong usage of constant which could cause mysqld to use index when doing... · a9c52ff7
      unknown authored
      Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables.
      code cleanup
      
      
      Docs/manual.texi:
        changelog
      sql/ha_innobase.cc:
        Removed compiler warning
      sql/slave.cc:
        Cleanup comments and indentation for suppressing connect warnings
      sql/sql_db.cc:
        clean up comment
      sql/sql_delete.cc:
        Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables.
      sql/sql_update.cc:
        Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables.
      a9c52ff7
    • unknown's avatar
      fil0fil.c: · 887aaff9
      unknown authored
        Align a buffer for i/o from a raw device
      
      
      innobase/fil/fil0fil.c:
        Align a buffer for i/o from a raw device
      887aaff9
    • unknown's avatar
      os0file.c: · dda85ba0
      unknown authored
        Fix a bug in the previous commit change and align also the buffer in simulataled aio for possible use in i/o to raw devices
      
      
      innobase/os/os0file.c:
        Fix a bug in the previous commit change and align also the buffer in simulataled aio for possible use in i/o to raw devices
      dda85ba0
    • unknown's avatar
      os0file.c: · d0b58e31
      unknown authored
        Align the buffer used in initing a data file to zero; this may be needed if the data file is actually a raw device
      
      
      innobase/os/os0file.c:
        Align the buffer used in initing a data file to zero; this may be needed if the data file is actually a raw device
      d0b58e31
  6. 17 Jul, 2002 1 commit
  7. 16 Jul, 2002 9 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · 2547e933
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      
      sql/slave.cc:
        Auto merged
      2547e933
    • unknown's avatar
      39859d5d
    • unknown's avatar
      Fixing slave timeouting · 8d4d7d6f
      unknown authored
      8d4d7d6f
    • unknown's avatar
      slave.cc: · 43376d55
      unknown authored
        Suppress prints by slave.cc when there is a normal reconnect after the master has been quiet for the time of the net read timeout; this removes the Error 1159 messages many users have complained about in the replication of 3.23.51
      
      
      sql/slave.cc:
        Suppress prints by slave.cc when there is a normal reconnect after the master has been quiet for the time of the net read timeout; this removes the Error 1159 messages many users have complained about in the replication of 3.23.51
      43376d55
    • unknown's avatar
      In my previous commit I didn't notice that we already have brazilian portuguese :( · 1ca6b811
      unknown authored
      
      BitKeeper/deleted/.del-errmsg.txt~7b5c3eb97e12d271:
        Delete: sql/share/pt_br/errmsg.txt
      configure.in:
        Remove pt_br
      sql/share/portuguese/errmsg.txt:
        Update portuhuese
      1ca6b811
    • unknown's avatar
      Adding pt_br · 1b05330d
      unknown authored
      1b05330d
    • unknown's avatar
      Brazilian Portuguesse messages · e7454a07
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e7454a07
    • unknown's avatar
      os0thread.h, srv0srv.c: · daede62b
      unknown authored
        Increase max number of waiting threads to 10000 and put diagnostic prints if this value is exceeded
      
      
      innobase/srv/srv0srv.c:
        Increase max number of waiting threads to 10000 and put diagnostic prints if this value is exceeded
      innobase/include/os0thread.h:
        Increase max number of waiting threads to 10000 and put diagnostic prints if this value is exceeded
      daede62b
    • unknown's avatar
      sql_db.cc: · 335c58d1
      unknown authored
        On Monty's suggestion move ha_drop_database back inside LOCK_mysql_create_db, but we release LOCK_open during it to let possible running queries complete. I tested this and it seemed to work also in complex concurrent DELETE, SELECT, DROP DATABASE, and CREATE DATABASE situations
      
      
      sql/sql_db.cc:
        On Monty's suggestion move ha_drop_database back inside LOCK_mysql_create_db, but we release LOCK_open during it to let possible running queries complete. I tested this and it seemed to work also in complex concurrent DELETE, SELECT, DROP DATABASE, and CREATE DATABASE situations
      335c58d1
  8. 15 Jul, 2002 5 commits
    • unknown's avatar
      - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> · 9e5fd21c
      unknown authored
        from TeamOS/2 Italy
      - removed some obsolete files on Yuri's request
      - Added missing os2 related files outside the os2 subdirectory
        to the distribution
      
      
      BitKeeper/deleted/.del-MySQL-All.icc~132f824bdf16897c:
        Delete: os2/MySQL-All.icc
      BitKeeper/deleted/.del-MySQL-Client.irs~6dc13dcf3bbd5c0e:
        Delete: os2/MySQL-Client.irs
      BitKeeper/deleted/.del-MySQL-Lib.icc~6775a33b1eeed98:
        Delete: os2/MySQL-Lib.icc
      BitKeeper/deleted/.del-MySQL-ReadLine.icc~d7ab937c4ed8922f:
        Delete: os2/MySQL-ReadLine.icc
      BitKeeper/deleted/.del-MySQL-binlog.icc~ec86ef1b392553e:
        Delete: os2/MySQL-binlog.icc
      BitKeeper/deleted/.del-MySQL-binlog.irs~80d1800461e185d1:
        Delete: os2/MySQL-binlog.irs
      BitKeeper/deleted/.del-MySQL-sql.irs~563a18a769b1785d:
        Delete: os2/MySQL-sql.irs
      BitKeeper/deleted/.del-build-all.log~8dda947d95dfb926:
        Delete: os2/build-all.log
      BitKeeper/deleted/.del-mysql.base~330f9ea62769c03a:
        Delete: os2/mysql.base
      BitKeeper/deleted/.del-mysql.ih~767482ec101feda3:
        Delete: os2/mysql.ih
      BitKeeper/deleted/.del-readme.os2~e8fe94e278248f7e:
        Delete: os2/readme.os2
      configure.in:
        Added new os2 subdirectories
      include/Makefile.am:
        Added include/config-os2.h to distribution
      include/config-os2.h:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      mysys/Makefile.am:
        Added missing OS/2 files  in mysys to distribution
      mysys/my_os2file64.c:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      mysys/my_os2thread.c:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/BldLevel.cmd:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/BldLevel.rc:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/ChangeLog.os2:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/Makefile.am:
        Fixed OS/2 file list (some new files, some have been removed)
      os2/MySQL-Client.icc:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/MySQL-Opt.icc:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/MySQL-Source.icc:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/MySQL-Util.icc:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/MySQL-Util.irs:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/ReadMe.txt:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/build-all.cmd:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      os2/rint.obj:
        Applied modifications provided by Yuri Dario <mc6530@mclink.it> from TeamOS/2 Italy
      9e5fd21c
    • unknown's avatar
      sql_db.cc: · 0dd47486
      unknown authored
        Revert Monty's change to the positioning of ha_drop_database(): otherwise a running query on a table to be dropped in DROP DATABASE always causes the server to hang
      
      
      sql/sql_db.cc:
        Revert Monty's change to the positioning of ha_drop_database(): otherwise a running query on a table to be dropped in DROP DATABASE always causes the server to hang
      0dd47486
    • unknown's avatar
      Added some patches provided by SuSE to fix build problems on · f9232ee5
      unknown authored
      ppc64 and x86-64, fixed a compile bug when building with TCP wrapper
      support on Linux
      
      
      bdb/dist/acconfig.h:
        Added patch for x86_64 (provided by SuSE)
      bdb/dist/aclocal/mutex.m4:
        Added patch for x86_64 (provided by SuSE)
      bdb/include/mutex.h:
        Added patch for x86_64 (provided by SuSE)
      include/global.h:
        Added a SMP-related patch for PPC64 (provided by SuSE)
      sql/mysqld.cc:
        Compile fix for Linux when compiling with --with-librwap
      f9232ee5
    • unknown's avatar
      Typo fixes, added changelog entry · 3814a0ff
      unknown authored
      
      Docs/manual.ja.texi:
        Fixed typo
      Docs/manual.texi:
        Fixed typo, added changelog entry
      3814a0ff
    • unknown's avatar
      Updated Packager Tag · b6637e9f
      unknown authored
      b6637e9f
  9. 14 Jul, 2002 1 commit
  10. 12 Jul, 2002 1 commit
    • unknown's avatar
      my-huge.cnf.sh, my-small.cnf.sh, my-medium.cnf.sh, my-large.cnf.sh: · 9ae7aad2
      unknown authored
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      
      
      support-files/my-large.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      support-files/my-medium.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      support-files/my-small.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      support-files/my-huge.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      9ae7aad2
  11. 10 Jul, 2002 1 commit
    • unknown's avatar
      row0mysql.c: · 8b1e3977
      unknown authored
        Forgot to release an x-latch in DROP DATABASE
      
      
      innobase/row/row0mysql.c:
        Forgot to release an x-latch in DROP DATABASE
      8b1e3977
  12. 09 Jul, 2002 2 commits
    • unknown's avatar
      srv0srv.c: · b0b67eff
      unknown authored
        Protect InnoDB monitor with a mutex
      
      
      innobase/srv/srv0srv.c:
        Protect InnoDB monitor with a mutex
      b0b67eff
    • unknown's avatar
      This is the only way to fix ALTER TABLE bug with BDB · a0a0af76
      unknown authored
      I wish I had connection stop  / start so that I could have made a 
      test case.
      
      
      Docs/manual.texi:
        This is the only way to fix ALTER TABLE bug with BDB
      sql/sql_table.cc:
        This is the only way to fix ALTER TABLE bug with BDB
      a0a0af76
  13. 08 Jul, 2002 3 commits
    • unknown's avatar
      srv0srv.c: · 68c79127
      unknown authored
        Remove debug code
      
      
      innobase/srv/srv0srv.c:
        Remove debug code
      68c79127
    • unknown's avatar
      srv0srv.c: · 5db805be
      unknown authored
        Eliminate potential division by zero
      
      
      innobase/srv/srv0srv.c:
        Eliminate potential division by zero
      5db805be
    • unknown's avatar
      Many files: · c0e8c9a1
      unknown authored
        Merge InnoDB-3.23.52b
      
      
      innobase/btr/btr0btr.c:
        Merge InnoDB-3.23.52b
      innobase/btr/btr0cur.c:
        Merge InnoDB-3.23.52b
      innobase/btr/btr0sea.c:
        Merge InnoDB-3.23.52b
      innobase/buf/buf0buf.c:
        Merge InnoDB-3.23.52b
      innobase/ha/ha0ha.c:
        Merge InnoDB-3.23.52b
      innobase/ibuf/ibuf0ibuf.c:
        Merge InnoDB-3.23.52b
      innobase/include/btr0cur.h:
        Merge InnoDB-3.23.52b
      innobase/include/buf0buf.h:
        Merge InnoDB-3.23.52b
      innobase/include/ha0ha.h:
        Merge InnoDB-3.23.52b
      innobase/include/ibuf0ibuf.h:
        Merge InnoDB-3.23.52b
      innobase/include/lock0lock.h:
        Merge InnoDB-3.23.52b
      innobase/include/log0log.h:
        Merge InnoDB-3.23.52b
      innobase/include/os0file.h:
        Merge InnoDB-3.23.52b
      innobase/include/rem0rec.ic:
        Merge InnoDB-3.23.52b
      innobase/include/srv0srv.h:
        Merge InnoDB-3.23.52b
      innobase/include/sync0arr.h:
        Merge InnoDB-3.23.52b
      innobase/include/sync0sync.h:
        Merge InnoDB-3.23.52b
      innobase/include/trx0trx.h:
        Merge InnoDB-3.23.52b
      innobase/lock/lock0lock.c:
        Merge InnoDB-3.23.52b
      innobase/log/log0log.c:
        Merge InnoDB-3.23.52b
      innobase/os/os0file.c:
        Merge InnoDB-3.23.52b
      innobase/row/row0mysql.c:
        Merge InnoDB-3.23.52b
      innobase/row/row0umod.c:
        Merge InnoDB-3.23.52b
      innobase/row/row0upd.c:
        Merge InnoDB-3.23.52b
      innobase/srv/srv0srv.c:
        Merge InnoDB-3.23.52b
      innobase/srv/srv0start.c:
        Merge InnoDB-3.23.52b
      innobase/sync/sync0arr.c:
        Merge InnoDB-3.23.52b
      innobase/sync/sync0sync.c:
        Merge InnoDB-3.23.52b
      innobase/trx/trx0trx.c:
        Merge InnoDB-3.23.52b
      sql/ha_innobase.h:
        Merge InnoDB-3.23.52b
      sql/ha_innobase.cc:
        Merge InnoDB-3.23.52b
      sql/sql_lex.h:
        Merge InnoDB-3.23.52b
      sql/mysqld.cc:
        Merge InnoDB-3.23.52b
      sql/sql_parse.cc:
        Merge InnoDB-3.23.52b
      sql/sql_yacc.yy:
        Merge InnoDB-3.23.52b
      c0e8c9a1
  14. 04 Jul, 2002 2 commits
  15. 03 Jul, 2002 1 commit
    • unknown's avatar
      ha_innobase.cc: · 99bde364
      unknown authored
        Remove a debug printf which unintentionally was committed to the source tree
      
      
      sql/ha_innobase.cc:
        Remove a debug printf which unintentionally was committed to the source tree
      99bde364