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 · 3fca1488
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      3fca1488
    • unknown's avatar
      release cursors in return_zero_rows · 78da6029
      unknown authored
      
      sql/opt_range.cc:
        incorrect fix removed. range optimizer is made slightly more stable vs. compiler optimizations
      78da6029
    • unknown's avatar
      Fix for 'make dist' 'make distclean' goals work even if ./configure · e4114faa
      unknown authored
      called without NDB enabled.
      
      e4114faa
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 62b39a75
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/mysql_priv.h:
        Auto merged
      62b39a75
    • unknown's avatar
      After merge fixes · 7828d568
      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
      7828d568
    • unknown's avatar
      Merge with 4.0 to get the latest bug patches to 4.1 · b4cf5325
      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
      b4cf5325
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 99c1a6bf
      unknown authored
      into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-fix
      
      99c1a6bf
    • unknown's avatar
      Removed mysql_tzinfo_to_sql dependancy on sql/mysql_priv.h for circumventing · 4a2cfd51
      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.
      4a2cfd51
    • unknown's avatar
      Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0 · 6dd6a606
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      6dd6a606
    • unknown's avatar
      Add missing .cnf files to windows installation (Bug #4216) · 9dc42fda
      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
      9dc42fda
    • unknown's avatar
      Added missing root user to mysql.user on windows. (Bug #4242) · b77fce84
      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()
      b77fce84
    • unknown's avatar
      merge · d94b3470
      unknown authored
      d94b3470
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.0 · 3e049c57
      unknown authored
      into mysql.com:/home/mydev/mysql-4.0-lock
      
      3e049c57