1. 16 Feb, 2005 1 commit
  2. 14 Feb, 2005 9 commits
    • unknown's avatar
      manually merged · 2d8b5199
      unknown authored
      
      client/mysqlbinlog.cc:
        Auto merged
      configure.in:
        Auto merged
      include/my_global.h:
        Auto merged
      include/my_pthread.h:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      mysql-test/include/varchar.inc:
        Auto merged
      mysql-test/r/bdb.result:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/r/mysqlbinlog2.result:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      mysql-test/t/user_var.test:
        Auto merged
      mysys/hash.c:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/log_event.h:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/slave.h:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_repl.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_trigger.cc:
        Auto merged
      mysql-test/r/ctype_ucs.result:
        ul
      mysql-test/r/drop_temp_table.result:
        ul
      mysql-test/r/innodb.result:
        ul
      mysql-test/r/insert_select.result:
        ul
      mysql-test/r/mix_innodb_myisam_binlog.result:
        ul
      mysql-test/r/rpl_change_master.result:
        ul
      mysql-test/r/rpl_charset.result:
        ul
      mysql-test/r/rpl_error_ignored_table.result:
        ul
      mysql-test/r/rpl_flush_log_loop.result:
        ul
      mysql-test/r/rpl_flush_tables.result:
        ul
      mysql-test/r/rpl_loaddata.result:
        ul
      mysql-test/r/rpl_loaddata_rule_m.result:
        ul
      mysql-test/r/rpl_log.result:
        ul
      mysql-test/r/rpl_max_relay_size.result:
        ul
      mysql-test/r/rpl_relayrotate.result:
        ul
      mysql-test/r/rpl_replicate_do.result:
        ul
      mysql-test/r/rpl_rotate_logs.result:
        ul
      mysql-test/r/rpl_temporary.result:
        ul
      mysql-test/r/rpl_timezone.result:
        ul
      mysql-test/r/rpl_until.result:
        ul
      mysql-test/r/rpl_user_variables.result:
        ul
      mysql-test/r/user_var.result:
        ul
      2d8b5199
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-5.0 · ff4e1476
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      ff4e1476
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 11eb4ab7
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      11eb4ab7
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · cc2843e2
      unknown authored
      into hundin.mysql.fi:/home/marko/k/mysql-5.0
      
      
      sql/ha_innodb.cc:
        Auto merged
      cc2843e2
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 · 28bb6893
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      sql/ha_innodb.cc:
        Auto merged
      28bb6893
    • unknown's avatar
      Fix for bug#8156:information_schema and lowercase_table3 fail on OSX · b6a09ac0
      unknown authored
      Can't repeat information_schema test failure
      Fix for lowercase_table3 only
      
      
      mysql-test/r/lowercase_table3.result:
        Fix for bug#8156:information_schema and lowercase_table3 fail on OSX
      mysql-test/t/lowercase_table3.test:
        Fix for bug#8156:information_schema and lowercase_table3 fail on OSX
      sql/ha_innodb.cc:
        Fix for bug#8156:information_schema and lowercase_table3 fail on OSX
      b6a09ac0
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2ad16243
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      2ad16243
    • unknown's avatar
      ha_innodb.cc: · c1085da6
      unknown authored
        Fix a glitch reported by Guilhem: release the memory allocated for innodb_internal_... if innobase_init() fails; cleanups: in ha_innodb, you should use the InnoDB formatting style for the source code
      
      
      sql/ha_innodb.cc:
        Fix a glitch reported by Guilhem: release the memory allocated for innodb_internal_... if innobase_init() fails; cleanups: in ha_innodb, you should use the InnoDB formatting style for the source code
      c1085da6
    • unknown's avatar
      InnoDB: Small improvements to earlier patch (fix Bug #7350 better), · 93fd4590
      unknown authored
      suggested in review by Heikki.
      
      
      innobase/include/data0type.h:
        Improve comment of dtype_struct.
      innobase/include/data0type.ic:
        Rename innobase_get_mb_cset() to innobase_get_cset_width().
        dtype_get_fixed_size(): Add an extra integrity check for
        type->prtype, type->mbminlen and type->mbmaxlen.
      sql/ha_innodb.cc:
        Rename innobase_get_mb_cset() to innobase_get_cset_width()
      93fd4590
  3. 13 Feb, 2005 2 commits
    • unknown's avatar
      row0mysql.c: · 602d9a03
      unknown authored
        Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t
      
      
      innobase/row/row0mysql.c:
        Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t
      602d9a03
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl · f37290b9
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      f37290b9
  4. 12 Feb, 2005 2 commits
  5. 11 Feb, 2005 11 commits
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0e9b1c1d
      unknown authored
      into hundin.mysql.fi:/home/marko/mysql-5.0
      
      
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      0e9b1c1d
    • unknown's avatar
      Merge mysql.com:/M41/upward-4.1 into mysql.com:/M50/merge-5.0 · 12e4d1c8
      unknown authored
      
      Build-tools/Do-compile:
        Auto merged
      12e4d1c8
    • unknown's avatar
      After merge fix. · 58de6bb9
      unknown authored
      58de6bb9
    • unknown's avatar
      Merge · 72750ad9
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/triggers/post-commit:
        Auto merged
      include/my_pthread.h:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/table.cc:
        SCCS merged
      72750ad9
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 53596fa1
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug8306
      
      
      53596fa1
    • unknown's avatar
      Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M41/merge-4.1 · 12df0887
      unknown authored
      
      Build-tools/Do-compile:
        Auto merged
      12df0887
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · 4b7e8a8e
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      extra/replace.c:
        Auto merged
      4b7e8a8e
    • unknown's avatar
      select.result: · d78bd41f
      unknown authored
        Adjusted results of the test case for bug #7520 for 4.1.
      
      
      mysql-test/r/select.result:
        Adjusted results of the test case for bug #7520 for 4.1.
      d78bd41f
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0 · dca07cf0
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      extra/replace.c:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      sql/table.cc:
        Auto merged
      dca07cf0
    • unknown's avatar
      select.result, select.test: · 95409456
      unknown authored
        Added a test case for bug #7520.
      table.cc:
        Fixed bug #7520.
        The bug was caused by a wrong calculation of the field max_key_length for
        a TABLE structure when there was an index on a blob field.
      
      
      sql/table.cc:
        Fixed bug #7520.
        The bug was caused by a wrong calculation of the field max_key_length for
        a TABLE structure when there was an index on a blob field.
      mysql-test/t/select.test:
        Added a test case for bug #7520.
      mysql-test/r/select.result:
        Added a test case for bug #7520.
      95409456
    • unknown's avatar
      Set of fixes requested by Kent in IRC. Tested (except the windows changes... · f59911fc
      unknown authored
      Set of fixes requested by Kent in IRC. Tested (except the windows changes since I am trusting Kent...). No windows compiles here folks...
      
      
      VC++Files/tests/mysql_client_test.dsp:
        fix request by Kent
      sql/item.cc:
        fix requested by kent
      f59911fc
  6. 10 Feb, 2005 15 commits
    • unknown's avatar
      Merge commit trigger · a20374e3
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      extra/replace.c:
        Auto merged
      BitKeeper/triggers/post-commit:
        Merge changes
      a20374e3
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0 · 77d24615
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-clean
      
      
      77d24615
    • unknown's avatar
    • unknown's avatar
      BUG#6749: If there is no current database, then nothing should be binlogged if · 9f4f7980
      unknown authored
      binlog-do-db or binlog-ignore-db are in effect.   (In the future 5.1? 5.0? I think 
      each statement should be verified against the filtering criteria based on the database
      it *uses* and not the *current* one.  But, right now the *current* database is what 
      counts according to the semantics of the manual.)
      
      
      sql/log.cc:
        BUG#6749: If there is no current database, then nothing should be binlogged if
        binlog-do-db or binlog-ignore-db are in effect.   (In the future I think that each 
        statement should be verified against the filtering criteria based on the database
        it *uses* and not the *current* one.  But, right now the *current* database is what 
        counts according to the semantics of the manual.)
      9f4f7980
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.0 · 6520c161
      unknown authored
      into mysql.com:/home/bk/b7853-mysql-5.0
      
      
      client/mysqlbinlog.cc:
        Auto merged
      mysql-test/r/mysqlbinlog.result:
        Auto merged
      6520c161
    • unknown's avatar
      Bug#8391 - "merge" fails on Linux/IA64 · 8abafe35
      unknown authored
      It was a thread stack overrun.
      IA64 had its own stack size section already.
      Enlarged its default stack size from 192K to 256K.
      
      
      8abafe35
    • unknown's avatar
      Merge mysql.com:/home/kostja/work/mysql-4.1-root · 6cdda5b3
      unknown authored
      into mysql.com:/home/kostja/work/mysql-5.0-root
      
      
      libmysql/libmysql.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      6cdda5b3
    • unknown's avatar
      Follow-up for bug#7990 · d9039e87
      unknown authored
      
      libmysql/libmysql.c:
        And now put it to the proper place and make it work (Bug#7990)
      tests/mysql_client_test.c:
        Enable the test for bug#7990
      d9039e87
    • unknown's avatar
      Merge mysql.com:/home/kostja/work/mysql-4.1-root · 98bc2348
      unknown authored
      into mysql.com:/home/kostja/work/mysql-5.0-root
      
      
      libmysql/libmysql.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      98bc2348
    • unknown's avatar
      Fix -ansi -pedantic compilation failure. · bebba958
      unknown authored
      bebba958
    • unknown's avatar
      A fix and test case for Bug#7990 "mysql_stmt_close doesn't · a26ce94f
      unknown authored
      reset mysql->net.last_error": the solution is to clear
      MYSQL->net error before performing COM_CLOSE: if the call
      succeeds, the connection is usable for other statements.
      More comprehensive fix is to clear MYSQL->net for all
      recoverable errors at the time they happen, it will be
      implemented in 5.0 as it introduces incompatibility in behavior.
      
      
      libmysql/libmysql.c:
        A simple fix for Bug#7990 "mysql_stmt_close doesn't reset 
        mysql->net.last_error"
      tests/mysql_client_test.c:
        A test case for Bug#7990 " mysql_stmt_close doesn't reset 
        mysql->net.last_error"
      a26ce94f
    • unknown's avatar
      manual merge · c7674f14
      unknown authored
      
      libmysql/libmysql.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      c7674f14
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 77b2435e
      unknown authored
      into neptunus.homeip.net:/home/msvensson/mysql/mysql-5.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      77b2435e
    • unknown's avatar
      Things missing in last changset · 4adab48b
      unknown authored
      After merge fixes
      Don't give duplicate warnings for some ::store() functions
      
      
      mysql-test/mysql-test-run.sh:
        Added back missing line
      mysql-test/r/ps_2myisam.result:
        Update results after removing duplicate warnings from ::store()
      mysql-test/r/ps_3innodb.result:
        Update results after removing duplicate warnings from ::store()
      mysql-test/r/ps_4heap.result:
        Update results after removing duplicate warnings from ::store()
      mysql-test/r/ps_5merge.result:
        Update results after removing duplicate warnings from ::store()
      sql/field.cc:
        Don't give duplicate warnings for some ::store() functions
        Before we could get different number of warnings in the test suite for different platforms
      sql/field.h:
        Update results after removing duplicate warnings from ::store()
      sql/sql_class.h:
        Update results after removing duplicate warnings from ::store()
      sql/sql_error.cc:
        Update results after removing duplicate warnings from ::store()
      sql/sql_list.h:
        After merge fix
      4adab48b
    • unknown's avatar
      8cd6d181