1. 28 Jun, 2004 4 commits
  2. 27 Jun, 2004 12 commits
  3. 26 Jun, 2004 11 commits
  4. 25 Jun, 2004 13 commits
    • unknown's avatar
      merged · dbdca405
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      dbdca405
    • unknown's avatar
      release cursors in return_zero_rows · 00567fe6
      unknown authored
      
      sql/opt_range.cc:
        incorrect fix removed. range optimizer is made slightly more stable vs. compiler optimizations
      00567fe6
    • unknown's avatar
      Fix for 'make dist' 'make distclean' goals work even if ./configure · 3b79bf10
      unknown authored
      called without NDB enabled.
      
      
      3b79bf10
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 59899c2f
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/mysql_priv.h:
        Auto merged
      59899c2f
    • unknown's avatar
      After merge fixes · ba8ffc50
      unknown authored
      
      include/mysql.h:
        Cleanup
      sql-common/client.c:
        Allow client.c to compile after changes to mysql.h
      sql/opt_range.cc:
        Make bdb.test repeatable (and assume that table scans is a little bit slower)
      sql/sql_handler.cc:
        Fixed typo during merge
      sql/sql_insert.cc:
        Fixed indentation
      ba8ffc50
    • unknown's avatar
      Merge with 4.0 to get the latest bug patches to 4.1 · c6e23c85
      unknown authored
      
      BitKeeper/etc/ignore:
        added sql/mysql_tzinfo_to_sql
      BitKeeper/etc/logging_ok:
        auto-union
      acinclude.m4:
        Auto merged
      extra/perror.c:
        Auto merged
      include/mysql.h:
        Auto merged
      innobase/include/mach0data.ic:
        Auto merged
      innobase/include/mtr0log.h:
        Auto merged
      innobase/include/mtr0log.ic:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/pars/lexyy.c:
        Auto merged
      BitKeeper/deleted/.del-4.0.XX-gpl.ipr~f5909a9e9bd8094:
        Auto merged
      BitKeeper/deleted/.del-Clients and Tools.fgl~bf0f776883577f02:
        Auto merged
      BitKeeper/deleted/.del-Development.fgl~6392ce285e73f5fc:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/innodb_cache.result:
        Auto merged
      mysql-test/r/lowercase_table2.result:
        Auto merged
      mysql-test/t/innodb_cache.test:
        Auto merged
      mysql-test/t/lowercase_table2.test:
        Auto merged
      sql/ha_berkeley.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      libmysql/libmysql.c:
        Merge with 4.0
      mysql-test/r/bdb.result:
        Merge with 4.0
      mysql-test/r/range.result:
        Merge with 4.0
      mysql-test/t/bdb.test:
        Merge with 4.0
      mysys/hash.c:
        Merge with 4.0
      scripts/mysql_install_db.sh:
        Merge with 4.0
      sql/field.cc:
        Merge with 4.0
      sql/field.h:
        Merge with 4.0
      sql/mysql_priv.h:
        Merge with 4.0
      sql/sql_handler.cc:
        Merge with 4.0
      sql/sql_select.cc:
        Merge with 4.0
      sql/sql_table.cc:
        Merge with 4.0
      c6e23c85
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 17a7d021
      unknown authored
      into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-fix
      
      
      17a7d021
    • unknown's avatar
      Removed mysql_tzinfo_to_sql dependancy on sql/mysql_priv.h for circumventing · 84f61e5a
      unknown authored
      problems with unresolved dependancies on some platforms.
      
      
      sql/mysql_priv.h:
        Moved my_time_t definitions to tztime.h to avoid mysql_tzinfo_to_sql dependancy
        on mysql_priv.h.
      sql/tztime.cc:
        Removed mysql_tzinfo_to_sql dependancy from mysql_priv.h
      sql/tztime.h:
        Moved my_time_t definitions to tztime.h to avoid mysql_tzinfo_to_sql dependancy
        on mysql_priv.h.
      84f61e5a
    • unknown's avatar
      Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0 · 07589a6d
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      07589a6d
    • unknown's avatar
      Add missing .cnf files to windows installation (Bug #4216) · 72093a6d
      unknown authored
      
      scripts/make_win_binary_distribution.sh:
        Add missing .cnf files (Bug #4216)
      scripts/make_win_src_distribution.sh:
        Add missing .cnf files (Bug #4216)
        Align code with MySQL 4.1
      72093a6d
    • unknown's avatar
      Added missing root user to mysql.user on windows. (Bug #4242) · 4e664e3e
      unknown authored
      Set default max_allowed_packet to be able to read help tables even if an my.cnf file with this option is present. (Bug #3938)
      Don't use default arguments for ha_rnd_init()
      Simple code cleanups since last pull
      
      
      
      scripts/fill_func_tables.sh:
        Change mode to -rw-rw-r--
      scripts/make_win_src_distribution.sh:
        Safer remove of SCCS directories
      scripts/mysql_create_system_tables.sh:
        Added missing root user to mysql.user on windows. (Bug #4242)
      scripts/mysql_install_db.sh:
        Set default max_allowed_packet to be able to read help tables even if an my.cnf file with this option is present. (Bug #3938)
      sql/filesort.cc:
        Don't use default arguments for ha_rnd_init()
      sql/ha_berkeley.cc:
        Better to use #ifdef than // to disable code
        Removed not needed setting of active_index (It's set in index_end)
      sql/ha_berkeley.h:
        Don't use default arguments for ha_rnd_init()
      sql/ha_heap.h:
        Don't use default arguments for ha_rnd_init()
      sql/ha_innodb.h:
        Don't use default arguments for ha_rnd_init()
      sql/ha_isam.h:
        Don't use default arguments for ha_rnd_init()
      sql/ha_isammrg.h:
        Don't use default arguments for ha_rnd_init()
      sql/ha_myisam.cc:
        Fixed wrong previous patch (New code used 'and' between two conditions when it should be 'or' as in original code)
      sql/ha_myisam.h:
        Don't use default arguments for ha_rnd_init()
      sql/ha_myisammrg.h:
        Don't use default arguments for ha_rnd_init()
      sql/ha_ndbcluster.h:
        Don't use default arguments for ha_rnd_init()
      sql/handler.cc:
        Code cleanup
      sql/handler.h:
        Keep bool variables together (better alignment)
      sql/records.cc:
        Don't use default arguments for ha_rnd_init()
      sql/sql_select.cc:
        Don't use default arguments for ha_rnd_init()
      4e664e3e
    • unknown's avatar
      merge · 2cf6338b
      unknown authored
      2cf6338b
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.0 · 3c7745ff
      unknown authored
      into mysql.com:/home/mydev/mysql-4.0-lock
      
      
      3c7745ff