1. 01 Jul, 2008 1 commit
    • Mattias Jonsson's avatar
      Bug#36732: many disabled ndb tests in test suite parts · 67174b71
      Mattias Jonsson authored
      REORGANIZE TEST parts WHERE ENGINE='NDB' ;)
      
      Updated tests for better matching NDB's limitations.
      
      Removed some duplicate tests.
      
      mysql-test/suite/parts/inc/part_supported_sql_funcs_delete.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added variable for NDB (since it does not support
        DROP PARTITION)
      mysql-test/suite/parts/inc/partition_alter_11.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Assigning directly to variable without going
        through the server.
      mysql-test/suite/parts/inc/partition_bigint.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added --sorted_result for consistency
        lowered number of partitions for use with NDB
        (NDB can only do maximum of 8 partitions)
      mysql-test/suite/parts/inc/partition_int.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added --sorted_result for consistency
        lowered number of partitions for use with NDB
        (NDB can only do maximum of 8 partitions)
      mysql-test/suite/parts/inc/partition_mediumint.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added --sorted_result for consistency
        lowered number of partitions for use with NDB
        (NDB can only do maximum of 8 partitions)
      mysql-test/suite/parts/inc/partition_smallint.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added --sorted_result for consistency
        lowered number of partitions for use with NDB
        (NDB can only do maximum of 8 partitions)
      mysql-test/suite/parts/inc/partition_supported_sql_funcs.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Made it work better with NDB
      mysql-test/suite/parts/inc/partition_tinyint.inc:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added --sorted_result for consistency
        lowered number of partitions for use with NDB
        (NDB can only do maximum of 8 partitions)
      mysql-test/suite/parts/r/ndb_blob_partition.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/r/ndb_dd_backuprestore.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/ndb_partition_error.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/r/ndb_partition_key.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/r/ndb_partition_list.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/r/ndb_partition_range.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/r/part_supported_sql_func_ndb.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_alter1_1_innodb.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_alter1_1_myisam.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_alter1_2_innodb.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file.
        Diff bigger than necessary, due to bzr diff bug.
      mysql-test/suite/parts/r/partition_alter1_2_myisam.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_alter2_innodb.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_alter2_myisam.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_engine_ndb.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_int_innodb.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_int_myisam.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/partition_int_ndb.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Updated result file
      mysql-test/suite/parts/r/rpl_ndb_dd_partitions.result:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/rpl_ndb
      mysql-test/suite/parts/t/disabled.def:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removed some duplicate tests, fixed some tests.
        Removed the 'runs too long on PB' test from
        disabled.def and made them to require 'big-test'.
      mysql-test/suite/parts/t/ndb_blob_partition.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/t/ndb_dd_backuprestore.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/ndb_partition_error.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/t/ndb_partition_key.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/t/ndb_partition_list.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/t/ndb_partition_range.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/ndb
      mysql-test/suite/parts/t/part_supported_sql_func_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
        Added ndb restriction variables.
      mysql-test/suite/parts/t/partition_alter1_1_2_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        requiring big-test instead of disable it.
      mysql-test/suite/parts/t/partition_alter1_1_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        requiring big-test instead of disable it.
      mysql-test/suite/parts/t/partition_alter1_2_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        requiring big-test instead of disable it.
      mysql-test/suite/parts/t/partition_alter2_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/partition_basic_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/partition_bit_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/partition_engine_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/partition_int_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/partition_syntax_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/partition_value_ndb.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Added new=on for allowing test of
        hash/range and list partitioning.
      mysql-test/suite/parts/t/rpl_ndb_dd_partitions.test:
        Bug#36732: many disabled ndb tests in test suite parts
        
        Removing this duplicate test since it already
        exists (and updated) in suite/rpl_ndb
      67174b71
  2. 19 May, 2008 2 commits
  3. 18 May, 2008 4 commits
    • unknown's avatar
      Merge host.loc:/work/bk/5.0-bugteam · c5865cfd
      unknown authored
      into  host.loc:/work/bk/5.1-bugteam
      
      
      sql/sql_update.cc:
        Auto merged
      c5865cfd
    • unknown's avatar
      Merge host.loc:/work/bugs/5.0-bugteam-36676 · 8bc987ab
      unknown authored
      into  host.loc:/work/bk/5.0-bugteam
      
      
      8bc987ab
    • unknown's avatar
      Fixed bug#36676: multiupdate using LEFT JOIN updates only · 29e7fa25
      unknown authored
                       first row or fails with an error:
        ERROR 1022 (23000): Can't write; duplicate key in table ''
      
      The server uses intermediate temporary table to store updated
      row data.  The first column of this table contains rowid.
      Current server implementation doesn't reset NULL flag of that
      column even if the server fills a column with rowid.
      To keep each rowid unique, there is an unique index.
      An insertion into an unique index takes into account NULL
      flag of key value and ignores real data if NULL flag is set.
      So, insertion of actually different rowids may lead to two
      kind of problems.  Visible effect of each of these problems
      depends on an initial engine type of temporary table:
      
      1. If multiupdate initially creates temporary table as
      a MyISAM table (a table contains blob columns, and the
      create_tmp_table function assumes, that this table is
      large), it inserts only one single row and updates
      only rows with one corresponding rowid. Other rows are
      silently ignored. 
      
      2. If multiupdate initially creates MEMORY temporary
      table, fills it with data and reaches size limit for
      MEMORY tables (max_heap_table_size), multiupdate
      converts MEMORY table into MyISAM table and fails
      with an error:
        ERROR 1022 (23000): Can't write; duplicate key in table ''
      
      
      Multiupdate has been fixed to update the NULL flag of
      temporary table rowid columns.
      
      
      
      mysql-test/r/multi_update_tiny_hash.result:
        Added test case for bug#36676.
      mysql-test/t/multi_update_tiny_hash-master.opt:
        Added test case for bug#36676.
      mysql-test/t/multi_update_tiny_hash.test:
        Added test case for bug#36676.
      sql/sql_update.cc:
        Fixed bug#36676: multiupdate using LEFT JOIN updates only
                         first row or fails with an error:
          ERROR 1022 (23000): Can't write; duplicate key in table ''
        
        The multi_update::send_data method has been modified to reset null bits of
        fields containing rowids.
      29e7fa25
    • unknown's avatar
      Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-bugteam · 314e6e25
      unknown authored
      into  magare.gmz:/home/kgeorge/mysql/work/merge-5.1-bugteam
      
      
      sql/handler.cc:
        Auto merged
      configure.in:
        merge 5.0-bugteam to 5.1-bugteam
      314e6e25
  4. 17 May, 2008 1 commit
  5. 16 May, 2008 24 commits
  6. 15 May, 2008 8 commits
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug36570/my50-bug36570 · 99061383
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug36570/my51-bug36570
      
      
      BitKeeper/deleted/.del-binlog_innodb.result:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      mysql-test/suite/binlog/r/binlog_stm_ctype_ucs.result:
        need to re-record.
      mysql-test/suite/rpl/r/rpl_sp.result:
        need to re-record.
      mysql-test/r/mysqlbinlog.result:
        manual merge.
      mysql-test/suite/rpl/t/rpl_sp.test:
        manual merge.
      sql/sp.cc:
        manual merge.
      sql/sp_head.h:
        manual merge.
      99061383
    • unknown's avatar
      Merge pcrews-mac-local.local:/Users/pcrews/usr/local/bin/data0/clean/mysql-5.1-bugteam · 8eaa55fb
      unknown authored
      into  pcrews-mac-local.local:/Users/pcrews/usr/local/bin/data0/build_work/test_fix/mysql-5.1-bugteam_35744
      
      
      8eaa55fb
    • unknown's avatar
      Bug#36570: Parse error of CREATE PROCEDURE stmt with comments on \ · 55012e42
      unknown authored
      	slave
      
      The stored-routine code took the contents of the (lowest) parser
      and copied it directly to the binlog, which causes problems if there
      is a special case of interpretation at the parser level -- which 
      there is, in the "/*!VER */" comments.  The trailing "*/" caused
      errors on the slave, naturally.
      
      Now, since by that point we have /properly/ created parse-tree (as 
      the rest of the server should do!) for the stored-routine CREATE, we
      can construct a perfect statement from that information, instead of
      writing uncertain information from an unknown parser state.  
      Fortunately, there's already a function nearby that does exactly 
      that.
      ---
      Update for Bug#36570.  Qualify routine names with db name when
      writing to the binlog ONLY if the source text is qualified.
      
      
      mysql-test/r/binlog_innodb.result:
        Offsets changed due to quoting.
        ---
        New offset to account for db-qualified names.
      mysql-test/r/ctype_cp932_binlog.result:
        Offsets changed due to quoting.
        ---
        Qualify routine names with DB.  Offsets change also.
      mysql-test/r/mysqlbinlog.result:
        Case changed in result due to interpretation of data instead of 
        literal recitation.
        ---
        Qualify procedure name with db.
      mysql-test/r/rpl_sp.result:
        Offsets changed due to quoting.  Added tests.
        ---
        Qualify routine names with DB if qualified in query.  Offsets change also.
      mysql-test/t/rpl_sp.test:
        Add version-limiting quotes to exercise bug#36570.  Test that 
        backtick-quoted identifiers and labels work also.
        ---
        Use different db to show qualification works.  Qualify routine names
        with DB if qualified in query.
      sql/sp.cc:
        In create_string, we may not have a sp_name parameter yet, so
        instead pass the char* and length of the only member we'd get out
        of it.
        
        Having done that, we can use the same function to write the 
        CREATE (FUNC|TRIG|PROC) statement to the binlog as we always used
        to display the statement to the user.
        ---
        Make the db name part of the CREATE string if it is specified.
        
        Specify it in part of writing to the binlog when creating a new
        routine.
      sql/sp_head.cc:
        Set the sp_head m_explicit_name member as the sp_name member is set.  
        We can not peek at this later, as the sp_name is gone by then.
      sql/sp_head.h:
        Add a member to track whether the name is qualified with the 
        database.
      55012e42
    • unknown's avatar
      Merge riska.(none):/home/sven/bkroot/5.1-bugteam · 19e1bc76
      unknown authored
      into  riska.(none):/home/sven/bk/b36433-rpl_insert_id/5.1-bugteam
      
      
      19e1bc76
    • unknown's avatar
      Merge mats-laptop.(none):/home/bkroot/mysql-5.1-bugteam · 439cbe54
      unknown authored
      into  mats-laptop.(none):/home/bk/b36197-mysql-5.1-bugteam
      
      
      439cbe54
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-bugteam-newjp · 6a6ec902
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.1-bugteam-src-clean
      
      
      6a6ec902
    • unknown's avatar
      Merge pcrews-mac-local.local:/Users/pcrews/usr/local/bin/data0/clean/mysql-5.1-bugteam · 341f9ab2
      unknown authored
      into  pcrews-mac-local.local:/Users/pcrews/usr/local/bin/data0/build_work/test_fix/mysql-5.1-bugteam_35744
      
      
      341f9ab2
    • unknown's avatar
      Fix for · 7ab1c8dc
      unknown authored
        Bug#28563 Test suite "jp" fails completely
      - The main goal of this fix is to make the "jp" suite runnable in general
        and to make it more robust for use in pushbuild under build team conditions.
      - It was decided to fix the remaining heavy issues within the
        architecture of this test later
        (-> WL 4327 Redesign the 'jp' testsuite for build team testing conditions)
        Only the test jp_trim_sjis got some significant improvements of its
        architecture (Just as proof of concept for the other tests).
      - Tests suffering from
           Bug 36597 Testsuite "jp": Suspicious results for some tests
                     (unexpected result sets)
        were disabled
      - *.opt files were used to avoid differences on OS (Windows) because of
        case sensitive tablenames within the tests  
      
      
      mysql-test/suite/jp/r/jp_alter_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_alter_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_alter_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_alter_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_charlength_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_charlength_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_charlength_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_charlength_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_charset_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_charset_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_charset_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_charset_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_convert_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_convert_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_convert_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_convert_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_db_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_db_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_db_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_db_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_tbl_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_tbl_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_tbl_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_create_tbl_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_enum_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_enum_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_enum_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_enum_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_insert_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_insert_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_insert_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_insert_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_instr_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_instr_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_instr_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_instr_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_join_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_join_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_join_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_join_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_left_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_left_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_left_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_left_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_length_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_length_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_length_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_length_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_like_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_like_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_like_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_like_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_locate_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_locate_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_locate_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_locate_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_lpad_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_lpad_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_lpad_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_lpad_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_ltrim_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_ltrim_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_ltrim_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_ltrim_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_ps_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_ps_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_replace_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_replace_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_replace_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_replace_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_reverse_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_reverse_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_reverse_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_reverse_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_right_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_right_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_right_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_right_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_rpad_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_rpad_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_rpad_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_rpad_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_rtrim_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_rtrim_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_rtrim_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_rtrim_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_select_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_select_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_select_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_select_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_subquery_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_subquery_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_subquery_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_subquery_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_substring_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_substring_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_substring_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_substring_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_trim_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_trim_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_trim_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_trim_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_union_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_update_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_update_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_update_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_update_utf8.result:
        Updated results
      mysql-test/suite/jp/r/jp_where_sjis.result:
        Updated results
      mysql-test/suite/jp/r/jp_where_ucs2.result:
        Updated results
      mysql-test/suite/jp/r/jp_where_ujis.result:
        Updated results
      mysql-test/suite/jp/r/jp_where_utf8.result:
        Updated results
      mysql-test/suite/jp/t/jp_alter_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_alter_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_alter_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_alter_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_charlength_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_charlength_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_charlength_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_charlength_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_charset_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_charset_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_charset_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_charset_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_convert_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_convert_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_convert_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_convert_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_create_db_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_create_db_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_create_tbl_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_create_tbl_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_create_tbl_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_create_tbl_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_enum_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_enum_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_enum_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_enum_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_insert_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_insert_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_insert_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_insert_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_instr_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_instr_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_instr_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_instr_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_join_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_join_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_join_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_join_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_left_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_left_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_left_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_left_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_length_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_length_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_length_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_length_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_like_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_like_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_like_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_like_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_locate_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_locate_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_locate_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_locate_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_lpad_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_lpad_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_lpad_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_lpad_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_ltrim_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_ltrim_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_ltrim_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_ltrim_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_ps_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_ps_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_replace_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_replace_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_replace_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_replace_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_reverse_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_reverse_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_reverse_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_reverse_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_right_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_right_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_right_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_right_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_rpad_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_rpad_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_rpad_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_rpad_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_rtrim_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_rtrim_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_rtrim_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_rtrim_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_select_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_select_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_select_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_select_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_subquery_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_subquery_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_subquery_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_subquery_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_substring_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_substring_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_substring_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_substring_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_trim_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_trim_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_trim_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_trim_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_union_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_update_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_update_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_update_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_update_utf8.test:
        Updated results
      mysql-test/suite/jp/t/jp_where_sjis.test:
        Updated results
      mysql-test/suite/jp/t/jp_where_ucs2.test:
        Updated results
      mysql-test/suite/jp/t/jp_where_ujis.test:
        Updated results
      mysql-test/suite/jp/t/jp_where_utf8.test:
        Updated results
      mysql-test/suite/jp/include/trim_sjis.inc:
        Auxiliary script
      mysql-test/suite/jp/t/disabled.def:
        Disable tests which suffer to an unacceptable extend
            from bug 36597 Testsuite "jp": Suspicious results for some tests
      7ab1c8dc