1. 12 Sep, 2003 1 commit
  2. 11 Sep, 2003 4 commits
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · a2c6329c
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      
      a2c6329c
    • unknown's avatar
      row0sel.c: · deb5fda3
      unknown authored
        Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
      
      
      innobase/row/row0sel.c:
        Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
      deb5fda3
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 0c04d130
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      
      0c04d130
    • unknown's avatar
      * Fix for BUG#1248: "LOAD DATA FROM MASTER drops the slave's db unexpectedly". · 69b8b3ff
      unknown authored
      Now LOAD DATA FROM MASTER does not drop the database, instead it only tries to
      create it, and drops/creates table-by-table.
      * replicate_wild_ignore_table='db1.%' is now considered as "ignore the 'db1'
      database as a whole", as it already works for CREATE DATABASE and DROP DATABASE.
      
      
      mysql-test/r/rpl000009.result:
        result update
      mysql-test/t/rpl000009.test:
        test that LOAD DATA FROM MASTER does not drop databases,
        but rather table by table, thus preserving non-replicated tables.
        Test that LOAD DATA FROM MASTER reports the error when a table could not
        be dropped (system's "permission denied" for example).
        Test that LOAD TABLE FROM MASTER reports the error when the table already exists.
      sql/repl_failsafe.cc:
        * replicate_wild_ignore_table='db1.%' is now considered as "ignore the 'db1'
        database as a whole", as it already works for CREATE DATABASE and DROP DATABASE.
        * If a db matches replicate_*_db rules, we don't drop/recreate it because this
        could drop some tables in this db which could be slave-specific. Instead,
        we do a CREATE DATABASE IF EXISTS, and we will drop each table which has
        an equivalent on the master, table-by-table.
      sql/slave.cc:
        New argument to drop the table in create_table_from_dump() 
        (LOAD TABLE/DATA FROM MASTER are the only places where this function is used).
        This is needed because LOAD DATA FROM MASTER does not drop the database anymore.
        The behaviour when the table exists is unchanged: LOAD DATA silently replaces
        the table, LOAD TABLE gives error.
      sql/slave.h:
        new argument to drop the table in fetch_master_table
      sql/sql_parse.cc:
        do not drop the table in LOAD TABLE FROM MASTER (this behaviour is already
        true; but changes in LOAD DATA FROM MASTER made the argument needed).
      69b8b3ff
  3. 10 Sep, 2003 2 commits
    • unknown's avatar
      - Added option "--skip-name-resolve" to mysql_install_db to be able to · 4d2d0eb5
      unknown authored
         use the local machine's IP address instead of the host name when 
         building the initial grant tables if "skip-name-resolve" has been
         specified in my.cnf. This can be helpful on FreeBSD to avoid
         thread-safety problems with the FreeBSD resolver libraries.
         (Thanks to Jeremy Zawodny for the patch)
      
      
      scripts/mysql_install_db.sh:
         - Added option "--skip-name-resolve" to use the local machine's IP address
           instead of the host name when building the initial grant tables if
           "skip-name-resolve" has been specified in my.cnf (Thanks to Jeremy 
           Zawodny for the patch)
      4d2d0eb5
    • unknown's avatar
      - Updated version number to 4.0.16 now that 4.0.15 has been released · 6d371797
      unknown authored
       - tagged ChangeSet 1.1556 as mysql-4.0.15
      
      
      configure.in:
         - Bumped up version number: 4.0.15 -> 4.0.16
      6d371797
  4. 09 Sep, 2003 1 commit
    • unknown's avatar
      Cleaned up last bug fixes · 8272be94
      unknown authored
      Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
      
      
      include/mysql.h:
        Make server_inited external
      libmysqld/libmysqld.c:
        Remove reference to (wrong) external variable
      mysql-test/r/grant.result:
        Fixed up grant test to not user 'user1' or 'user2'
        Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Change to use tables t1 and t2
      mysql-test/t/grant.test:
        Fixed up grant test to not user 'user1' or 'user2'
        Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
      mysql-test/t/mix_innodb_myisam_binlog.test:
        Change to use tables t1 and t2
      sql/sql_acl.cc:
        Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
      sql/sql_parse.cc:
        Use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
      8272be94
  5. 08 Sep, 2003 7 commits
  6. 06 Sep, 2003 2 commits
  7. 05 Sep, 2003 7 commits
  8. 04 Sep, 2003 2 commits
  9. 03 Sep, 2003 5 commits
  10. 02 Sep, 2003 6 commits
  11. 01 Sep, 2003 3 commits