1. 17 Jul, 2001 6 commits
    • unknown's avatar
      merged with 3.23 · bab169b6
      unknown authored
      
      configure.in:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      Docs/manual.texi:
        merged
      mysql-test/t/rpl_sporadic_master.test:
        merged
      sql/Makefile.am:
        merged
      sql/slave.h:
        merged
      bab169b6
    • unknown's avatar
      Merge work:/home/bk/mysql · 4c26f245
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      4c26f245
    • unknown's avatar
      added slave_net_timeout · 52d241de
      unknown authored
      
      sql/mysqld.cc:
        slave_net_timeout
      sql/slave.cc:
        slave_net_timeout
      sql/slave.h:
        slave_net_timeout
      52d241de
    • unknown's avatar
      Added timeouts to make lock test repeatable · 964e4095
      unknown authored
      
      mysql-test/r/lock.result:
        Fixed wrong result for lock
      mysql-test/t/lock.test:
        Added timeouts to make test repeatable
      964e4095
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · 703f4d7b
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      703f4d7b
    • unknown's avatar
      Removed wrong warning from thr_lock · 9302266b
      unknown authored
      Fixed problem with UPDATE and BDB tables
      Fixed problem with GRANT FILE privilege on database level
      mysqld --warnings works now
      Fixed problem with SHOW OPEN TABLES when not using BDB
      Added some tests for ALTER TABLE to the test scripts
      
      
      Docs/manual.texi:
        Added link to copyleft license.
        Updated Changelog
      configure.in:
        Fixed typo
      mysys/thr_lock.c:
        Removed wrong warning
      sql/ha_berkeley.cc:
        Fixed problem with UPDATE
      sql/sql_acl.cc:
        Fixed problem with GRANT FILE privilege on database level
      sql/sql_parse.cc:
        Fixed that you don't get aborted connection error if you are not using --warning
      sql/sql_show.cc:
        Fixed problem with SHOW OPEN TABLES when not using BDB
      tests/fork2_test.pl:
        Added test of ALTER TABLE
      tests/fork_big.pl:
        Added test of ALTER TABLE
      9302266b
  2. 16 Jul, 2001 8 commits
    • unknown's avatar
      ha_innobase.cc Fix a bug in showing of Auto_increment in SHOW TABLE STATUS · 6be4a56a
      unknown authored
      ha_innobase.h	Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
      
      
      sql/ha_innobase.h:
        Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
      sql/ha_innobase.cc:
        Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
      6be4a56a
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · 2e96c055
      unknown authored
      into tetra.spaceapes.com:/home/jcole/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      2e96c055
    • unknown's avatar
      Updated link to mod_auth_mysql. · 53ccda58
      unknown authored
      53ccda58
    • unknown's avatar
      Changed GPL license example to make it more clear · 782750a0
      unknown authored
      
      Docs/manual.texi:
        Changed GPL license example to make it more clear.
      configure.in:
        Fixed typo
      782750a0
    • unknown's avatar
    • unknown's avatar
      Made replication test portable accross table handlers · e2b803e3
      unknown authored
      
      mysql-test/r/rpl_sporadic_master.result:
        Made test portable accross table handlers
      mysql-test/t/rpl_sporadic_master.test:
        Made test portable accross table handlers
      e2b803e3
    • unknown's avatar
      Merge · fb1b1ba2
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      fb1b1ba2
    • unknown's avatar
      Patch for netBSD · 2a18a762
      unknown authored
      Added warning for tables where the auto_increment key is 0
      Fixed DELETE ... LIMIT 0
      Fixed UPDATE ..LIMIT 0
      
      
      Docs/manual.texi:
        Changelog + Update to CHECK TABLE
      configure.in:
        Patch for netBSD
      mit-pthreads/gen/ctime.c:
        Patch for netBSD
      mit-pthreads/machdep/netbsd-1.1/__signal.h:
        Patch for netBSD
      mit-pthreads/stdio/strerror.c:
        Patch for netBSD
      myisam/mi_check.c:
        Added warning for tables where the auto_increment key is 0
      myisam/myisamchk.c:
        Added warning for tables where the auto_increment key is 0
      mysql-test/r/auto_increment.result:
        Added warning for tables where the auto_increment key is 0
      mysql-test/r/limit.result:
        Test of DELETE ... LIMIT 0
      mysql-test/t/auto_increment.test:
        Added warning for tables where the auto_increment key is 0
      mysql-test/t/limit.test:
        Test of DELETE ... LIMIT 0
      sql/Makefile.am:
        Don't add mysqld_LDADD to mysqlbinlog (portability patch)
      sql/ha_gemini.cc:
        Changed copyright (have got ok from NuSphere previously)
      sql/ha_gemini.h:
        Changed copyright (have got ok from NuSphere previously)
      sql/sql_delete.cc:
        Fixed DELETE ... LIMIT 0
      sql/sql_update.cc:
        Fixed UPDATE ..LIMIT 0
      2a18a762
  3. 15 Jul, 2001 2 commits
  4. 13 Jul, 2001 8 commits
  5. 12 Jul, 2001 12 commits
  6. 11 Jul, 2001 4 commits
    • unknown's avatar
      manual.texi Removed all documentation referring to the GEMINI table type.... · 2560b327
      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.
      2560b327
    • unknown's avatar
      Include latest GPL and LGPL texts from fsf.org · 65876c1f
      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
      65876c1f
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 51e3fb9e
      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
      51e3fb9e
    • unknown's avatar
      UNION stuff mainly. · 0eb9347a
      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.
      0eb9347a