1. 06 Aug, 2002 1 commit
  2. 05 Aug, 2002 6 commits
    • unknown's avatar
      merge · 03723b2b
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/sql_base.cc:
        Auto merged
      03723b2b
    • unknown's avatar
      Changelog · 11f6eae4
      unknown authored
      11f6eae4
    • unknown's avatar
      Added some missing mutex_locks() when manipulating the table cache. · 5bdd5664
      unknown authored
      This should fix some possible table cache corruptions when doing
      OPTIMIZE or REPAIR table when other threads are opening new tables.
      
      
      sql/sql_base.cc:
        Added missing mutex unlock on error condition
      sql/sql_insert.cc:
        Added TODO item
      sql/sql_show.cc:
        Added missing pthread_mutex_lock(&LOCK_open) when calling
        query_table_status().
      sql/sql_table.cc:
        Added missing pthread_mutex_lock(&LOCK_open) when calling
        hash_delete(), unlock_table_name() and remove_table_from_cache().
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5bdd5664
    • unknown's avatar
      Fixed bug with GROUP BY on NULL fields. · 7fc5f6d1
      unknown authored
      (Merge of code from 4.0)
      
      
      Docs/manual.texi:
        Changelog
      include/my_base.h:
        Fixed bug with GROUP BY on NULL fields.
      include/mysql_com.h:
        Fixed bug with GROUP BY on NULL fields.
      myisam/mi_search.c:
        Fixed bug with GROUP BY on NULL fields.
      myisam/mi_write.c:
        Fixed bug with GROUP BY on NULL fields.
      mysql-test/r/group_by.result:
        Fixed bug with GROUP BY on NULL fields.
      mysql-test/t/group_by.test:
        Fixed bug with GROUP BY on NULL fields.
      sql/sql_base.cc:
        Removed some not-needed comments in the trace file
      sql/sql_select.cc:
        Fixed bug with GROUP BY on NULL fields.
      7fc5f6d1
    • unknown's avatar
      merge · 3c649c07
      unknown authored
      3c649c07
    • unknown's avatar
      Added some mutex locks to make SLAVE START and SLAVE STOP thread safe. · 6caa0081
      unknown authored
      
      Docs/manual.texi:
        Changelog
      sql/gen_lex_hash.cc:
        Merged --verbose option from 4.0
        Smaller hash table
      sql/slave.cc:
        Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.
      6caa0081
  3. 03 Aug, 2002 4 commits
  4. 02 Aug, 2002 1 commit
    • unknown's avatar
      Many files: · e41206a5
      unknown authored
        Merge InnoDB-3.23.52c
      ha_innobase.cc:
        Test the ref length sanity also in the production version
      
      
      sql/ha_innobase.cc:
        Test the ref length sanity also in the production version
      innobase/btr/btr0cur.c:
        Merge InnoDB-3.23.52c
      innobase/buf/buf0buf.c:
        Merge InnoDB-3.23.52c
      innobase/buf/buf0lru.c:
        Merge InnoDB-3.23.52c
      innobase/ha/ha0ha.c:
        Merge InnoDB-3.23.52c
      innobase/log/log0recv.c:
        Merge InnoDB-3.23.52c
      innobase/mtr/mtr0log.c:
        Merge InnoDB-3.23.52c
      innobase/os/os0file.c:
        Merge InnoDB-3.23.52c
      innobase/page/page0cur.c:
        Merge InnoDB-3.23.52c
      innobase/include/btr0btr.h:
        Merge InnoDB-3.23.52c
      innobase/include/dyn0dyn.h:
        Merge InnoDB-3.23.52c
      innobase/include/log0recv.h:
        Merge InnoDB-3.23.52c
      innobase/include/buf0buf.ic:
        Merge InnoDB-3.23.52c
      innobase/include/log0log.ic:
        Merge InnoDB-3.23.52c
      e41206a5
  5. 31 Jul, 2002 4 commits
    • unknown's avatar
      Innodb fixes: · 3884935d
      unknown authored
      Added back 'static inline', as not having this caused more problems than having it
      Fixed wrong arguments to printf()
      
      
      innobase/buf/buf0buf.c:
        Fixed wrong argument to printf()
      innobase/fsp/fsp0fsp.c:
        Fixed wrong argument to printf()
      innobase/include/btr0btr.h:
        Removed UNIV_INLINE for functions that should not be inlined
      innobase/include/dyn0dyn.h:
        Removed UNIV_INLINE for functions that should not be inlined
      innobase/include/univ.i:
        Added back 'static inline', as not having this caused more problems than having it
      3884935d
    • unknown's avatar
      Fixed wrong printf() string in InnoDB · 9fb1e4db
      unknown authored
      Removed some compiler warnings regarding 'static' from InnoDB
      
      
      Docs/manual.texi:
        Fixed wrong manual entry
      innobase/btr/btr0cur.c:
        Fixed wrong printf() string
      innobase/include/univ.i:
        Removed compiler warnings (static inline produces a lot of warnings and is probably not portable)
      9fb1e4db
    • unknown's avatar
      Merge · 4cc20ec5
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      4cc20ec5
    • unknown's avatar
      Changelog update · 884bc9a3
      unknown authored
      
      Docs/manual.texi:
        Changelog
      884bc9a3
  6. 30 Jul, 2002 3 commits
    • unknown's avatar
      Many files: · ab8ff0d6
      unknown authored
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      
      
      sql/ha_innobase.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      sql/ha_innobase.cc:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/buf/buf0buf.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/dict/dict0dict.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/fil/fil0fil.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/fsp/fsp0fsp.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/ha/ha0ha.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/dict0dict.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/dict0mem.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/dyn0dyn.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/fsp0fsp.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/log0log.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/log0recv.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/trx0sys.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/trx0trx.h:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/include/log0log.ic:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/lock/lock0lock.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/log/log0log.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/log/log0recv.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/mem/mem0dbg.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/row/row0mysql.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/srv/srv0srv.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/srv/srv0start.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/trx/trx0sys.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      innobase/trx/trx0trx.c:
        Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
      ab8ff0d6
    • unknown's avatar
      - added the init script to support the LSB init script spec · 912911fe
      unknown authored
       - overhauled the RPM spec file (more macros, package descriptions)
      
      
      support-files/mysql.server.sh:
         - Added LSB-compliant init script header
      support-files/mysql.spec.sh:
         - Use some more macros (_mandir and _infodir)
         - Updated package description
         - Install binaries stripped to save disk space
         - Rearranged file list (make sure man pages are in
           the same package as the binaries)
         - clean up the BuildRoot directory afterwards
         - added mysqldumpslow to the server package
      912911fe
    • unknown's avatar
      ha_innobase.cc: · 3b6c9b43
      unknown authored
        Since MySQL commits the stmt always at the end of an INSERT, it is enough to release auto-inc lock at innobase_commit and innobase_rollback; add also more comments to code
      
      
      sql/ha_innobase.cc:
        Since MySQL commits the stmt always at the end of an INSERT, it is enough to release auto-inc lock at innobase_commit and innobase_rollback; add also more comments to code
      3b6c9b43
  7. 29 Jul, 2002 4 commits
    • unknown's avatar
      ha_innobase.h, ha_innobase.cc: · 4cdd34f5
      unknown authored
        procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref
      
      
      sql/ha_innobase.cc:
        procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref
      sql/ha_innobase.h:
        procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref
      4cdd34f5
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too... · d9602ac7
      unknown authored
      Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows
      Changed name of variables
      NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS
      RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS
      to avoid confusion with 'not...' variables.
      Write name of adminstrator command to slow log.
      Added mysqldumpslow to RPM
      
      
      Docs/manual.texi:
        Changelog
      sql/gen_lex_hash.cc:
        Updated values
      sql/ha_innobase.cc:
        Remove return value of sprintf
        Merged back optimizations done in 4.0
        Fixed ref_length;  Caused MySQL to use big buffers when using InnoDB
      sql/lex.h:
        Changed name of variables
        NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS
        RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS
      sql/log.cc:
        Write name of adminstrator command to slow log
      sql/sql_yacc.yy:
        Changed name of variables
        NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS
        RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS
      support-files/mysql.spec.sh:
        Added mysqldumpslow to RPM
      d9602ac7
  8. 26 Jul, 2002 1 commit
    • unknown's avatar
      dyn0dyn.ic, dyn0dyn.h: · 8fb34b7d
      unknown authored
        Backport the AIX crash fix changes from 4.0
      
      
      innobase/include/dyn0dyn.h:
        Backport the AIX crash fix changes from 4.0
      innobase/include/dyn0dyn.ic:
        Backport the AIX crash fix changes from 4.0
      8fb34b7d
  9. 25 Jul, 2002 3 commits
  10. 23 Jul, 2002 1 commit
    • unknown's avatar
      os0thread.c, configure.in: · 18ff2626
      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
      18ff2626
  11. 22 Jul, 2002 4 commits
  12. 21 Jul, 2002 3 commits
    • unknown's avatar
      row0ins.c: · 02b81836
      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
      02b81836
    • unknown's avatar
      dict0dict.c: · 0a7ea555
      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
      0a7ea555
    • unknown's avatar
      row0ins.c: · f263c130
      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
      f263c130
  13. 19 Jul, 2002 4 commits
    • unknown's avatar
      Fix wrong usage of constant which could cause mysqld to use index when doing... · 2d54c9d8
      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.
      2d54c9d8
    • unknown's avatar
      fil0fil.c: · 3d59ca0c
      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
      3d59ca0c
    • unknown's avatar
      os0file.c: · b0be0690
      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
      b0be0690
    • unknown's avatar
      os0file.c: · 205c629e
      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
      205c629e
  14. 17 Jul, 2002 1 commit