1. 16 Feb, 2002 1 commit
    • unknown's avatar
      updated build scripts for new Linux build · d47d1890
      unknown authored
      
      Build-tools/Do-all-build-steps:
        pass parameters to Do-rpm
      Build-tools/Do-compile:
        with-other-libc option
      Build-tools/Do-rpm:
        make it "automagically" work on SuSE as well as RedHat
      strings/Makefile.am:
        added t_ctype.h to the distribution for now - permanent fix to come later
      support-files/mysql.spec.sh:
        changed build to use --with-other-libc
      d47d1890
  2. 15 Feb, 2002 5 commits
  3. 14 Feb, 2002 8 commits
    • unknown's avatar
      Enable LOAD DATA LOCAL by default · fc6473fb
      unknown authored
      fc6473fb
    • unknown's avatar
      9d5d3834
    • unknown's avatar
      96acf01e
    • unknown's avatar
      row0mysql.c: · d0634d18
      unknown authored
        Add a warning to drop database wait if there are still open handles on a table
      
      
      innobase/row/row0mysql.c:
        Add a warning to drop database wait if there are still open handles on a table
      d0634d18
    • unknown's avatar
      dict0dict.h, dict0dict.c, row0mysql.c, ha_innobase.cc: · 6158bea1
      unknown authored
        Add some more safety if MySQL tries to drop a table on which there are open handles
      
      
      sql/ha_innobase.cc:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      innobase/row/row0mysql.c:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      innobase/dict/dict0dict.c:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      innobase/include/dict0dict.h:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      6158bea1
    • unknown's avatar
      row0mysql.c, sql_db.cc: · af96cbe1
      unknown authored
        Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
      
      
      sql/sql_db.cc:
        Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
      innobase/row/row0mysql.c:
        Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
      af96cbe1
    • unknown's avatar
      changed bool -> my_bool · 5f52ab10
      unknown authored
      5f52ab10
    • unknown's avatar
      312a4cfd
  4. 13 Feb, 2002 7 commits
  5. 12 Feb, 2002 1 commit
    • unknown's avatar
      mysqldump.c: · 619e3736
      unknown authored
        Changed C++ style comments to ANSI C style.
      
      
      client/mysqldump.c:
        Changed C++ style comments to ANSI C style.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      619e3736
  6. 11 Feb, 2002 1 commit
  7. 10 Feb, 2002 6 commits
  8. 09 Feb, 2002 4 commits
  9. 08 Feb, 2002 2 commits
    • unknown's avatar
      dict0crea.c: · 37be6eca
      unknown authored
        Still a little better error message for Harald Fuchs
      
      
      innobase/dict/dict0crea.c:
        Still a little better error message for Harald Fuchs
      37be6eca
    • unknown's avatar
      dict0crea.c: · d89b9c43
      unknown authored
        Add some error messages to help in tracking Harald Fuchs' foreign key failure
      
      
      innobase/dict/dict0crea.c:
        Add some error messages to help in tracking Harald Fuchs' foreign key failure
      d89b9c43
  10. 07 Feb, 2002 4 commits
    • unknown's avatar
      Fixed results after Heikki's last change · 54cb6501
      unknown authored
      54cb6501
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · bac8e19e
      unknown authored
      
      sql/ha_innobase.cc:
        Auto merged
      bac8e19e
    • unknown's avatar
      Update to autoconf 2.52 · a816b25a
      unknown authored
      Fix of InnoDB variables in SHOW VARIABLES
      Fix for ALTER TABLE and InnoDB
      
      
      BUILD/FINISH.sh:
        Update to autoconf 2.52
      BUILD/SETUP.sh:
        Update to autoconf 2.52
      BUILD/compile-alpha:
        Update to autoconf 2.52
      BUILD/compile-pentium-gcov:
        Update to autoconf 2.52
      BUILD/compile-pentium-gprof:
        Update to autoconf 2.52
      BUILD/compile-pentium:
        Update to autoconf 2.52
      Docs/manual.texi:
        Changelog
      acconfig.h:
        Update to autoconf 2.52
      acinclude.m4:
        Update to autoconf 2.52
      bdb/dist/configure.in:
        Update to autoconf 2.52
      client/Makefile.am:
        Update to autoconf 2.52
      configure.in:
        Update to autoconf 2.52
      mysql-test/r/innodb.result:
        Update of InnoDB Cardinality values
      mysys/Makefile.am:
        Update to autoconf 2.52
      scripts/Makefile.am:
        Update to autoconf 2.52
      sql/ha_innobase.cc:
        Fix of InnoDB variables in SHOW VARIABLES
      sql/ha_innobase.h:
        Fix of InnoDB variables in SHOW VARIABLES
      sql/sql_table.cc:
        Fix for ALTER TABLE and InnoDB
      support-files/my-huge.cnf.sh:
        Fixed typo
      support-files/my-large.cnf.sh:
        Fixed typo
      support-files/my-medium.cnf.sh:
        Fixed typo
      support-files/my-small.cnf.sh:
        Fixed typo
      a816b25a
    • unknown's avatar
      rem0cmp.c: · da7a4801
      unknown authored
        Prevent a foreign key constraint references between INT columns where the signedness is different
      
      
      innobase/rem/rem0cmp.c:
        Prevent a foreign key constraint references between INT columns where the signedness is different
      da7a4801
  11. 04 Feb, 2002 1 commit
    • unknown's avatar
      ha_innobase.cc: · 88f3aee5
      unknown authored
        Remove use of prebuilt->trx, better play safe since we do not know MySQL call order of external_lock
      
      
      sql/ha_innobase.cc:
        Remove use of prebuilt->trx, better play safe since we do not know MySQL call order of external_lock
      88f3aee5