1. 21 Mar, 2005 1 commit
  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... · da911ec8
      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
      da911ec8
    • unknown's avatar
      Bug #6660 mysqldump creates bad pathnames on Windows · 32e027ea
      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
      32e027ea
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 03626147
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      03626147
    • unknown's avatar
      4ff085f2
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1 · 822a46d5
      unknown authored
      into mdk10.(none):/home/reggie/bk/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      822a46d5
    • unknown's avatar
      Bug #6660 mysqldump creates bad pathnames on Windows · ccfd1746
      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
      ccfd1746