1. 15 Feb, 2002 3 commits
  2. 14 Feb, 2002 11 commits
    • unknown's avatar
      Use --enable-local-infile as default · d44aef01
      unknown authored
      
      Build-tools/Do-compile:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      d44aef01
    • unknown's avatar
      Enable LOAD DATA LOCAL by default · 4c164621
      unknown authored
      4c164621
    • unknown's avatar
      merge with 3.23.49 · 5fa6df30
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      acconfig.h:
        Auto merged
      Docs/manual.texi:
        Auto merged
      client/client_priv.h:
        Auto merged
      include/mysql.h:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      mysql-test/t/comments.test:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/unireg.cc:
        Auto merged
      sql/unireg.h:
        Auto merged
      5fa6df30
    • unknown's avatar
      Fix for gethostbyname_r detection (for solaris). · 7bff1b0c
      unknown authored
      
      configure.in:
        Fix for gethostbyname_r (for solaris)
      mysql-test/r/innodb.result:
        Fix innodb results
      sql/mysql_priv.h:
        Added OPTION_FOUND_COMMENTS
      7bff1b0c
    • unknown's avatar
      3a231663
    • unknown's avatar
      48664555
    • unknown's avatar
      row0mysql.c: · ce81db2e
      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
      ce81db2e
    • unknown's avatar
      dict0dict.h, dict0dict.c, row0mysql.c, ha_innobase.cc: · 199e17e5
      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
      199e17e5
    • unknown's avatar
      row0mysql.c, sql_db.cc: · 5c08b0fb
      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
      5c08b0fb
    • unknown's avatar
      changed bool -> my_bool · 01f1db42
      unknown authored
      01f1db42
    • unknown's avatar
      a3e6a43d
  3. 13 Feb, 2002 8 commits
  4. 12 Feb, 2002 1 commit
    • unknown's avatar
      mysqldump.c: · 700513a4
      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
      700513a4
  5. 11 Feb, 2002 7 commits
    • unknown's avatar
      reverting wrong fix · 728c191b
      unknown authored
      728c191b
    • unknown's avatar
      merge with 3.23.48 · e0ccdc17
      unknown authored
      
      BUILD/FINISH.sh:
        Auto merged
      BUILD/SETUP.sh:
        Auto merged
      BUILD/compile-alpha:
        Auto merged
      BUILD/compile-pentium-gcov:
        Auto merged
      BUILD/compile-pentium-gprof:
        Auto merged
      BUILD/compile-pentium:
        Auto merged
      BitKeeper/deleted/.del-my_new.cc:
        Delete: mysys/my_new.cc
      Build-tools/Do-compile:
        Auto merged
      acconfig.h:
        Auto merged
      acinclude.m4:
        Auto merged
      Docs/manual.texi:
        Auto merged
      bdb/dist/configure.in:
        Auto merged
      client/Makefile.am:
        Auto merged
      innobase/btr/btr0cur.c:
        Auto merged
      innobase/buf/buf0lru.c:
        Auto merged
      innobase/dict/dict0crea.c:
        Auto merged
      innobase/fil/fil0fil.c:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/rem/rem0cmp.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/trx/trx0purge.c:
        Auto merged
      myisam/myisampack.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/t/join.test:
        Auto merged
      mysys/Makefile.am:
        Auto merged
      scripts/Makefile.am:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/my_lock.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      support-files/my-huge.cnf.sh:
        Auto merged
      support-files/my-large.cnf.sh:
        Auto merged
      support-files/my-medium.cnf.sh:
        Auto merged
      support-files/my-small.cnf.sh:
        Auto merged
      configure.in:
        merge
      innobase/row/row0mysql.c:
        merge
      innobase/trx/trx0trx.c:
        merge
      mysql-test/r/innodb.result:
        merge
      mysql-test/r/join.result:
        merge
      sql/ha_innodb.cc:
        merge
      sql/slave.cc:
        merge
      e0ccdc17
    • unknown's avatar
      Fixed typo · af932b5d
      unknown authored
      af932b5d
    • unknown's avatar
      Updated changelog of 3.23.48 with InnoDB changes. · 501650c5
      unknown authored
      
      sql/sql_table.cc:
        Fixed comment
      501650c5
    • unknown's avatar
      Changelog fixups. · 8a99eebe
      unknown authored
      8a99eebe
    • unknown's avatar
    • unknown's avatar
      Cleanup · 4122b392
      unknown authored
      
      Docs/manual.texi:
        Update information about IS NULL.
      myisam/myisamchk.c:
        Portability fix
      sql/mysqld.cc:
        Changed log_long_queries -> log_slow_queries
      4122b392
  6. 10 Feb, 2002 6 commits
  7. 09 Feb, 2002 4 commits