1. 21 Mar, 2005 1 commit
    • unknown's avatar
      BUG#9072 'Max_error_count' system variable cannot be set to zero · 57ca6dd8
      unknown authored
       - Chaned min value in mysqld.cc
       - Added testcase to warnings.test
      
      
      mysql-test/r/warnings.result:
        Added testcase for testing max and min value of max_error_count
      mysql-test/t/warnings.test:
        Added testcase for testing max and min value of max_error_count
      sql/mysqld.cc:
        Change min value of max_error_count from 1 to 0
      57ca6dd8
  2. 18 Mar, 2005 3 commits
  3. 17 Mar, 2005 10 commits
  4. 16 Mar, 2005 20 commits
  5. 15 Mar, 2005 6 commits
    • unknown's avatar
      Partly reverty back patch (in heap-auto-increment-key detection) to ensure... · 9d5e6998
      unknown authored
      Partly reverty back patch (in heap-auto-increment-key detection) to ensure that auto_key and auto_key_type are calculated the same way
      
      
      heap/hp_create.c:
        Partly reverty back patch to ensure that auto_key and auto_key_type are calculated the same way
      include/heap.h:
        Partly reverty back patch to ensure that auto_key and auto_key_type are calculated the same way
      mysql-test/mysql-test-run.sh:
        made --skip-ndb a synonyme for --skip-ndbcluster
      sql/ha_heap.cc:
        Partly reverty back patch to ensure that auto_key and auto_key_type are calculated the same way
      9d5e6998
    • unknown's avatar
      Bug #6660 mysqldump creates bad pathnames on Windows · 2a51460f
      unknown authored
      sql_show.cc:
        changed strdup to thd->memdup per Serg's advice
      
      
      sql/sql_show.cc:
        changed strdup to thd->memdup per Serg's advice
      2a51460f
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3eedb7d1
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      3eedb7d1
    • unknown's avatar
      effdc2d0
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1 · 72e60a3b
      unknown authored
      into mdk10.(none):/home/reggie/bk/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      72e60a3b
    • unknown's avatar
      Bug #6660 mysqldump creates bad pathnames on Windows · c209d112
      unknown authored
      This is a modifiction of my previous patch after receiving feedback. This is a better way to fix the problem.  With this patch, data directory and index directory will use only forward slashes (/) when on Windows.
      
      mysqldump.c:
        Removed fixPaths routine.  Was improper fix for bug #6660
      sql_show.cc:
        Changed append_directory to convert backslashes to foward slashes when on Windows.
      
      
      sql/sql_show.cc:
        Changed append_directory to convert backslashes to foward slashes when on Windows.
      client/mysqldump.c:
        Removed fixPaths routine.  Was improper fix for bug #6660
      c209d112