1. 28 Feb, 2002 4 commits
    • unknown's avatar
      many fixes · 82c7d3fe
      unknown authored
      
      libmysql/libmysql.c:
        Fixes a very rare bug when variable name (without '_') and it's 
        value are at the very end of the config file.
        
        I have tested it , but would liek little mobster to test it further
      mysql-test/r/union.result:
        results for union test that proves that EXPLAIN UNION bugs are fixed
      mysql-test/t/union.test:
        additional tests for EXPLAIN on UNION's that have previously failed
      sql/sql_yacc.yy:
        Some small fixes for newer parsers.
        Only unsigned int yystacksize remains to be fixed.
        This I leave to Monty.
        Present fixes are only aesthetic and do not harm.
      82c7d3fe
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · f1b4a1d5
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      f1b4a1d5
    • unknown's avatar
      Surgical changes in sql_select and sql_union code in order to · 1b2a30a9
      unknown authored
      accomodate EXPLAIN properly for all possible variant of UNION's
      derived tables etc ...
      
      This also fixes all reported (and unreported) bugs when EXPLAIN is
      run on UNION's.
      
      select_describe() now has a very dirty hack to avoid some problems
      with transactional tables on table unlocking.
      
      Code speedup is possible. For the moment all that was important was
      that all tests are passed.
      
      1b2a30a9
    • unknown's avatar
      InnoDB stable notice (from 3.23.49). · a172443e
      unknown authored
      a172443e
  2. 27 Feb, 2002 3 commits
    • unknown's avatar
      Final set of changes for the docbook patching scripts for the MySQL · d2726aa4
      unknown authored
      reference manual for O'Reilly.
      
      
      Docs/Support/docbook-split:
        Give the output directory a more sensible, and automatically generated, name.
      Docs/Support/make-docbook:
        Patch shell script to include patching the colspec tags and splitting the manual into it's components.
      d2726aa4
    • unknown's avatar
      colspec-fix.pl: · 05163406
      unknown authored
        Script that takes the relative values in the 
        colspec tags and converts them to absolute values.
      
      05163406
    • unknown's avatar
      Nice, relaxing Perl munging. :) Have another change to put into this · 802ffb1a
      unknown authored
      changeset - afaik, I can edit changesets with bk. So, rather than wait, I will
      commit this now, finish up the other code, try to alter the changeset and then
      push all the changes up.
      
      
      Docs/Support/docbook-fixup.pl:
        Rewrote to use a more native Perl style.
        Increase strictness of error checking.
        Simplified and optimized regular expressions.
        Fixed several problems with conversion. Still have some minor issues to sort out.
        Rewrote to accept input from stdin or from filename arg(s) on the command line.
        Improved speed ~6x.
      Docs/Support/docbook-split:
        Rewrote to use a more native Perl style.
        Increase strictness of error checking.
        Simplified and optimized.
        Rewrote to accept input from stdin or from filename arg(s) on the command line.
      802ffb1a
  3. 23 Feb, 2002 5 commits
  4. 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
  5. 21 Feb, 2002 4 commits
  6. 20 Feb, 2002 2 commits
  7. 19 Feb, 2002 2 commits
  8. 18 Feb, 2002 6 commits
  9. 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
  10. 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
  11. 14 Feb, 2002 2 commits