1. 07 Mar, 2006 1 commit
    • unknown's avatar
      Bug #17720 · dc6590a9
      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.
      dc6590a9
  2. 04 Mar, 2006 2 commits
    • unknown's avatar
      Merge reggie@linux:/home/reggie/work/mysql-5.1 · c83dffc4
      unknown authored
      into  big_geek.:C:/Work/mysql/mysql-5.1-bug17720
      
      c83dffc4
    • unknown's avatar
      Bug #17720 Partition ALTER TABLE fails on rename of .MYI file · 01ceb555
      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
      01ceb555
  3. 03 Mar, 2006 9 commits
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e3abfbcd
      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
      e3abfbcd
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · f84d5f2b
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-bug11527
      
      f84d5f2b
    • unknown's avatar
      Merge mysql.com:/extern/mysql/bk/mysql-5.1-new · 2a3565dd
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      2a3565dd
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9662dc94
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b16316
      
      9662dc94
    • unknown's avatar
      Merge mysql.com:/extern/mysql/bk/mysql-5.1-new · 97c6a394
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      97c6a394
    • unknown's avatar
      Merge mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0 · d2115f04
      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.
      d2115f04
    • unknown's avatar
      ndb - blob tables vs dict cache : patch 2 - bug#17761 (maybe) · 8ec73199
      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
      8ec73199
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · 855bbea9
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-bug11527
      
      855bbea9
    • unknown's avatar
      Expanding a binary field should result in 0x00-filled positions, not 0x20 · 38e47d49
      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.
      38e47d49
  4. 02 Mar, 2006 28 commits