1. 22 Feb, 2002 1 commit
    • unknown's avatar
      Various fixups to correct DocBook output of manual. · 9112a651
      unknown authored
      
      Docs/Support/docbook-fixup.pl:
        Added new regex for XREFs, to have them in correct English-grammar.
        Minor fixup to removed node catcher from earlier change.
      Docs/manual.texi:
        Fixup of Texinfo @ref/@xref/@pxref usage in appropriate locations.
      9112a651
  2. 21 Feb, 2002 4 commits
  3. 20 Feb, 2002 2 commits
  4. 19 Feb, 2002 2 commits
  5. 18 Feb, 2002 6 commits
  6. 16 Feb, 2002 1 commit
    • unknown's avatar
      manual.texi: · a8527aa2
      unknown authored
        Fix typo in a contrib download filename
      
      
      Docs/manual.texi:
        Fix typo in a contrib download filename
      a8527aa2
  7. 15 Feb, 2002 10 commits
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · b3e13845
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      b3e13845
    • unknown's avatar
      Patched conversion system to generate well-formed XML · 8ccb88e7
      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
      8ccb88e7
    • unknown's avatar
      manual.texi: · 67840514
      unknown authored
        Remove link to sqlscreens in the contrib section
      
      
      Docs/manual.texi:
        Remove link to sqlscreens in the contrib section
      67840514
    • unknown's avatar
      Zapped trailing spaces. · eb72206c
      unknown authored
      eb72206c
    • unknown's avatar
      Cleanup @example blocks in manual for XML/DocBook/PS/PDF output. · 642a83db
      unknown authored
      
      Docs/manual.texi:
        All lines in @example blocks need to be <76 chars.
        Minor cleanup of other stuff in @example blocks.
      642a83db
    • unknown's avatar
      Clarified USE/IGNORE INDEX in all relevant sections. · 1d6e5ce9
      unknown authored
      Added mention of USE/IGNORE KEY as alias for USE/IGNORE INDEX.
      Fixups references to this feature throughout manual.
      
      1d6e5ce9
    • unknown's avatar
      Improved USE INDEX / IGNORE INDEX info. · ac7e00ef
      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.
      ac7e00ef
    • unknown's avatar
      Fixups for XML/DocBook output. · 00e98679
      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.
      00e98679
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 568585ed
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      568585ed
    • unknown's avatar
      Fix after merge from 3.23 · e3f3e0fc
      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
      e3f3e0fc
  8. 14 Feb, 2002 11 commits
    • unknown's avatar
      Use --enable-local-infile as default · 23b58a0b
      unknown authored
      
      Build-tools/Do-compile:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      23b58a0b
    • unknown's avatar
      Enable LOAD DATA LOCAL by default · fc6473fb
      unknown authored
      fc6473fb
    • unknown's avatar
      merge with 3.23.49 · 03facd7d
      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
      03facd7d
    • unknown's avatar
      Fix for gethostbyname_r detection (for solaris). · 866e3806
      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
      866e3806
    • 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
  9. 13 Feb, 2002 3 commits
    • unknown's avatar
      ha_innobase.cc: · 1bb6ef52
      unknown authored
        DROP DATABASE required that the database name is in lower case to work; put it always to lower case in innobase_drop_database
      
      
      sql/ha_innobase.cc:
        DROP DATABASE required that the database name is in lower case to work; put it always to lower case in innobase_drop_database
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1bb6ef52
    • unknown's avatar
      Added --user=userid to mysqld · 3b111b3d
      unknown authored
      Fix for ctypes on windows
      Cleanup max_queries_per_hour
      
      
      mysql-test/t/dirty_close.test:
        Rename: mysql-test/t/dirty-close.test -> mysql-test/t/dirty_close.test
      mysql-test/r/dirty_close.result:
        Rename: mysql-test/r/dirty-close.result -> mysql-test/r/dirty_close.result
      Docs/manual.texi:
        Added --user=userid
      include/m_ctype.h:
        Fix for ctypes on windows
      mysql-test/r/join.result:
        Update join results
      sql/mysqld.cc:
        Added --user=userid
      sql/sql_parse.cc:
        Cleanup max_queries_per_hour
      3b111b3d
    • unknown's avatar
      Use NAMES_SEP_CHAR also for enums (Fix for supportwizard) · 16b8070f
      unknown authored
      
      sql/unireg.cc:
        Use NAMES_SEP_CHAR also for enums
      sql/unireg.h:
        cleanup
      16b8070f