1. 26 Jan, 2006 4 commits
    • unknown's avatar
      WL#2985 "Partition pruning": addition2: perform partition pruning for · d50236f6
      unknown authored
      single-table UPDATE/DELETE.
      
      
      mysql-test/r/partition_pruning.result:
        WL#2985 "Partition pruning": addition2: perform partition pruning for UPDATE/DELETE:
        testcases added
      mysql-test/t/partition_pruning.test:
        WL#2985 "Partition pruning": addition2: perform partition pruning for UPDATE/DELETE:
        testcases added
      sql/sql_delete.cc:
        WL#2985 "Partition pruning": addition2: perform partition pruning for UPDATE/DELETE:
        Added partition pruning call in mysql_delete()
      sql/sql_update.cc:
        WL#2985 "Partition pruning": addition2: perform partition pruning for UPDATE/DELETE:
        Added partition pruning call in mysql_update()
      d50236f6
    • unknown's avatar
    • unknown's avatar
      fixed test issues with bug #14354. I had mistakenly included · 375afff3
      unknown authored
      /var/tmp in my path when testing data diretory.  the var directory
      exists in a src tree but may not exist in a different testing
      build setup.
      
      
      mysql-test/r/partition_mgm_err.result:
        added a row insert just to make sure the data and index files are made
      mysql-test/t/partition_mgm_err.test:
        removed the /var/tmp path elements since there is not guarantee that
        other build setups will include this path
      375afff3
    • unknown's avatar
      Rename of my_strdup_with_lenght to match the more common "strndup" method. Soo... · 456524c0
      unknown authored
      Rename of my_strdup_with_lenght to match the more common "strndup" method. Soo its now my_strndup().
      my_stat() gettinng the correct parameter list may be next :)
      
      
      client/mysqlslap.c:
        rename
      extra/comp_err.c:
        rename
      include/my_sys.h:
        replace
      mysys/mf_tempdir.c:
        replace
      mysys/my_malloc.c:
        replace
      mysys/safemalloc.c:
        replace
      sql/ha_federated.cc:
        replace
      sql/log_event.cc:
        replace
      sql/set_var.cc:
        replace
      sql/set_var.h:
        replace
      storage/myisam/ft_stopwords.c:
        replace
      456524c0
  2. 25 Jan, 2006 9 commits
  3. 24 Jan, 2006 16 commits
  4. 23 Jan, 2006 11 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1fb23ad7
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
      
      
      1fb23ad7
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 83401c52
      unknown authored
      into  mysql.com:/home/mysql_src/mysql-5.1-new
      
      
      83401c52
    • unknown's avatar
      Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed... · 015157fd
      unknown authored
      Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed row-based replication,
      "make test" != "mysql-test-run && mysql-test-run --ps-protocol". "make test" is what should be used;
      had it been, the failure would have been noticed earlier. Putting back cxx flags I had by accident removed.
      Disclaimer: 5.1-new is in a sorry state: log_tables and some ndb* fail, mysqlslap test crashes randomly in a row-based replication assertion (sql_class.cc:2207). 
      
      
      BUILD/SETUP.sh:
        Putting back flags which I, by accident, removed during the push of row-based replication (I had removed
        them in my tree because they cause tens of wrong warnings with my gcc4.0.0, and committed that by accident).
      mysql-test/r/binlog_row_ctype_cp932.result:
        result update (people should run "make test" now, it tests row-based replication too).
      015157fd
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 3c80db15
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      3c80db15
    • unknown's avatar
      disabled.def: · 41d5685f
      unknown authored
        Disabled ndb_dd_disk2memory
      
      
      mysql-test/t/disabled.def:
        Disabled ndb_dd_disk2memory
      41d5685f
    • unknown's avatar
      BUG# 15523 - ALTER TABLE ... PARTITION BY does not work · 796a36fb
      unknown authored
      this was fixed by WL 2604
      
      
      mysql-test/r/partition_mgm_err.result:
        result block for bug#15523
      mysql-test/t/partition_mgm_err.test:
        test block for bug #15523
      796a36fb
    • unknown's avatar
      BUG# 16534: just a change to the test suite showing that it's fixed. · 0e8d8eb7
      unknown authored
      This bug was fixed as part of the large WL 2604 push.
      
      
      mysql-test/r/partition_mgm_err.result:
        results block for bug #16534
      mysql-test/t/partition_mgm_err.test:
        test block for bug# 16534
      0e8d8eb7
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · ea09d626
      unknown authored
      into lmy004.:/work/mysql-5.1-tt-copy-works
      
      
      sql/event.cc:
        Auto merged
      sql/event_executor.cc:
        Auto merged
      sql/event_timed.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      ea09d626
    • unknown's avatar
      Bug# 16718 partitioning support status variable has incorrect name · 03c2cc07
      unknown authored
      change status variable from have_partition_engine to have_partitioning.
      
      
      mysql-test/include/have_partition.inc:
        updated to use new status variable
      mysql-test/r/have_partition.require:
        updated to use new status variable
      sql/set_var.cc:
        change status variable from have_partition_engine to have_partitioning.
      03c2cc07
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 8a373fc3
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
      
      
      mysql-test/t/log_tables.test:
        Auto merged
      8a373fc3
    • unknown's avatar
      disable ps_protocol in log_tables test. · f3fd2ace
      unknown authored
      The log content is obviously different in two modes,
      as Queries are translated into Prepare and Execute
      commands. Thus we should use test only in one mode
      to get the match with result.
      
      
      mysql-test/t/log_tables.test:
        disable ps-protocol in log_tables test
      f3fd2ace