1. 26 Jan, 2006 4 commits
    • unknown's avatar
      WL#2985 "Partition pruning": addition2: perform partition pruning for · 07f77bb2
      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()
      07f77bb2
    • unknown's avatar
    • unknown's avatar
      fixed test issues with bug #14354. I had mistakenly included · b6ff484c
      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
      b6ff484c
    • unknown's avatar
      Rename of my_strdup_with_lenght to match the more common "strndup" method. Soo... · d4fc6d6b
      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
      d4fc6d6b
  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 · 903c5af7
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
      
      903c5af7
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 02bfd032
      unknown authored
      into  mysql.com:/home/mysql_src/mysql-5.1-new
      
      02bfd032
    • unknown's avatar
      Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed... · 7ea7b915
      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).
      7ea7b915
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · d30954e9
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      d30954e9
    • unknown's avatar
      disabled.def: · d8da99e8
      unknown authored
        Disabled ndb_dd_disk2memory
      
      
      mysql-test/t/disabled.def:
        Disabled ndb_dd_disk2memory
      d8da99e8
    • unknown's avatar
      BUG# 15523 - ALTER TABLE ... PARTITION BY does not work · 4fc47b00
      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
      4fc47b00
    • unknown's avatar
      BUG# 16534: just a change to the test suite showing that it's fixed. · fe5fde29
      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
      fe5fde29
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e350c0e4
      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
      e350c0e4
    • unknown's avatar
      Bug# 16718 partitioning support status variable has incorrect name · eeaacce0
      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.
      eeaacce0
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e874fbc0
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
      
      
      mysql-test/t/log_tables.test:
        Auto merged
      e874fbc0
    • unknown's avatar
      disable ps_protocol in log_tables test. · ea82254f
      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
      ea82254f