1. 11 Sep, 2003 4 commits
    • unknown's avatar
      merge with 4.0.15 · 43c0c0db
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-mysql_fix_privilege_tables.sql:
        Delete: scripts/mysql_fix_privilege_tables.sql
      include/mysql.h:
        Auto merged
      myisam/mi_open.c:
        Auto merged
      myisam/mi_update.c:
        Auto merged
      myisam/myisampack.c:
        Auto merged
      mysql-test/r/bdb.result:
        Auto merged
      mysql-test/r/grant.result:
        Auto merged
      mysql-test/t/bdb.test:
        Auto merged
      mysql-test/t/grant.test:
        Auto merged
      mysql-test/t/range.test:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/ha_berkeley.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      43c0c0db
    • unknown's avatar
      After merge fixes. · d574e99c
      unknown authored
      Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
      
      
      client/mysql.cc:
        After merge fix
      include/mysql.h:
        Some additions to MYSQL_BIND for cleaner prepared statement code
      libmysql/libmysql.c:
        mysql_prepare_result -> mysql_get_metadata()
        Added test for offset overflow when using mysql_fetch_column()
        Cleaned up mysql_fetch_column()
        Optimized fetch_result() usage
      mysql-test/r/func_group.result:
        Updated results after merge
      mysql-test/r/func_test.result:
        Updated results after merge
      mysql-test/r/grant.result:
        Updated results after merge
      mysql-test/r/loaddata.result:
        Updated results after merge
      mysql-test/r/lowercase_table.result:
        Updated results after merge
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Updated results after merge (note that this is still not correct; Need patch to mysqld to fix this properly)
      mysql-test/r/myisam.result:
        Updated results after merge
      mysql-test/r/range.result:
        Updated results after merge
      mysql-test/r/rpl_loaddata.result:
        Updated results after merge
      mysql-test/r/rpl_loaddata_rule_m.result:
        Updated results after merge
      mysql-test/r/rpl_loaddata_rule_s.result:
        Updated results after merge
      mysql-test/r/rpl_log.result:
        Updated results after merge
      mysql-test/r/union.result:
        Updated results after merge
      mysql-test/t/lowercase_table.test:
        Update after merge
      mysql-test/t/myisam.test:
        Update after merge
      mysql-test/t/union.test:
        Update after merge
      sql-bench/compare-results.sh:
        Fix for now output format
      sql/field.h:
        Added is_null_in_record() to make ha_innodb.cc code more general
      sql/ha_innodb.cc:
        Removed some functions that uses inernal (private) MySQL information
      sql/item_cmpfunc.cc:
        After merge fix
      sql/log_event.cc:
        After merge fix; (Some code should be checked by Guilhem)
      sql/opt_range.cc:
        Simple optimzation and after merge fixes
      sql/slave.cc:
        After merge fix
      sql/sql_acl.cc:
        After merge fix + code cleanup
      sql/sql_select.cc:
        After merge fix
      sql/sql_show.cc:
        After merge fix
      sql/sql_table.cc:
        After merge fix
        Cleanup of mysql_checksum_table()
      sql/sql_union.cc:
        After merge fixes.
        Note that after this the union test still fails; Will be fixed shortly...
      tests/client_test.c:
        mysql_prepare_result() -> mysql_get_metadata()
      d574e99c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · c2ee878f
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      c2ee878f
    • unknown's avatar
      Remove not used define (my_strxfrm) · 6f3c42ff
      unknown authored
      
      include/m_ctype.h:
        Remove not used define
      6f3c42ff
  2. 10 Sep, 2003 2 commits
    • unknown's avatar
      - Added option "--skip-name-resolve" to mysql_install_db to be able to · c2a51342
      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)
      c2a51342
    • unknown's avatar
      - Updated version number to 4.0.16 now that 4.0.15 has been released · 9e0b4565
      unknown authored
       - tagged ChangeSet 1.1556 as mysql-4.0.15
      
      
      configure.in:
         - Bumped up version number: 4.0.15 -> 4.0.16
      9e0b4565
  3. 09 Sep, 2003 1 commit
    • unknown's avatar
      Cleaned up last bug fixes · c094fcae
      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
      c094fcae
  4. 08 Sep, 2003 7 commits
  5. 07 Sep, 2003 1 commit
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c7601db6
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-tmp
      
      
      sql/item.cc:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/item_sum.h:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      c7601db6
  6. 06 Sep, 2003 5 commits
  7. 05 Sep, 2003 7 commits
  8. 04 Sep, 2003 5 commits
  9. 03 Sep, 2003 8 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 14d6bb65
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-tmp
      
      
      sql/sql_parse.cc:
        Auto merged
      14d6bb65
    • unknown's avatar
      b59f6efb
    • unknown's avatar
      fixed bug - check_user shall not be included into the · 43a8991f
      unknown authored
      embedded library.
      
      43a8991f
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · c03b19c8
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      c03b19c8
    • unknown's avatar
      merge · 2416ac9d
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      client/mysqldump.c:
        Auto merged
      include/my_sys.h:
        Auto merged
      include/mysql_com.h:
        Auto merged
      isam/open.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/r/isam.result:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/r/rpl_loaddata.result:
        Auto merged
      mysql-test/r/rpl_log.result:
        Auto merged
      mysql-test/r/show_check.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/repl_failsafe.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/slave.h:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/share/portuguese/errmsg.txt:
        Auto merged
      sql/share/spanish/errmsg.txt:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/handler.cc:
        Merge
      sql/sql_acl.cc:
        Merge and code cleanup of acl_getroot()
      2416ac9d
    • unknown's avatar
      Better quoting patch for mysqldump · 582d6819
      unknown authored
      
      client/mysqldump.c:
        Better quoting patch
      582d6819
    • unknown's avatar
      Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.1 · be773ae8
      unknown authored
      into oak.local:/home/kostja/mysql/mysql-4.1-root
      
      be773ae8
    • unknown's avatar
      Merge bgerber@bk-internal.mysql.com:/home/bk/mysql-4.0 · 587e80cb
      unknown authored
      into ou800.zenez.com:/unixware/home/mount/ou800/zenez3/zenez/bk/blg/mysql-4.0
      
      587e80cb