1. 15 Nov, 2005 3 commits
  2. 12 Nov, 2005 1 commit
  3. 10 Nov, 2005 3 commits
  4. 09 Nov, 2005 1 commit
  5. 08 Nov, 2005 3 commits
    • unknown's avatar
      changed select release_lock() to do release_lock() to avoid having to compare the · 232652e9
      unknown authored
      non-deterministic result in the test case for BUG#7947
      the bug fix for BUG#7947 now fixed the result of mix_innodb_myisam_binlog test, which
      in the past was missing DO RELEASE_LOCK() in the output of SHOW BINLOG EVENTS
      
      
      mysql-test/r/mix_innodb_myisam_binlog.result:
        DO RELEASE_LOCK() was supposed to be there from the very start
      mysql-test/r/rpl_bug7947.result:
        changed select release_lock() to do release_lock() to avoid having to compare the 
        non-deterministic result
      mysql-test/t/rpl_bug7947.test:
        changed select release_lock() to do release_lock() to avoid having to compare the 
        non-deterministic result
      232652e9
    • unknown's avatar
      Merge mysql.com:/home/psergey/mysql-4.1-bug13814 · 224e8553
      unknown authored
      into mysql.com:/home/psergey/mysql-4.1-nov08-push
      
      
      224e8553
    • unknown's avatar
      Merge mysql.com:/home/psergey/mysql-4.1-bug14480 · 3a528ddf
      unknown authored
      into mysql.com:/home/psergey/mysql-4.1-nov08-push
      
      
      3a528ddf
  6. 07 Nov, 2005 4 commits
    • unknown's avatar
      Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1 · ee84f5c7
      unknown authored
      into  asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug7947
      
      
      sql/item_func.cc:
        Auto merged
      ee84f5c7
    • unknown's avatar
      fix for BUG#7947 - failure to log DO RELEASE_LOCK() if we disconnect in the middle of · 3004c8de
      unknown authored
      transaction while holding the lock. Also test to make sure other binlogging issues
      reported in the bug have been addressed.
      
      
      sql/item_func.cc:
        fix for BUG#7947
      mysql-test/r/rpl_bug7947.result:
        New BitKeeper file ``mysql-test/r/rpl_bug7947.result''
      mysql-test/t/rpl_bug7947.test:
        New BitKeeper file ``mysql-test/t/rpl_bug7947.test''
      3004c8de
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 01cad639
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-4.1
      
      
      01cad639
    • unknown's avatar
      BUG#14480, attempt2: In CREATE ... SELECT ..., don't count the same field twice · 467deb4c
      unknown authored
      when calculating table->null_fields.
      
      
      mysql-test/r/create.result:
        Testcase for BUG#14480
      mysql-test/t/create.test:
        Testcase for BUG#14480
      sql/sql_table.cc:
        BUG#14480: For CREATE ... SELECT ... a field list passed to mysql_prepare_table() contains
        instances of create_field for both create-list and select-list. mysql_prepare_table() 
        matches elements that refer to the same field, and joins them together. When the "join"  
        is performed, both of create_field structures has already been counted in "null_fields". 
        
        This fix makes sure that "null_fields" contains the correct value after two create_field 
        structures have been joined.
      467deb4c
  7. 05 Nov, 2005 3 commits
    • unknown's avatar
      Fix Bug#14672 Bug in deletion · b0829011
      unknown authored
      
      mysql-test/r/csv.result:
        correct result file
      mysql-test/t/csv.test:
        Add test for a bug
      sql/examples/ha_tina.cc:
        Add O_APPEND flag to my_open. We should always add rows to the end of file
      b0829011
    • unknown's avatar
      Fix Bug#13894 Server crashes on update of CSV table · 1b65c704
      unknown authored
      
      mysql-test/r/csv.result:
        update result file
      mysql-test/t/csv.test:
        Add test for a bug
      sql/examples/ha_tina.cc:
        sort function should return reverted values for chains to be sorted in
        the right orded. don't do a strange memmove
      1b65c704
    • unknown's avatar
      mysql.spec.sh: · 0e878d7e
      unknown authored
        Always use bundled zlib
      
      
      support-files/mysql.spec.sh:
        Always use bundled zlib
      0e878d7e
  8. 04 Nov, 2005 1 commit
  9. 03 Nov, 2005 5 commits
  10. 01 Nov, 2005 6 commits
  11. 31 Oct, 2005 6 commits
  12. 29 Oct, 2005 4 commits