1. 18 Mar, 2004 1 commit
    • unknown's avatar
      Fix for BUG#3204 ""mysqlbinlog --read-from-remote-server this_binlog.001" prints all binlogs": · 83e696e6
      unknown authored
      we now detect that the server is sending us a log which we did not request
      by testing the info in the fake Rotate event.
      I also changed code to not print the fake Rotate which describes the
      log we asked for (it's always the first received event but old masters
      may not send it).
      
      
      client/mysqlbinlog.cc:
        Detect when the master is sending us a binlog which we have not requested,
        then stop.
        Skip the fake Rotate event if there is one (there may be none if
        the server to which we connect is < 4.0.14).
      mysql-test/r/mysqlbinlog.result:
        result update: master-bin.000002 is not printed anymore (as mysqlbinlog
        stops at the end of the requested log, master-bin.000001).
      mysql-test/t/mysqlbinlog.test:
        comment is wrong now
      83e696e6
  2. 17 Mar, 2004 8 commits
    • unknown's avatar
      merge · 8bdbfee9
      unknown authored
      
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/r/subselect.result:
        resolving conflicts
      mysql-test/t/subselect.test:
        resolving conflicts
      8bdbfee9
    • unknown's avatar
      Added test case for the bug #3155: strange results with index (x, y) ... WHERE... · 47f561de
      unknown authored
      Added test case for the bug #3155: strange results with index (x, y) ... WHERE x=val_1 AND y>=val_2 ORDER BY pk;
      (thankee Monty)
      
      
      mysql-test/r/order_by.result:
        Added test case for the bug #3155: strange results with index (x, y) ... WHERE x=val_1 AND y>=val_2 ORDER BY pk;
      mysql-test/t/order_by.test:
        Added test case for the bug #3155: strange results with index (x, y) ... WHERE x=val_1 AND y>=val_2 ORDER BY pk;
      47f561de
    • unknown's avatar
      Code cleanup: · 6ff6a5ea
      unknown authored
      - added unsigned_flag= 1; to Item_uint constructors
      - removed Item_uint::fix_fields()
      - added a comment about fix_fields() call
      
      
      sql/item.h:
        added unsigned_flag= 1; to Item_uint constructors
        removed Item_uint::fix_fields()
      sql/item_func.cc:
        added a comment about fix_fields() call.
      6ff6a5ea
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0de92f82
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.clear
      
      
      0de92f82
    • unknown's avatar
      ca0ece13
    • unknown's avatar
      Fix for the bug #3155: strange results with index (x, y) ... WHERE x=val_1 AND... · 3d13c402
      unknown authored
      Fix for the bug #3155: strange results with index (x, y) ... WHERE x=val_1 AND y>=val_2 ORDER BY pk;
      (test case is too big to be included, take a look at the bug database)
      
      
      
      3d13c402
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 48121583
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.233
      
      
      sql/field.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      48121583
    • unknown's avatar
      Fix for #233 · e308d66a
      unknown authored
      test for IGNORE added
      
      
      mysql-test/r/gis.result:
        test result for IGNORE added
      mysql-test/t/gis.test:
        test for IGNORE added
      e308d66a
  3. 16 Mar, 2004 31 commits