1. 09 May, 2005 3 commits
    • unknown's avatar
      Brian's mysqldump test modifications made on Ramil's laptop. · e7c27b6f
      unknown authored
      
      mysql-test/r/mysqldump.result:
        Brian's modifications made on Ramil's laptop.
      mysql-test/t/mysqldump.test:
        Brian's modifications made on Ramil's laptop.
      e7c27b6f
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 312942b9
      unknown authored
      into mysql.com:/home/ram/work/5.0
      
      
      312942b9
    • unknown's avatar
      Fix for bug #9798: Rollup crash with InnoDB in setup_sum_funcs(). · 51e86278
      unknown authored
      
      sql/opt_range.cc:
        Fix for bug #9798: Rollup crash with InnoDB in setup_sum_funcs().
        Disable mix/max group by optimization for queries with rollup for now.
        Note: the actual bug was hidden; if this optimization works with rollup
        queries we will have to change some code:
        
        the problem is that we call the join->make_sum_func_list() function against 
        changed thd->mem_root (see SQL_SELECT::test_quick_select()) which creates some
        items for rollup, then we free that mem_root, then we try to reuse (free) those
        items.
      51e86278
  2. 08 May, 2005 16 commits
    • unknown's avatar
      Merge · 291a628e
      unknown authored
      
      client/mysqldump.c:
        Auto merged
      mysql-test/r/mysqldump.result:
        Auto merged
      client/client_priv.h:
        c
        e
        ?
        h
      mysql-test/t/mysqldump.test:
        Resolved conflict.
      291a628e
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · 848611b5
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      848611b5
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · d808b76d
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
      
      
      d808b76d
    • unknown's avatar
      make_binary_distribution.sh: · 67312e3d
      unknown authored
        - Remove vendor tag from package names.
        - Map standard OS names to user-friendly versions.
      
      
      scripts/make_binary_distribution.sh:
        - Remove vendor tag from package names.
        - Map standard OS names to user-friendly versions.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      67312e3d
    • unknown's avatar
      Merge · b40842f2
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-errmsg.txt~31abf77f9e7b9211:
        Auto merged
      configure.in:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      sql/ha_blackhole.cc:
        Auto merged
      sql/share/Makefile.am:
        Auto merged
      b40842f2
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · 69231460
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      69231460
    • unknown's avatar
      Removed call to cond_push for empty cond · facce925
      unknown authored
      facce925
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · c0f4ae6b
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      c0f4ae6b
    • unknown's avatar
      Fixes to compile with icc · 8b31c677
      unknown authored
      8b31c677
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 1923ddea
      unknown authored
      into ultrafly.mysql.com:/Users/mwagner/work/bk/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      1923ddea
    • unknown's avatar
      errmsg.txt: · 1a4fd96b
      unknown authored
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      
      
      sql/share/czech/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/danish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/dutch/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/english/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/estonian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/french/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/german/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/greek/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/hungarian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/italian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/japanese/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/japanese-sjis/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/korean/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/norwegian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/norwegian-ny/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/polish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/portuguese/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/romanian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/russian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/serbian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/slovak/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/spanish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/swedish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/ukrainian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1a4fd96b
    • unknown's avatar
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · e7849122
      unknown authored
      into ltantony.mysql.com:/usr/home/antony/work2/fixbuild-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      e7849122
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 · bee950bd
      unknown authored
      into ltantony.mysql.com:/usr/home/antony/work2/fixbuild-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      bee950bd
    • unknown's avatar
      Merge ltantony.mysql.com:/usr/home/antony/work2/fixbuild-4.1 · fcf18772
      unknown authored
      into ltantony.mysql.com:/usr/home/antony/work2/fixbuild-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      fcf18772
    • unknown's avatar
      FreeBSD doesn't have /proc/cpuinfo, use sysctl to find cpu model. · 9a8e31a4
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9a8e31a4
  3. 07 May, 2005 21 commits
    • unknown's avatar
      Bug#6925 · 40eb77b7
      unknown authored
        Comment/*COMMENT*/is not a separator
        Ensure that whitespace is inserted after C-style comment if required.
      
      
      client/mysql.cc:
        Ensure that whitespace is inserted after C-style comment if required.
      40eb77b7
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 1e871729
      unknown authored
      into ltantony.mysql.com:/usr/home/antony/work2/megapatch-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      1e871729
    • unknown's avatar
      Merge · c6ac6aa5
      unknown authored
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      ndb/src/ndbapi/Ndb.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        SCCS merged
      c6ac6aa5
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3ecd3187
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      3ecd3187
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · 63b89d81
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      63b89d81
    • unknown's avatar
      Removed double cond_push · 0410766f
      unknown authored
      0410766f
    • unknown's avatar
      bug#9813: Post review fixes · 7aa73081
      unknown authored
      7aa73081
    • unknown's avatar
      - Windows compile fix for ha_blackhole.cc - use #include "mysql_priv.h" instead of · 8222d259
      unknown authored
        #include <mysql_priv.h>
      
      
      sql/ha_blackhole.cc:
        - Windows compile fix - use #include "mysql_priv.h" instead of #include <mysql_priv.h>
      8222d259
    • unknown's avatar
      Patch for --insert-ignore · a508af3c
      unknown authored
      
      client/client_priv.h:
        Additional option for insert-ignore
      client/mysqldump.c:
        Additional insert-ignore, change of delayed variable to insert_option
      mysql-test/r/mysqldump.result:
        Test results for --ignore-insert option.
      mysql-test/t/mysqldump.test:
        New additions to the test.
      a508af3c
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · af38185d
      unknown authored
      into trift-lap.fambruehe:/MySQL/M50/mysql-5.0
      
      
      af38185d
    • unknown's avatar
      Corrections to test "sp", stored procedure "fib" (see entry 9937 in the bug DB). · 81a895f7
      unknown authored
      
      mysql-test/r/sp.result:
        Correct the result file for the changed test.
      mysql-test/t/sp.test:
        1) Correct the "fib" stored procedure and its initial data to be mathematical correct: fib(0) = 0
        2) Do a small run of "fib" first, that is not likely to hit a memory limit (see entry 9937 in the bug DB).
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      81a895f7
    • unknown's avatar
      Merge · 49892746
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/insert_update.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_yacc.yy:
        SCCS merged
      49892746
    • unknown's avatar
      Merge · 04b938c9
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      sql/share/Makefile.am:
        Auto merged
      libmysql/libmysql.c:
        Merge from 4.0
      04b938c9
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 6d89aa73
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      6d89aa73
    • unknown's avatar
      Fix tests after merge · 3cd4b7a9
      unknown authored
      
      mysql-test/r/create.result:
        Update result
      mysql-test/r/type_ranges.result:
        Update result
      mysql-test/t/archive.test:
        Rewrite path for embedded server testing
      3cd4b7a9
    • unknown's avatar
      Fix for embedded server to compile · a1355f91
      unknown authored
      
      sql/sql_show.cc:
        operations with grant_tables should be #ifdef-ed
      a1355f91
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2b18eedc
      unknown authored
      into mysql.com:/home/ram/work/5.0
      
      
      2b18eedc
    • unknown's avatar
      Merge · 474a4d5d
      unknown authored
      
      BUILD/FINISH.sh:
        Auto merged
      client/mysql.cc:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      sql/ha_heap.cc:
        Auto merged
      mysql-test/r/create.result:
        Merge changes
      mysql-test/r/temp_table.result:
        SCCS merged
      mysql-test/t/temp_table.test:
        Merge new tests
      sql/item.cc:
        Merge from 4.1
      sql/sql_select.cc:
        Merge from 4.1
      474a4d5d
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · de275d94
      unknown authored
      into mysql.com:/home/gluh/MySQL/Bugs/5.0.10261
      
      
      de275d94
    • unknown's avatar
      Fix for bug#10261: INFORMATION_SCHEMA.COLUMNS, incomplete result for non root user · 6cc34bf2
      unknown authored
         I_S table columns information is available for any user 
      
      
      mysql-test/r/information_schema.result:
        Fix for bug#10261: INFORMATION_SCHEMA.COLUMNS, incomplete result for non root user
      mysql-test/t/information_schema.test:
        Fix for bug#10261: INFORMATION_SCHEMA.COLUMNS, incomplete result for non root user
      sql/sql_show.cc:
        Fix for bug#10261: INFORMATION_SCHEMA.COLUMNS, incomplete result for non root user
      6cc34bf2
    • unknown's avatar
      Backport fix for escaping multibyte characters. (Bug #9864) · e584559f
      unknown authored
      
      libmysql/libmysql.c:
        Backport fix for escaping multibyte characters from 4.1
      e584559f