1. 13 Jul, 2001 5 commits
  2. 12 Jul, 2001 12 commits
  3. 11 Jul, 2001 9 commits
    • unknown's avatar
      manual.texi Removed all documentation referring to the GEMINI table type.... · a19e293c
      unknown authored
      manual.texi	Removed all documentation referring to the GEMINI table type. GEMINI is not released under an Open Source license.
      
      
      Docs/manual.texi:
        Removed all documentation referring to the GEMINI table type. GEMINI is not released under an Open Source license.
      a19e293c
    • unknown's avatar
      Include latest GPL and LGPL texts from fsf.org · 097c7841
      unknown authored
      
      Docs/manual.texi:
        Include latest GPL and LGPL texts from fsf.org
        
        Fix syntax error in email address
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      097c7841
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 92dba9c4
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      
      sql/sql_delete.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      92dba9c4
    • unknown's avatar
      UNION stuff mainly. · ee1d2a05
      unknown authored
      
      sql/sql_class.h:
        Made some temporary changes for UNION's. Still waiting for Monty's 
        comments on this.
      sql/sql_delete.cc:
        Added a comment as Monty suggested
      sql/sql_parse.cc:
        Some speedups for UNIONs
      sql/sql_unions.cc:
        First attempts at running UNION's. 
        
        Removed header temporarily because of some bug in my pre-processor.
      ee1d2a05
    • unknown's avatar
      Final fix for bad merge · 477489d2
      unknown authored
      477489d2
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.0 · 40f76d3f
      unknown authored
      into tik.mysql.fi:/home/my/mysql-4.0
      
      
      sql/sql_show.cc:
        Auto merged
      40f76d3f
    • unknown's avatar
      Added back old code that Sasha removed · bd4099d9
      unknown authored
      
      mysql-test/r/show_check.result:
        Added back old code
      sql/ha_myisam.h:
        Removed warning
      sql/mysql_priv.h:
        Added back old code
      sql/sql_base.cc:
        Added back old code
      sql/sql_parse.cc:
        Added back old code
      sql/sql_show.cc:
        Added back old code
      bd4099d9
    • unknown's avatar
      mysql-test/t/rpl_sporadic_master.test · aeaccd89
      unknown authored
          use truncate table
      sql/slave.cc
          fixed race condition on server shutdown
      sql/sql_repl.cc
          fixed uninitialized use of io_cache
      
      
      mysql-test/t/rpl_sporadic_master.test:
        use truncate table
      sql/slave.cc:
        fixed race condition on server shutdown
      sql/sql_repl.cc:
        fixed uninitialized use of io_cache
      aeaccd89
    • unknown's avatar
      mysql-test/t/rpl_sporadic_master.test · a37254bb
      unknown authored
          fixed test case to produce same results on txn-enabled binary. 
          temporary fix - permanent fix is it make mysqld behave the same with
          MyISAM on auto_increment insert after delete from tbl_name regardless
          of how the binary was compiled
      sql/slave.cc
          fixed concurrency bug with log_seq
      sql/slave.h
          last_log_seq needs to be updated atomically with pos
      sql/sql_repl.cc
          cleared up comment and fixed concurrency bug
      
      
      mysql-test/t/rpl_sporadic_master.test:
        fixed test case to produce same results on txn-enabled binary. 
        temporary fix - permanent fix is it make mysqld behave the same with
        MyISAM on auto_increment insert after delete from tbl_name regardless
        of how the binary was compiled
      sql/slave.cc:
        fixed concurrency bug with log_seq
      sql/slave.h:
        last_log_seq needs to be updated atomically with pos
      sql/sql_repl.cc:
        cleared up comment and fixed concurrency bug
      a37254bb
  4. 10 Jul, 2001 6 commits
    • unknown's avatar
      Corrected misleading syntax example. · ec2061bd
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ec2061bd
    • unknown's avatar
      cleanups · 0c066f7a
      unknown authored
      
      myisam/mi_write.c:
        cleanup
      mysys/tree.c:
        cleanup
      sql/sql_show.cc:
        bad merge fixed
      0c066f7a
    • unknown's avatar
      merge · 41c7cc9c
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      41c7cc9c
    • unknown's avatar
      Redefinition of myisam_bulk_insert_tree_size · 8d426a47
      unknown authored
      Removed new error message
      Fixed test case for varbinary
      Threads are again killable in "merge_buffers"
      Cleanup of sql_repl.cc
      SHOW OPEN TABLES now works when no tables are opened
      
      
      Docs/manual.texi:
        Redefinition of myisam_bulk_insert_tree_size
      client/insert_test.c:
        Changed to use mysql_real_connect()
      include/mysql.h:
        Moved things in mysql_options to optimize these for 64 bit processors
      include/mysqld_error.h:
        Removed new error message
      myisam/mi_write.c:
        Use myisam_bulk_insert_tree_size per table instead of per index
      mysql-test/t/varbinary.test:
        Fixed test case for varbinary
      mysys/tree.c:
        Fixed missing if
      sql/filesort.cc:
        Threads are again killable in "merge_buffers"
      sql/log_event.h:
        cleanup
      sql/share/czech/errmsg.txt:
        Removed new error message
      sql/share/danish/errmsg.txt:
        Removed new error message
      sql/share/dutch/errmsg.txt:
        Removed new error message
      sql/share/english/errmsg.txt:
        Removed new error message
      sql/share/estonian/errmsg.txt:
        Removed new error message
      sql/share/french/errmsg.txt:
        Removed new error message
      sql/share/german/errmsg.txt:
        Removed new error message
      sql/share/greek/errmsg.txt:
        Removed new error message
      sql/share/hungarian/errmsg.txt:
        Removed new error message
      sql/share/italian/errmsg.txt:
        Removed new error message
      sql/share/japanese/errmsg.txt:
        Removed new error message
      sql/share/korean/errmsg.txt:
        Removed new error message
      sql/share/norwegian-ny/errmsg.txt:
        Removed new error message
      sql/share/norwegian/errmsg.txt:
        Removed new error message
      sql/share/polish/errmsg.txt:
        Removed new error message
      sql/share/portuguese/errmsg.txt:
        Removed new error message
      sql/share/romanian/errmsg.txt:
        Removed new error message
      sql/share/russian/errmsg.txt:
        Removed new error message
      sql/share/slovak/errmsg.txt:
        Removed new error message
      sql/share/spanish/errmsg.txt:
        Removed new error message
      sql/share/swedish/errmsg.txt:
        Removed new error message
      sql/sql_class.h:
        Cleanup
      sql/sql_delete.cc:
        Cleanup
      sql/sql_repl.cc:
        Cleanup
      sql/sql_show.cc:
        SHOW OPEN TABLES now works when no tables are opened
      sql/sql_sort.h:
        Threads are again killable in "merge_buffers"
      sql/uniques.cc:
        Threads are again killable in "merge_buffers"
      8d426a47
    • unknown's avatar
      manual.texi Fixed up licencing costs wording. · d989bd3f
      unknown authored
      
      Docs/manual.texi:
        Fixed up licencing costs wording.
      d989bd3f
    • unknown's avatar
      manual.texi Change licensing prices. · b7ccdedc
      unknown authored
      
      Docs/manual.texi:
        Change licensing prices.
      b7ccdedc
  5. 08 Jul, 2001 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 7025f293
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      7025f293
    • unknown's avatar
      merge · 2cf3531d
      unknown authored
      
      sql/sql_lex.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      2cf3531d
    • unknown's avatar
      post-merge fixes · 385b7e2c
      unknown authored
      test SHOW OPEN TABLES
      
      
      mysql-test/r/show_check.result:
        updated result
      mysql-test/t/show_check.test:
        test show open tables
      sql/mysql_priv.h:
        post-merge fixes
      sql/sql_base.cc:
        post-merge fixes
      sql/sql_parse.cc:
        post-merge fixes
      385b7e2c
  6. 07 Jul, 2001 4 commits
    • unknown's avatar
      merged latest changes in 3.23 · 285cb568
      unknown authored
      
      sql/slave.h:
        Auto merged
      sql/slave.cc:
        Auto merged
      Docs/manual.texi:
        merged
      sql/sql_base.cc:
        merged
      sql/sql_show.cc:
        merged
      285cb568
    • unknown's avatar
      merged · 1271608e
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/share/spanish/errmsg.txt:
        merged and translated the new 4.0 errors - had to type them in 
        anyway so figured I'd do it in Spanish - Jorge/Miguel - can you do QA
        on my translation?
      1271608e
    • unknown's avatar
      38e4f32a
    • unknown's avatar
      dded volatile to replication variable · e82834c7
      unknown authored
      
      Docs/manual.texi:
        Changelog
      sql/slave.cc:
        Added volatile to replication variable
      sql/slave.h:
        Added volatile to replication variable
      sql/sql_base.cc:
        Cleanup
      sql/sql_show.cc:
        Cleanup
      e82834c7
  7. 06 Jul, 2001 1 commit