1. 05 Mar, 2002 4 commits
  2. 04 Mar, 2002 2 commits
  3. 03 Mar, 2002 1 commit
    • unknown's avatar
      fixed the use of unitialized variable - code now works on the test system · ce2b2499
      unknown authored
      of one of our users which replicates from a live server. So I now have a
      lot of confidence in it and will push. It passes all tests, so I if I broke
      somebody's code in 3.23 merge this is your fault - you should have had a good test
      case :-)
      
      
      sql/slave.cc:
        added DBUG_ASSERT()
      sql/slave.h:
        fixed cache initialization problem
      ce2b2499
  4. 02 Mar, 2002 5 commits
    • unknown's avatar
      load local fix · 7e1edb01
      unknown authored
      overrun sentry in my_vsnprintf() test
      will not be pushed yet
      
      
      BUILD/FINISH.sh:
        load local fix
      BUILD/SETUP.sh:
        load local fix
      BUILD/compile-pentium-debug-max:
        load local fix
      configure.in:
        load local fix
      mysys/my_vsnprintf.c:
        added overrun sentry to the test
      7e1edb01
    • unknown's avatar
      post-merge fixup · 3eb9c0be
      unknown authored
      
      BitKeeper/etc/ignore:
        Added mysys/test_vsnprintf to the ignore list
      mysql-test/mysql-test-run.sh:
        post-merge fix
      mysys/my_vsnprintf.c:
        fixed newly introduced bug
      3eb9c0be
    • unknown's avatar
      merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing. · 2c9879ca
      unknown authored
      Let's hope this did not break anything. Will not push this one until Monty
      gets back
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      Build-tools/Do-all-build-steps:
        Auto merged
      Build-tools/Do-compile:
        Auto merged
      Build-tools/Do-rpm:
        Auto merged
      Docs/manual.texi:
        Auto merged
      include/hash.h:
        Auto merged
      include/my_sys.h:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      mysys/array.c:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysys/mf_qsort.c:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      strings/Makefile.am:
        Auto merged
      client/mysql.cc:
        merged from 3.23
      configure.in:
        merged from 3.23
      mysql-test/mysql-test-run.sh:
        merged from 3.23
      sql/mysqld.cc:
        merged from 3.23
      support-files/mysql.spec.sh:
        merged from 3.23
      2c9879ca
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 80d375b1
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      
      80d375b1
    • unknown's avatar
      make my_vsnprintf() work with oversized strings · 3b38d3d5
      unknown authored
      fixed replication bug - flush_master_info() needs to be called every time we read an 
          event from master
      
      this is will not be pushed yet
      
      
      mysys/my_vsnprintf.c:
        make my_vsnprintf() work with oversized strings
        corrected Swedish "skipp" in the comments
      sql/log.cc:
        wrong change - to be undone
      sql/slave.cc:
        fixed bug - flush_master_info() needs to be called every time we read an 
        event from master
      3b38d3d5
  5. 01 Mar, 2002 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 19d37eca
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      19d37eca
    • unknown's avatar
      fulltext+const_table bug fixed · 43a1ef6c
      unknown authored
      
      mysql-test/r/fulltext.result:
        test added
      mysql-test/t/fulltext.test:
        test added
      sql/item_func.cc:
        fulltext+const_table problem fixed once and forever
      sql/item_func.h:
        fulltext+const_table problem fixed once and forever
      sql/sql_select.cc:
        fulltext+const_table problem fixed once and forever
      sql/table.h:
        fulltext+const_table problem fixed once and forever
      43a1ef6c
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · e4e8b31c
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      
      e4e8b31c
  6. 28 Feb, 2002 5 commits
    • unknown's avatar
      many fixes · a7df512a
      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.
      a7df512a
    • unknown's avatar
      mirrors.texi: · 75a268a6
      unknown authored
        Update
      costarica.txt, costarica.gif, costarica.eps:
        new file
      
      
      Docs/mirrors.texi:
        Update
      75a268a6
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · ca218618
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      
      ca218618
    • unknown's avatar
      Surgical changes in sql_select and sql_union code in order to · bf0b0d3e
      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.
      
      
      bf0b0d3e
    • unknown's avatar
      InnoDB stable notice (from 3.23.49). · d091c5e0
      unknown authored
      d091c5e0
  7. 27 Feb, 2002 3 commits
    • unknown's avatar
      Final set of changes for the docbook patching scripts for the MySQL · 78ea4ef1
      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.
      78ea4ef1
    • unknown's avatar
      colspec-fix.pl: · bbfdc6ee
      unknown authored
        Script that takes the relative values in the 
        colspec tags and converts them to absolute values.
      
      
      bbfdc6ee
    • unknown's avatar
      Nice, relaxing Perl munging. :) Have another change to put into this · 633d54b6
      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.
      633d54b6
  8. 26 Feb, 2002 2 commits
  9. 23 Feb, 2002 10 commits
  10. 22 Feb, 2002 1 commit
    • unknown's avatar
      Various fixups to correct DocBook output of manual. · 64cad518
      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.
      64cad518
  11. 21 Feb, 2002 4 commits