1. 07 Mar, 2006 1 commit
    • unknown's avatar
      Bug #17720 · 5c3a119d
      unknown authored
      Minor cleanup from Mikael's review
      
      
      
      sql/ha_partition.cc:
        minor cleanup of code, returning inside the first if clause and then
        calling loop_extra if the if clause is not executed.
      5c3a119d
  2. 04 Mar, 2006 2 commits
    • unknown's avatar
      Merge reggie@linux:/home/reggie/work/mysql-5.1 · 3388a763
      unknown authored
      into  big_geek.:C:/Work/mysql/mysql-5.1-bug17720
      
      
      3388a763
    • unknown's avatar
      Bug #17720 Partition ALTER TABLE fails on rename of .MYI file · 5f705921
      unknown authored
      Fix this by passing the HA_EXTRA_PREPARE_FOR_DELETE onto the newly added or about to be dropped partitions
      so they have an opportunity to close their OS file handle.
      
      
      client/mysqltest.c:
        prevent positive find of pattern when pattern has zero length (this has nothing to do with this bug fix)
      sql/ha_partition.cc:
        initialize m_new_file to NULL
        call new function prepare_for_delete for the HA_EXTRA_PREPARE_FOR_DELETE operation
        inside prepare_for_delete, loop over m_new_file and m_reorged_file if they are non-NULL
      sql/ha_partition.h:
        added decl for new prepare_for_delete function
      5f705921
  3. 03 Mar, 2006 9 commits
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 85d59f4c
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1
      
      
      mysql-test/r/partition.result:
        Auto merged
      mysql-test/t/partition.test:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      85d59f4c
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · 405177f1
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-bug11527
      
      
      405177f1
    • unknown's avatar
      Merge mysql.com:/extern/mysql/bk/mysql-5.1-new · 6ef92d62
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      
      6ef92d62
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 73e4c474
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b16316
      
      
      73e4c474
    • unknown's avatar
      Merge mysql.com:/extern/mysql/bk/mysql-5.1-new · d9773c13
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      
      d9773c13
    • unknown's avatar
      Merge mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0 · 5a78cd7a
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/grant2.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/grant2.test:
        Auto merged
      mysql-test/t/skip_grants.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/field_conv.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/sql_udf.cc:
        Auto merged
      VC++Files/mysql.sln:
        Manual merge (use local).
      configure.in:
        Manual merge.
      sql/table.cc:
        Manual merge.
      5a78cd7a
    • unknown's avatar
      ndb - blob tables vs dict cache : patch 2 - bug#17761 (maybe) · 7464c9f3
      unknown authored
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      7464c9f3
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · 026fd270
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-bug11527
      
      
      026fd270
    • unknown's avatar
      Expanding a binary field should result in 0x00-filled positions, not 0x20 · e2ba74b8
      unknown authored
      (ASCII space).  For Bug#16857.
      
      
      sql/field_conv.cc:
        Bug#16857:  Do not expand BINARY fields as if they are strings (which 
        presumably /should/ be filled with spaces).  Instead, fill BINARY fields
        with 0x00 bytes.
      e2ba74b8
  4. 02 Mar, 2006 28 commits