1. 26 Feb, 2002 1 commit
  2. 19 Feb, 2002 1 commit
  3. 18 Feb, 2002 6 commits
  4. 16 Feb, 2002 1 commit
    • unknown's avatar
      manual.texi: · c4ab3fc0
      unknown authored
        Fix typo in a contrib download filename
      
      
      Docs/manual.texi:
        Fix typo in a contrib download filename
      c4ab3fc0
  5. 15 Feb, 2002 10 commits
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · e3784476
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      e3784476
    • unknown's avatar
      Patched conversion system to generate well-formed XML · 1ab1e758
      unknown authored
      
      Docs/Support/docbook-fixup.pl:
        Series of minor changes to convert the output of makeinfo to well-formed XML
         - Discarded DTD - ORA can add their own appropriate DTD
         - Added required XML PI - included appropriate character encoding information
         - Added missing abstract and bookinfo tags
         - Escaped ampersands in HTML escape sequences to allow validation - need to review
      Docs/Support/make-docbook:
        Forced validation of XML document at end of conversion process
        Removed temporary files - set makeinfo output to stdout
      BitKeeper/etc/ignore:
        Added Docs/safe-mysql.xml to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1ab1e758
    • unknown's avatar
      manual.texi: · 2ecb9836
      unknown authored
        Remove link to sqlscreens in the contrib section
      
      
      Docs/manual.texi:
        Remove link to sqlscreens in the contrib section
      2ecb9836
    • unknown's avatar
      Zapped trailing spaces. · 00f6850d
      unknown authored
      00f6850d
    • unknown's avatar
      Cleanup @example blocks in manual for XML/DocBook/PS/PDF output. · 0983c695
      unknown authored
      
      Docs/manual.texi:
        All lines in @example blocks need to be <76 chars.
        Minor cleanup of other stuff in @example blocks.
      0983c695
    • unknown's avatar
      Clarified USE/IGNORE INDEX in all relevant sections. · 1cdde351
      unknown authored
      Added mention of USE/IGNORE KEY as alias for USE/IGNORE INDEX.
      Fixups references to this feature throughout manual.
      
      
      1cdde351
    • unknown's avatar
      Improved USE INDEX / IGNORE INDEX info. · c627eb76
      unknown authored
      
      Docs/manual.texi:
        Added USE INDEX / IGNORE INDEX syntax to table_references info in SELECT.
        Added USE INDEX / IGNORE INDEX to function index.
      c627eb76
    • unknown's avatar
      Fixups for XML/DocBook output. · e501e964
      unknown authored
      
      Docs/Support/docbook-fixup.pl:
        Added fixup for xref closing /> tag to prevent malformed XML.
        Improved /para whitespace removal.
      Docs/manual.texi:
        Removed double whitespace in middle of sentence.
      e501e964
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 0ee35d6d
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      0ee35d6d
    • unknown's avatar
      Fix after merge from 3.23 · 93c1f96f
      unknown authored
      
      Docs/manual.texi:
        Added section about LOAD DATA LOCAL
      libmysqld/lib_sql.cc:
        Remove not used option
      mysql-test/r/comments.result:
        Updated results
      sql/sql_parse.cc:
        Fix queries / second
      93c1f96f
  6. 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
  7. 13 Feb, 2002 8 commits
  8. 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
  9. 11 Feb, 2002 1 commit