1. 31 May, 2007 6 commits
  2. 30 May, 2007 26 commits
    • unknown's avatar
      Build warning cleanup · bd195935
      unknown authored
      bd195935
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl · 00466431
      unknown authored
      into  dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/tmp/merge_5.0
      
      
      mysql-test/t/binlog_killed.test:
        manual merge bug#22725 test
      00466431
    • unknown's avatar
      bug#22725 · e61c9336
      unknown authored
      refining the test because of Bug #28786 'reset master' does not reset binlogging on embeded server
      
      
      mysql-test/t/binlog_killed.test:
        the test can not pass on embedded server. Setting the include-guard.
      e61c9336
    • unknown's avatar
      Merge kpettersson@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · a68dfe9f
      unknown authored
      into  adventure.(none):/home/thek/Development/cpp/mysql-5.1-runtime
      
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      a68dfe9f
    • unknown's avatar
      Merge adventure.(none):/home/thek/Development/cpp/bug24988/my51-bug24988 · db098dbf
      unknown authored
      into  adventure.(none):/home/thek/Development/cpp/mysql-5.1-runtime
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      db098dbf
    • unknown's avatar
      e79ca3f3
    • unknown's avatar
      Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl · c2c2f5bc
      unknown authored
      into  mysql.com:/nfsdisk1/lars/bk/mysql-5.1-new-rpl
      
      c2c2f5bc
    • unknown's avatar
      Masking out error that is not generated by the test (rpl_ndb_basic.test) itself · f6324a2f
      unknown authored
      
      mysql-test/r/rpl_ndb_basic.result:
        Masking out error that is not generated by the test itself
      mysql-test/t/rpl_ndb_basic.test:
        Masking out error that is not generated by the test itself
      f6324a2f
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl · 22090689
      unknown authored
      into  dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/mysql-5.1-new-rpl
      
      22090689
    • unknown's avatar
      bug#22725 · 42c8776c
      unknown authored
      the test is not supposed for row format. the include-guard is set.
      
      
      mysql-test/t/binlog_killed.test:
        the test does not apply to rbr
      42c8776c
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl · d9c17d2e
      unknown authored
      into  dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/mysql-5.1-new-rpl
      
      d9c17d2e
    • unknown's avatar
      CMakeLists.txt: · 617ca836
      unknown authored
        Adding strnlen.c into the list of source files.
      
      
      strings/CMakeLists.txt:
        Adding strnlen.c into the list of source files.
      617ca836
    • unknown's avatar
      1. Fix memory leak. · 907f4713
      unknown authored
      2. Use multibyte-safe constant.
      
      
      sql/sp.cc:
        Fix memory leak.
      sql/sp_head.cc:
        Use multibyte-safe constant.
      907f4713
    • unknown's avatar
      bug#17654 --read-from-remote-server causes core · 7434a1b7
      unknown authored
      fixing FD event issue that showed up on pb.
      
      
      client/mysqlbinlog.cc:
        resetting temp_buf specially for FD event to avoid double-freeing
      7434a1b7
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl · ab7aac73
      unknown authored
      into  mysql.com:/home/bar/mysql-5.1.b28558
      
      ab7aac73
    • unknown's avatar
      Define HAVE_STRNLEN correctly. · 964a1191
      unknown authored
      
      include/config-win.h:
        strnlen() presents in the build in library only starting from
        Visual Studio 2005, identified by _MSC_VER 1400.
        Previous versions of Visual Studio didn't have this
        function, so they need the MySQL replacement function to be compiled.
      964a1191
    • unknown's avatar
      Added extra parenthesis to remove compiler warning · 678d22b8
      unknown authored
      Fixed test case rpl_incident.test (synchronize drop table, masked IO thread behaviour)
      
      
      mysql-test/r/rpl_incident.result:
        Masking master_log_file since IO thread is not synchronized in rpl_incident.test
      mysql-test/t/rpl_incident.test:
        Masking master_log_file since IO thread is not synchronized in rpl_incident.test
        Correcting drop of table so it is synchronized
      sql/log_event.cc:
        Added extra parenthesis to remove compiler warning
      678d22b8
    • unknown's avatar
      Fixing wrong memory read problem detected by Valgrind in "xml" test. · cf1c80b8
      unknown authored
      The source of the problem was in my_vsnprintf() implementation.
      
      
      strings/my_vsnprintf.c:
        Fixing a problem in vsnprintf('%.*s', len, ptr)
        When processing the above format, it's incorrect
        to use strlen() because the string is not necessarily
        a null terminated string.
        Changing strlen() followed by set_if_smaller()
        to strnlen() - which covers both cases - limiting
        by '\0' and by "len".
      cf1c80b8
    • unknown's avatar
      Merge... · 3f29ea0b
      unknown authored
      Merge dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/home/elkin/MySQL/TEAM/FIXES/5.1/bug27044_slave_dup2unique
      into  dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/tmp/merge_5.0
      
      
      sql/log_event.cc:
        Auto merged
      3f29ea0b
    • unknown's avatar
      bug#22725 · c8ffd715
      unknown authored
      merge 5.0 with 5.1
      
      
      mysql-test/t/binlog_killed.test:
        offset change in 5.1
      c8ffd715
    • unknown's avatar
      Disable IM tests. · 06155d44
      unknown authored
      06155d44
    • unknown's avatar
      Merge dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/5.0 · a59ef18d
      unknown authored
      into  dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/tmp/merge_5.0
      
      a59ef18d
    • unknown's avatar
      bug#22725 · 6d63028c
      unknown authored
      test comments correction
      
      
      mysql-test/r/binlog_killed.result:
        changed
      mysql-test/t/binlog_killed.test:
        wrong comments (but important ones) left;
        little refinement in result calc
      6d63028c
    • unknown's avatar
      Disable IM-tests. · c9aa3217
      unknown authored
      c9aa3217
    • unknown's avatar
      Bug#28600 Yen sign and overline ujis conversion change · 209711c0
      unknown authored
      Problem: Unicode->UJIS followed incorrect conversion
      rules for U+00A5 YEN SIGN and U+203E OVERLINE,
      so these characters were converted to ujis 0x8E5C
      and 0x8E7E accordingly.
      
      This behaviour would be correct for a JIS-X-0201 based character set,
      but this is wrong for UJIS, which is documented as x-eucjp-unicode-0.9,
      and which is based on ASCII for the range U+0000..U+007F.
      
      Fix:
      removing JIS-X-0201 conversion rules, making UJIS ASCII compatible.
      YEN SIGN and OVERLINE do not have corresponding UJIS characters anymore
      and converted to 0x3F QUESTION MARK, throwing a warning in appropriative cases.
      
      This patch also includes a test covering full UJIS->Unicode->UJIS mapping.
      
      
      sql/field.cc:
        Nicer error message format:
        always use HEX notation when printing warnings about UCS2 values -
        this is more readable.
      strings/ctype-ujis.c:
        Removing incorrect Unicode->UJIS mapping.
        MySQL "UJIS" is x-eucjp-unicode-0.9.
      mysql-test/r/ctype_ujis_ucs2.result:
        New BitKeeper file ``mysql-test/r/ctype_ujis_ucs2.result''
      mysql-test/t/ctype_ujis_ucs2.test:
        New BitKeeper file ``mysql-test/t/ctype_ujis_ucs2.test''
      209711c0
    • unknown's avatar
      Merge dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/5.0 · 9225bf94
      unknown authored
      into  dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/tmp/merge_5.0
      
      9225bf94
  3. 29 May, 2007 8 commits
    • unknown's avatar
      bug#22725 · 9e6fb5f7
      unknown authored
      combining the final result variable in such way that either option of the test execution
      will yield zero.
      
      
      mysql-test/r/binlog_killed.result:
        results changed
      mysql-test/t/binlog_killed.test:
        there are two options for the test passing:
        1. no rows inserted and the INSERT gets killed, then there is no INSERT query in binlog
        2. all rows inserted, then INSERT gets to binlog and error_code is zero
      9e6fb5f7
    • unknown's avatar
      Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · de169b8c
      unknown authored
      into  weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge
      
      
      sql/sp_head.cc:
        Auto merged
      de169b8c
    • unknown's avatar
      Manual merge · 5af525b0
      unknown authored
      
      sql/sp_head.cc:
        Manual merge, bug#27876
      sql/sql_lex.cc:
        Manual merge, bug#27876
      sql/sql_lex.h:
        Manual merge, bug#27876
      sql/sql_view.cc:
        Manual merge, bug#27876
      tests/mysql_client_test.c:
        Manual merge, bug#27876
      5af525b0
    • unknown's avatar
      bug#22725 · c1b19196
      unknown authored
      tests refining, see binlog_killed.test file for details
      
      
      mysql-test/r/binlog_killed.result:
        results changed
      mysql-test/t/binlog_killed.test:
        killer conn waits for the first row to appear;
        log-disabling kill query since prey's id is not deterministic;
        correcting pattern to search in binlog for insert query;
      c1b19196
    • unknown's avatar
      bug#22725 · 762b455e
      unknown authored
      merge with 5.0
      
      
      sql/sql_class.cc:
        THD::binlog_query receives killed status arg with default the same for Query_log_event
      sql/sql_class.h:
        relocation public binlog_query down to the point where killed_state is declared
      762b455e
    • unknown's avatar
      Merge dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/5.0 · 36e61fa4
      unknown authored
      into  dsl-hkibras1-ff5dc300-70.dhcp.inet.fi:/tmp/merge_5.0
      
      
      sql/sql_insert.cc:
        Auto merged
      36e61fa4
    • unknown's avatar
      bug#22725 · 420e7509
      unknown authored
      refining the test.
      
      
      mysql-test/t/binlog_killed.test:
        due to killing reap may catch an error though it's indeterministic.
      420e7509
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · fbd4a756
      unknown authored
      into  ibm.:/home/alik/Documents/MySQL/devel/5.1-rt-cs-3
      
      fbd4a756