1. 20 Nov, 2007 6 commits
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-opt · 70e22876
      unknown authored
      into  mysql.com:/home/psergey/mysql-5.1-bug30573
      
      
      70e22876
    • unknown's avatar
      merging · 2eaa6352
      unknown authored
      2eaa6352
    • unknown's avatar
      Merge mysql.com:/home/hf/work/32211/my51-32211 · e3c44e3e
      unknown authored
      into  mysql.com:/home/hf/work/31868/my51-31868
      
      
      e3c44e3e
    • unknown's avatar
      Merge mysql.com:/home/hf/work/31960/my51-31960 · abb1afba
      unknown authored
      into  mysql.com:/home/hf/work/31868/my51-31868
      
      
      sql/sql_parse.cc:
        Auto merged
      sql/mysql_priv.h:
        merging
      abb1afba
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.1-opt · 3ae44c90
      unknown authored
      into  mysql.com:/home/hf/work/31868/my51-31868
      
      
      BitKeeper/etc/ignore:
        auto-union
      libmysqld/lib_sql.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      3ae44c90
    • unknown's avatar
      BUG#30573: Ordered range scan over partitioned tables returns some rows twice · 0b22925c
      unknown authored
      The problem: ha_partition::read_range_first() could return a record that is 
      outside of the scanned range. If that record happened to be in the next 
      subsequent range, it would satisfy the WHERE and appear in the output twice.
      (we would get it the second time when scanning the next subsequent range)
      
      Fix: 
      Made ha_partition::read_range_first() check if the returned recod is within
      the scanned range, like other read_range_first() implementations do.
      
      
      mysql-test/r/partition_range.result:
        BUG#30573: Ordered range scan over partitioned tables returns some rows twice
         - Testcase
      mysql-test/t/partition_range.test:
        BUG#30573: Ordered range scan over partitioned tables returns some rows twice
         - Testcase
      sql/ha_partition.cc:
        BUG#30573: Ordered range scan over partitioned tables returns some rows twice
        - Make ha_partition::read_range_first() check if the returned record is 
          within the range.
      0b22925c
  2. 19 Nov, 2007 6 commits
  3. 18 Nov, 2007 2 commits
  4. 17 Nov, 2007 11 commits
    • unknown's avatar
      Bug #32211 Test 'windows' and 'windows_shm' failed for embedded server · fe54b274
      unknown authored
      failing 'INSTALL PLUGIN' statement doesn't work in embedded server
      as we disable library loading there.
      Fixed by enabling loading libraries (#define HAVE_DLOPEN), what also
      makes UDF working in the embedded server.
      
      
      include/mysql_embed.h:
        Bug #32211 Test 'windows' and 'windows_shm' failed for embedded server
        
        Let loading libraries in the embedded server
      libmysqld/CMakeLists.txt:
        Bug #32211 Test 'windows' and 'windows_shm' failed for embedded server
        
        let loading libraries in the embedded server
      mysql-test/t/windows.test:
        Bug #32211 Test 'windows' and 'windows_shm' failed for embedded server
        
        make sure proc_1() doesn't exists before we start
      fe54b274
    • unknown's avatar
      Merge gleb.loc:/work/bk/5.0-opt-32335 · f978c7cd
      unknown authored
      into  gleb.loc:/work/bk/5.0-opt
      
      
      f978c7cd
    • unknown's avatar
      Fixed bug #32335. · 99054db6
      unknown authored
      Comparison of a BIGINT NOT NULL column with a constant arithmetic
      expression that evaluates to NULL caused error 1048: "Column '...'
      cannot be null".
      
      Made convert_constant_item() check if the constant expression is NULL
      before attempting to store it in a field. Attempts to store NULL in a
      NOT NULL field caused query errors.
      
      
      sql/item_cmpfunc.cc:
        Fixed bug #32335.
        1. Made convert_constant_item() check if the constant expression is NULL
           before attempting to store it in a field. Attempts to store NULL in
           a NOT NULL field caused query errors.
        
        2. Also minor bug has been fixed: the thd->count_cuted_fields value
           was not restored in case of successful conversion.
      mysql-test/t/select.test:
        Added test case for bug #32335.
      mysql-test/r/select.result:
        Added test case for bug #32335.
      99054db6
    • unknown's avatar
      Merge mysql.com:/home/hf/work/31158/my50-31158 · 6bb3c8ee
      unknown authored
      into  mysql.com:/home/hf/work/31158/my51-31158
      
      
      sql/field.cc:
        Auto merged
      6bb3c8ee
    • unknown's avatar
      Merge mysql.com:/home/hf/work/31158/my41-31158 · 71232b16
      unknown authored
      into  mysql.com:/home/hf/work/31158/my50-31158
      
      
      71232b16
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-4.1-opt · d28ae94e
      unknown authored
      into  mysql.com:/home/hf/work/31158/my41-31158
      
      
      d28ae94e
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.0-opt · dd07707b
      unknown authored
      into  mysql.com:/home/hf/work/31158/my50-31158
      
      
      sql/field.cc:
        Auto merged
      dd07707b
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.1-opt · 12cc8e12
      unknown authored
      into  mysql.com:/home/hf/work/31158/my51-31158
      
      
      sql/field.cc:
        Auto merged
      12cc8e12
    • unknown's avatar
      Merge mysql.com:/home/hf/work/31158/my50-31158 · e42a2230
      unknown authored
      into  mysql.com:/home/hf/work/31158/my51-31158
      
      
      mysql-test/t/gis.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item_geofunc.cc:
        Auto merged
      mysql-test/r/gis.result:
        merging
      e42a2230
    • unknown's avatar
      merging · 8a8d634b
      unknown authored
      8a8d634b
    • unknown's avatar
      Merge mysql.com:/home/hf/work/31158/my41-31158 · 75b8713b
      unknown authored
      into  mysql.com:/home/hf/work/31158/my50-31158
      
      
      mysql-test/t/gis.test:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item_geofunc.cc:
        Auto merged
      mysql-test/r/gis.result:
        merging
      sql/field.cc:
        merging
      75b8713b
  5. 16 Nov, 2007 9 commits
  6. 15 Nov, 2007 6 commits