1. 26 Apr, 2006 23 commits
  2. 25 Apr, 2006 17 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 94f85603
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      94f85603
    • unknown's avatar
      ndb: break out ndb backup compatability test, so that it can be disabled on mac · 7c34ea03
      unknown authored
      
      mysql-test/include/have_case_sensitive_file_system.inc:
        New BitKeeper file ``mysql-test/include/have_case_sensitive_file_system.inc''
      mysql-test/r/case_sensitive_file_system.require:
        New BitKeeper file ``mysql-test/r/case_sensitive_file_system.require''
      mysql-test/r/ndb_restore_compat.result:
        New BitKeeper file ``mysql-test/r/ndb_restore_compat.result''
      mysql-test/t/ndb_restore_compat.test:
        New BitKeeper file ``mysql-test/t/ndb_restore_compat.test''
      7c34ea03
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new · d12e33d1
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      d12e33d1
    • unknown's avatar
      Fix compile failure on Win32 · d72238fc
      unknown authored
      d72238fc
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-new · e560c8a3
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      storage/ndb/src/kernel/vm/Configuration.cpp:
        Auto merged
      e560c8a3
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2ca8bbd6
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug15827-r2
      
      2ca8bbd6
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2fcacd95
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      2fcacd95
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0804f782
      unknown authored
      into lmy004.:/work/mysql-5.1-new-clean
      
      
      mysql-test/t/disabled.def:
        Auto merged
      0804f782
    • unknown's avatar
      BUG#17263: incorrect DROP query in temporary tables replication · cdd906b4
      unknown authored
      the fix from 5.0 with necessary modifications applied.
      
      
      sql/sql_base.cc:
        Manual merge with 5.0.
      cdd906b4
    • unknown's avatar
      BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )", as that consumes · ccf8af40
      unknown authored
      too much memory. Instead, either create the equvalent SEL_TREE manually, or create only two ranges that
      strictly include the area to scan
      (Note: just to re-iterate: increasing NOT_IN_IGNORE_THRESHOLD will make optimization run slower for big 
      IN-lists, but the server will not run out of memory. O(N^2) memory use has been eliminated)
      
      
      mysql-test/r/func_in.result:
        Testcase for BUG#15872
      mysql-test/t/func_in.test:
        Testcase for BUG#15872
      sql/item.cc:
        BUG#15872: Added Item_decimal::set_decimal_value()
      sql/item.h:
        UG#15872: Added Item_decimal::set_decimal_value()
      sql/item_cmpfunc.h:
        BUG#15872: Added in_vector::create_item(), in_vector::value_to_item() and their implementations in concrete
        classes.
      sql/opt_range.cc:
        BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )", as that 
        consumes too much memory. Instead, either 
         A) create the equivalent SEL_TREE manually, making use of the fact that item_not_in->array
            has an ordered IN-list, or
         B) create only two ranges: (-inf|NULL) < X < min_value_from_in_list,  max_value_from_in_list < X
        (Choose #B if the IN-list has > 10K elements)
      ccf8af40
    • unknown's avatar
      Merge mysql.com:/home/elkin/MySQL/BARE/5.0 · 2aeb0ae4
      unknown authored
      into  mysql.com:/home/elkin/MySQL/MERGE/5.1-new
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/case.result:
        Auto merged
      mysql-test/r/rpl_temporary.result:
        Auto merged
      mysql-test/t/case.test:
        Auto merged
      mysql-test/t/rpl_temporary.test:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      storage/myisam/myisam_ftdump.c:
        Auto merged
      sql/sql_base.cc:
        manual merge use local. Another changeset for 5.1 is following.
      2aeb0ae4
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9c3a7712
      unknown authored
      into  mysql.com:/home/matthias/Arbeit/mysql-5.1/src-Bug
      
      
      mysql-test/t/disabled.def:
        Auto merged
      9c3a7712
    • unknown's avatar
      BUG#19340 small leak in ndbd · 5257dded
      unknown authored
      small cleanup fixes in kernel/vm/Configuration
      
      
      ndb/src/kernel/vm/Configuration.cpp:
        clean up m_logLevel
        
        free the connectstring if we allocated one
      5257dded
    • unknown's avatar
      Post merge correction for the Changeset · c92f794c
      unknown authored
        Fixes for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs related to MySQL 4.1
        and Bug#16920 rpl_deadlock_innodb fails in show slave status (reported for MySQL 5.1)
      - Reactivation of testcase rpl_deadlock_innodb + updated file with expected results
      - Removal of wrong entry within disabled.def
      
      
      mysql-test/r/rpl_deadlock_innodb.result:
        Updated result
      mysql-test/t/disabled.def:
        - Reactivation of testcase rpl_deadlock_innodb
        - Removal of entry for not existing testcase rpl_until
      c92f794c
    • unknown's avatar
      Post-merge fixes from 5.0. · 0634ff6f
      unknown authored
      
      mysql-test/extra/rpl_tests/rpl_insert_id.test:
        Post-merge fix. Added new 5.0 test case manually.
      sql/sql_yacc.yy:
        Post-merge fix. Removed GOTO/LABEL from parser.
      0634ff6f
    • unknown's avatar
      ca9d208c
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new · 8913819b
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      sql/sql_yacc.yy:
        Auto merged
      8913819b