1. 26 Jan, 2006 2 commits
    • 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 13 commits