1. 16 Jul, 2004 4 commits
  2. 15 Jul, 2004 4 commits
  3. 14 Jul, 2004 3 commits
  4. 13 Jul, 2004 7 commits
  5. 12 Jul, 2004 1 commit
  6. 11 Jul, 2004 1 commit
    • unknown's avatar
      Merge · 4ba63c4e
      unknown authored
      
      sql/sql_show.cc:
        Auto merged
      sql/mysql_priv.h:
        SCCS merged
      4ba63c4e
  7. 10 Jul, 2004 3 commits
  8. 09 Jul, 2004 5 commits
    • unknown's avatar
      manual merge · c8e416e5
      unknown authored
      charged sql/sql_db.cc only
      (
      changed length in mysql_create_db to path_len
      so as it was calculated in the first unpack_dirname
      in my previous fix for Bug #4378
      '"create database IF NOT EXISTS thing" returns an error'
      )
      
      
      sql/sql_db.cc:
        manual merge 
        (
        changed length in mysql_create_db to path_len
        so as it was calculated in the first unpack_dirname
        in my previous fix for Bug #4378
        '"create database IF NOT EXISTS thing" returns an error'
        )
      c8e416e5
    • unknown's avatar
      added an optimization in mysql_create_db (sql_db.cc) · 42d5ea8e
      unknown authored
      as after effect of fix for Bug #4378 
      '"create database IF NOT EXISTS thing" returns an error' 
      
      (avoided an unpack_dirname and 
       changed strcat into strmake)
      
      
      sql/sql_db.cc:
        added an optimization in mysql_create_db 
        (avoided an unpack_dirname and 
         changed strcat into strmake)
      42d5ea8e
    • unknown's avatar
      mysqlhotcopy: · 2b1233c3
      unknown authored
        fix MYI copying with scp
        safer tempfile creation
      
      
      scripts/mysqlhotcopy.sh:
        fix MYI copying with scp
        safer tempfile creation
      2b1233c3
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · a4b3eec9
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      a4b3eec9
    • unknown's avatar
      Cleanup of db option cacheing · b4220977
      unknown authored
      Some bug fixes to last pushed code
      
      
      mysql-test/mysql-test-run.sh:
        Fix for new valgrind (2.1.1)
      mysql-test/r/bdb.result:
        Updated results
      mysql-test/t/ps_1general.test:
        removed wrong error condition
      sql/ha_berkeley.cc:
        Fix for index_flags() in new code
      sql/item_strfunc.cc:
        Cleanup (fixed indentation, removed short variable names)
      sql/mysql_priv.h:
        Cleanup of db option cacheing
      sql/mysqld.cc:
        Cleanup of db option cacheing
      sql/sql_db.cc:
        Cleanup of db option cacheing
      sql/sql_parse.cc:
        Cleanup of db option cacheing
      sql/sql_table.cc:
        sprintf -> strxmov
      sql/table.cc:
        key_read should be tested on key parts, not the whole key
      b4220977
  9. 08 Jul, 2004 12 commits