1. 06 Mar, 2006 1 commit
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 · ccd2742f
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      mysql-test/r/bigint.result:
        Auto merged
      mysql-test/r/binary.result:
        Auto merged
      mysql-test/r/case.result:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/events.result:
        Auto merged
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/r/merge.result:
        Auto merged
      mysql-test/r/mysqldump.result:
        Auto merged
      mysql-test/r/partition.result:
        Auto merged
      mysql-test/r/partition_02myisam.result:
        Auto merged
      mysql-test/r/partition_mgm_err.result:
        Auto merged
      mysql-test/r/show_check.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/r/type_timestamp.result:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      mysql-test/r/archive_gis.result:
        Merge bug10460
      mysql-test/r/bdb_gis.result:
        Merge bug10460
      mysql-test/r/func_system.result:
        Merge bug10460
      mysql-test/r/innodb_gis.result:
        Merge bug10460
      mysql-test/r/ndb_gis.result:
        Merge bug10460
      ccd2742f
  2. 03 Mar, 2006 10 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · fa1775b6
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/grant2.result:
        Auto merged
      mysql-test/t/grant2.test:
        Auto merged
      fa1775b6
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · fc94e580
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      fc94e580
    • 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 bk-internal:/home/bk/mysql-5.1-new · 2fdee0a1
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      2fdee0a1
    • 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
      Bug#17728 tests that fails are: ndb_gis rpl_ndb_multi_update2 · 88841e3c
      unknown authored
       - Fix for ndb_gis to run with all types of logging
      
      
      mysql-test/include/gis_generic.inc:
        Make the test tables for gis have a primary key with auto increment
      mysql-test/r/archive_gis.result:
        Update test result
      mysql-test/r/bdb_gis.result:
        Update test result
      mysql-test/r/innodb_gis.result:
        Update test result
      mysql-test/r/ndb_gis.result:
        Update test result
      mysql-test/t/ndb_gis.test:
        Remove the requirement to only run thiswhen binlog format is row.
      88841e3c
    • 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
      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
  3. 02 Mar, 2006 29 commits