1. 27 Jan, 2006 1 commit
    • unknown's avatar
      Use one option --log-output[=option[,option...]] · 3017b779
      unknown authored
      instead of current --old-log-format and
      --both-log-formats options
      
      
      mysql-test/mysql-test-run.pl:
        use new option instead of the old one for testing
      mysql-test/r/im_utils.result:
        correct result file
      sql/log.cc:
        use log event handler flags instead of enum_printer
      sql/log.h:
        Add log event handler flags to simplify log
        option processing
      3017b779
  2. 26 Jan, 2006 2 commits
    • 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
  3. 25 Jan, 2006 9 commits
  4. 24 Jan, 2006 16 commits
  5. 23 Jan, 2006 12 commits