1. 06 Sep, 2004 6 commits
    • unknown's avatar
      client.c: · 459d26a5
      unknown authored
        sqlstat uninitialized in mysql_init().
      
      
      sql-common/client.c:
        sqlstat uninitialized in mysql_init().
      459d26a5
    • unknown's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.1 · 657e7ce2
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      657e7ce2
    • unknown's avatar
      Bug #5397: Crash with varchar binary and LIKE · ce4541fe
      unknown authored
      ce4541fe
    • unknown's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.1 · e6ebe4dc
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      e6ebe4dc
    • unknown's avatar
      srv0start.c: · 87cab885
      unknown authored
        Fix bug #5414 in 4.1: srv_max_n_threads was always set to only 1000, regardless of the buffer pool size; undelr very high concurrent loads this could cause an assertion failure in sync0arr.c line 384 when we ran out of wait slots for threads; also innodb_thread_concurrency did not work, because the wait queue also there overflowed at 1000 concurrent threads; also remove redundant code
      trx0undo.c:
        Add a missing newline to fprints
      
      
      innobase/trx/trx0undo.c:
        Add a missing newline to fprints
      innobase/srv/srv0start.c:
        Fix bug in 4.1: srv_max_n_threads was always set to only 1000, regardless of the buffer pool size; undelr very high concurrent loads this could cause an assertion failure in sync0arr.c line 384 when we ran out of wait slots for threads; also innodb_thread_concurrency did not work, because the wait queue also there overflowed at 1000 concurrent threads; also remove redundant code
      87cab885
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 10866519
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5291
      
      10866519
  2. 05 Sep, 2004 1 commit
  3. 04 Sep, 2004 3 commits
    • unknown's avatar
      After merge fixes · 27ae2ad4
      unknown authored
      27ae2ad4
    • unknown's avatar
      Merge with 4.0 to get latest bug fixes · 76c986bc
      unknown authored
      
      configure.in:
        Auto merged
      mysql-test/r/merge.result:
        Auto merged
      mysql-test/t/merge.test:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/share/czech/errmsg.txt:
        Auto merged
      sql/share/danish/errmsg.txt:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/share/dutch/errmsg.txt:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      sql/share/estonian/errmsg.txt:
        Auto merged
      sql/share/french/errmsg.txt:
        Auto merged
      sql/share/greek/errmsg.txt:
        Auto merged
      sql/share/hungarian/errmsg.txt:
        Auto merged
      sql/share/italian/errmsg.txt:
        Auto merged
      sql/share/japanese/errmsg.txt:
        Auto merged
      sql/share/korean/errmsg.txt:
        Auto merged
      sql/share/norwegian-ny/errmsg.txt:
        Auto merged
      sql/share/norwegian/errmsg.txt:
        Auto merged
      sql/share/polish/errmsg.txt:
        Auto merged
      sql/share/romanian/errmsg.txt:
        Auto merged
      sql/share/slovak/errmsg.txt:
        Auto merged
      sql/share/spanish/errmsg.txt:
        Auto merged
      sql/share/swedish/errmsg.txt:
        Auto merged
      sql/share/ukrainian/errmsg.txt:
        Auto merged
      mysql-test/r/union.result:
        Merge with 4.0
      mysql-test/t/union.test:
        Merge with 4.0
      sql/ha_innodb.cc:
        Merge with 4.0
      sql/share/german/errmsg.txt:
        Merge with 4.0
      sql/share/portuguese/errmsg.txt:
        Merge with 4.0
      sql/share/russian/errmsg.txt:
        Merge with 4.0
      sql/sql_parse.cc:
        Merge with 4.0
      sql/sql_union.cc:
        Merge with 4.0 (Keep 4.1 code)
      76c986bc
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 29c26399
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
      
      29c26399
  4. 03 Sep, 2004 11 commits
    • unknown's avatar
      merged · 3055cd41
      unknown authored
      3055cd41
    • unknown's avatar
      BUG#5327 - mi_sort_index() of 2-level tree · 56a8a78c
      unknown authored
      56a8a78c
    • unknown's avatar
      A fix for bug#4368 '"like" fails in PreparedStatement, crashes · 079a8d42
      unknown authored
      server': the bug occurs when arguments of LIKE function are in 
      differentcharacter sets. If these character sets are compatible, 
      we create an item-converter. In prepared mode, this item
      needs to be created in memory of current prepared statement.
      
      
      mysql-test/r/ps.result:
        Test for Bug#4368 added.
      mysql-test/t/ps.test:
        A test case for bug#4368 '"like" fails in PreparedStatement, 
        crashes server'.
      079a8d42
    • unknown's avatar
      define macro "DEFINE_ALL_CHARACTER_SETS" in the configure.in completely · 07df19c3
      unknown authored
      
      configure.in:
        define macro "DEFINE_ALL_CHARACTER_SETS" completely
      07df19c3
    • unknown's avatar
      sql_yacc.yy: · cf43c238
      unknown authored
        Allow FROM or IN in SHOW KEYS, as in other SHOW statements.
      
      
      sql/sql_yacc.yy:
        Allow FROM or IN in SHOW KEYS, as in other SHOW statements.
      cf43c238
    • unknown's avatar
      Fix for bug #4373: \u behaves differently · 4ebef8ed
      unknown authored
      4ebef8ed
    • unknown's avatar
      add engine=MyISAM to all create table statements in · 2c644c6e
      unknown authored
      mysql_create_system_tables, just in case
      
      
      scripts/mysql_create_system_tables.sh:
        add engine=MyISAM to all create table statements, just in case
      2c644c6e
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · 6efd33ef
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
      
      
      configure.in:
        Auto merged
      6efd33ef
    • unknown's avatar
      1. discarded term.h from the distribution · 95fa1993
      unknown authored
      2. changed key_* to el_ley_* in the libedit key.h
         (because it's in the conflict with the aix definitions)
      3. use libedit_term.h instead of term.h in the cmd-line-utils/libedit/el.h
      4. added definition of MIN in the cmd-line-utils/libedit/read.c 
         (if it wasn't defined yet)
      5. discarded definition of SUNOS macro from configure.in 
         (now we don't include term.h in the el.h at all)
      
      
      BitKeeper/deleted/.del-term.h~23716a5310508e0:
        Delete: cmd-line-utils/libedit/term.h
      cmd-line-utils/libedit/Makefile.am:
        discarded term.h from the distribution
      cmd-line-utils/libedit/el.c:
        changed 
        key_init -> el_key_init
        key_end -> el_key_end
      cmd-line-utils/libedit/el.h:
        change 
          #include "term.h" 
        to 
          #include "libedit_term.h"
      cmd-line-utils/libedit/key.c:
        changed functions key_... to el_key_... 
        because it's in conflict with the aix definitions
      cmd-line-utils/libedit/key.h:
        changed functions key_... to el_key_... 
        because it's in conflict with the aix definitions
      cmd-line-utils/libedit/map.c:
        changed functions key_... to el_key_... 
        because it's in conflict with the aix definitions
      cmd-line-utils/libedit/read.c:
        1. added definition of MIN
        2. fixed problems with undefined uint
        3. changed key_get to el_key_get
      cmd-line-utils/libedit/term.c:
        1. discarded #include "term.h" at all
        2. changed functions key_* to el_key_*
        3. add declaration of el_key__decode_str
      cmd-line-utils/libedit/tty.c:
        changed functions key_... to el_key_... 
        because it's in conflict with the aix definitions
      configure.in:
        discarded definition of SUNOS macro
        (libedit doesn't require it anymore)
      95fa1993
  5. 02 Sep, 2004 18 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 56c191e2
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/sql_prepare.cc:
        Auto merged
      tests/client_test.c:
        Auto merged
      56c191e2
    • unknown's avatar
      Remove extra '/' after mysql_real_data_home · f2f12233
      unknown authored
      Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
      
      
      mysql-test/mysql-test-run.sh:
        Ensure that clients used the supplied --socket argument
      mysql-test/r/lowercase_table.result:
        Remove tables used in other tests that may affect this one
      mysql-test/r/rename.result:
        Remove tables used in other tests that may affect this one
      mysql-test/t/lowercase_table.test:
        Remove tables used in other tests that may affect this one
      mysql-test/t/rename.test:
        Remove tables used in other tests that may affect this one
      sql/item_cmpfunc.cc:
        Remove not relevant comment
      sql/sql_class.cc:
        Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
      sql/sql_load.cc:
        Remove extra '/' after mysql_real_data_home
      sql/sql_table.cc:
        Remove extra '/' after mysql_real_data_home
      f2f12233
    • unknown's avatar
      errmsg.txt: · f956ce52
      unknown authored
        Add GPL comment
      
      
      sql/share/czech/errmsg.txt:
        Add GPL comment
      sql/share/danish/errmsg.txt:
        Add GPL comment
      sql/share/dutch/errmsg.txt:
        Add GPL comment
      sql/share/english/errmsg.txt:
        Add GPL comment
      sql/share/estonian/errmsg.txt:
        Add GPL comment
      sql/share/french/errmsg.txt:
        Add GPL comment
      sql/share/german/errmsg.txt:
        Add GPL comment
      sql/share/greek/errmsg.txt:
        Add GPL comment
      sql/share/hungarian/errmsg.txt:
        Add GPL comment
      sql/share/italian/errmsg.txt:
        Add GPL comment
      sql/share/japanese/errmsg.txt:
        Add GPL comment
      sql/share/korean/errmsg.txt:
        Add GPL comment
      sql/share/norwegian-ny/errmsg.txt:
        Add GPL comment
      sql/share/norwegian/errmsg.txt:
        Add GPL comment
      sql/share/polish/errmsg.txt:
        Add GPL comment
      sql/share/portuguese/errmsg.txt:
        Add GPL comment
      sql/share/romanian/errmsg.txt:
        Add GPL comment
      sql/share/russian/errmsg.txt:
        Add GPL comment
      sql/share/slovak/errmsg.txt:
        Add GPL comment
      sql/share/spanish/errmsg.txt:
        Add GPL comment
      sql/share/swedish/errmsg.txt:
        Add GPL comment
      sql/share/ukrainian/errmsg.txt:
        Add GPL comment
      f956ce52
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1f49b7a2
      unknown authored
      into mysql.com:/Users/mikron/mysql-4.1
      
      1f49b7a2
    • unknown's avatar
      srv0start.c: · 6ae28329
      unknown authored
        Change a reference to ibman.php to a reference in the MySQL manual; someone should change the 20 other places in the source code where we still refer to ibman.php
      
      
      innobase/srv/srv0start.c:
        Change a reference to ibman.php to a reference in the MySQL manual; someone should change the 20 other places in the source code where we still refer to ibman.php
      6ae28329
    • unknown's avatar
      A fix and test case for Bug#4231 "Wrong result with MYSQL_TIME · a6fe5f24
      unknown authored
      parameters": when unpacking binary time recieved from client, handle
      the case when length is 0: it means all MYSQL_TIME members are zero.
      
      
      include/my_time.h:
        Declaration for set_zero_time: a tiny piece of code, which I
        see no reason to not reuse.
      libmysql/libmysql.c:
        set_zero_time implementation is now shared between client and
        server.
      sql-common/my_time.c:
        set_zero_time implementation added.
      sql/sql_prepare.cc:
        A fix for Bug#4231 "Wrong result with MYSQL_TIME parameters": 
        when unpacking binary time recieved from client, handle the
        case when length is 0: it means all MYSQL_TIME members are zero.
      tests/client_test.c:
        Test case for bug#4231 "Wrong result with MYSQL_TIME parameters"
      a6fe5f24
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · e5dc4a51
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/sql_select.cc:
        Auto merged
      tests/client_test.c:
        Auto merged
      e5dc4a51
    • unknown's avatar
      After merge fixes · 16701793
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Export MASTER_MYSOCK (used in some tests)
      mysql-test/t/alter_table.test:
        Use MASTER_MYSOCK instead of master.sock
      16701793
    • unknown's avatar
      Fix for overwriting of the stack when table name length was larger · c7b08671
      unknown authored
      than 32 bytes. getWords interpreted length as number of words and
      got number of bytes.
      
      c7b08671
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 95b6deaf
      unknown authored
      into mysql.com:/Users/mikron/mysql-4.1
      
      95b6deaf
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0 · 77919917
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5232
      
      77919917
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 · ffb38878
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.4815
      
      ffb38878
    • unknown's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.1 · a048db40
      unknown authored
      into hundin.mysql.fi:/home/marko/k/mysql-4.1
      
      a048db40
    • unknown's avatar
    • unknown's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.1 · 25fd677e
      unknown authored
      into hundin.mysql.fi:/home/marko/k/mysql-4.1
      
      25fd677e
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 · 05406b50
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.4815
      
      
      sql/sql_class.cc:
        Auto merged
      05406b50
    • unknown's avatar
      Addition to the fix for #4815 · d08d32bc
      unknown authored
      
      sql/sql_class.cc:
        Code simplified with strxnmov
      d08d32bc
    • unknown's avatar
      Fix for bug #5302 · 60de0700
      unknown authored
      60de0700
  6. 01 Sep, 2004 1 commit