1. 28 Feb, 2006 3 commits
    • unknown's avatar
      mysql-test-run.sh: · 7779319b
      unknown authored
        Fix URLs.
      README:
        Fix URL.
      mysqltest.result:
        Update test result for real_sleep error message.
      mysqltest.c:
        Fix do_sleep() to print correct command name for real_sleep.
      
      
      client/mysqltest.c:
        Fix do_sleep() to print correct command name for real_sleep.
      mysql-test/r/mysqltest.result:
        Update test result for real_sleep error message.
      mysql-test/README:
        Fix URL.
      mysql-test/mysql-test-run.sh:
        Fix URLs.
      7779319b
    • unknown's avatar
      mysqltest.c: · 32bffb1c
      unknown authored
        Correct/clarify comments.
      
      
      client/mysqltest.c:
        Correct/clarify comments.
      32bffb1c
    • unknown's avatar
      mysqltest.c: · 98ff7cf0
      unknown authored
        Fix typos.
      
      
      client/mysqltest.c:
        Fix typos.
      98ff7cf0
  2. 15 Feb, 2006 2 commits
  3. 13 Feb, 2006 4 commits
  4. 11 Feb, 2006 3 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · d86a6a3b
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-4.1-fixrace
      
      d86a6a3b
    • unknown's avatar
      mysql-test-run.{pl,sh}: · c61c8077
      unknown authored
        Give space for second and third slave port
      
      
      mysql-test/mysql-test-run.pl:
        Give space for second and third slave port
        Define shell variables for all ports, and
        list these at startup
      mysql-test/mysql-test-run.sh:
        Give space for second and third slave port
      c61c8077
    • unknown's avatar
      Fix a race on some platforms in mysql-test-run.pl, where it would sometimes · 544b33c8
      unknown authored
      errorneously abort reporting failure to kill child processes, where in
      reality the problem was merely that the child had become a zombie because
      of missing waitpid() call.
      
      
      mysql-test/lib/mtr_process.pl:
        Fix race (on some platforms) when killing processes.
      544b33c8
  5. 10 Feb, 2006 8 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 37b7547c
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      37b7547c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · f0b4ef96
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      f0b4ef96
    • unknown's avatar
      Bug #17249 ndb, delete statement with join where clause fails when table do not have pk · 6feda7fa
      unknown authored
      Bug #17257 ndb, update fails for inner joins if tables do not have Primary Key
      
      change: the allocated area by setValue may not be around for later, store hidden key in special member variable instead
      
      
      mysql-test/r/ndb_basic.result:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
      mysql-test/t/ndb_basic.test:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
      sql/ha_ndbcluster.cc:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
        
        change: the allocated area by setValue may not be around for later, store hidden key in special member variable instead
      sql/ha_ndbcluster.h:
        Bug #17249 delete statement with join where clause fails when table do not have pk
        Bug #17257 update fails for inner joins if tables do not have Primary Key
        
        change: the allocated area by setValue may not be around for later, store hidden key in special member variable instead
      6feda7fa
    • unknown's avatar
      support-files/mysql.spec.sh : Use "-i" on "make test-force", essential for log file evaluation. · 67f74290
      unknown authored
      
      support-files/mysql.spec.sh:
        Use "-i" on "make test-force";
        this will prevent "make" from writing "***" which in turn was treated as a _build_ error
        by the log evaluation tool, causing it not to list the failing tests.
      67f74290
    • unknown's avatar
      BUG#16217 fix partly backported from 5.0. It is different in mysqlbinlog part. · af365a95
      unknown authored
      This changeset is assumed to stay in 4.1.
      
      
      client/mysql.cc:
        BUG#16217 forced to introduce a separate mysql client command.
        Feature is backported from 5.0, precisely 
        ChangeSet 1.2034 06/02/09 16:23:09 aelkin@mysql.com
        (under second review at the moment)
      mysql-test/r/mysqlbinlog.result:
        changed in 5.0
      mysql-test/t/mysqlbinlog.test:
        backported from 5.0. The last part of the test to mimic bug#16217
      sql/log_event.cc:
        Inserting exclaiming comment command for mysql client made differently than in 5.0.
        Parsing still is cheap enough not to think to modify server code instead.
      af365a95
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/41-work · f83928ac
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      f83928ac
    • unknown's avatar
      bug#10987 - ndb - unable to find restorable replica · b8d47d78
      unknown authored
        Introduce new variable c_newest_restorable_gci
          which is set _after_ both GCP_SAVE and COPY_GCI
          
        This variable is used when cutting redo (calcKeepGci)
        
        Also make sure complete GCI is run inbetween LCP's
      
      
      ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        Introduce new variable c_newest_restorable_gci
          which is set _after_ both GCP_SAVE and COPY_GCI
        
        This variable is used when cutting redo (calcKeepGci)
        Also make sure complete GCI is run inbetween LCP's
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Introduce new variable c_newest_restorable_gci
          which is set _after_ both GCP_SAVE and COPY_GCI
        
        This variable is used when cutting redo (calcKeepGci)
        Also make sure complete GCI is run inbetween LCP's
      b8d47d78
    • unknown's avatar
      bug#17295 - ndb - error while reading REDO log · 7894098e
      unknown authored
        fix corruption due to page 0, file 0 gets released
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Make sure that page 0, file 0 isnt released
      7894098e
  6. 08 Feb, 2006 1 commit
  7. 07 Feb, 2006 6 commits
  8. 06 Feb, 2006 3 commits
    • unknown's avatar
      Bug #17154 load data infile of char values into a table of char(PK) hangs · ee213a03
      unknown authored
      Bug #17158  	load data infile of char values into table of char with no (PK) fails to load
      Bug #17081  	Doing "LOAD DATA INFILE" directly after delete can cause missing data
      
      
      mysql-test/r/ndb_load.result:
        New BitKeeper file ``mysql-test/r/ndb_load.result''
      mysql-test/t/ndb_load.test:
        New BitKeeper file ``mysql-test/t/ndb_load.test''
      ee213a03
    • unknown's avatar
      bug#13966 - ndb · 6e7adf7c
      unknown authored
        better error message on invalid config change
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        fix typo
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Change error message...note that this is a guess
      6e7adf7c
    • unknown's avatar
      bug#13965 · 42cb2c60
      unknown authored
        ndb - error while restarting in dict
              improve error message when changed config leads to failed restart
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        improve error message
      42cb2c60
  9. 05 Feb, 2006 1 commit
    • unknown's avatar
      ndb - bug#16693 (4.1) test + workaround, analyze later · 81236ac4
      unknown authored
      
      ndb/test/ndbapi/testBlobs.cpp:
        do batched deletes + list commit across open cursor test cases
      ndb/tools/delete_all.cpp:
        if blobs, no commit across open cursor (single trans)
        cases listed in testBlobs.cpp, analyze later (in 5.0 maybe)
      81236ac4
  10. 03 Feb, 2006 2 commits
    • unknown's avatar
      ndb - replace+tinyblob back-patch from 5.0 [ discard on 4.1->5.0 merge ] · d407a609
      unknown authored
      
      mysql-test/r/ndb_blob.result:
        replace+tinyblob back-patch from 5.0
      mysql-test/t/ndb_blob.test:
        replace+tinyblob back-patch from 5.0
      ndb/src/ndbapi/NdbBlob.cpp:
        replace+tinyblob back-patch from 5.0
      d407a609
    • unknown's avatar
      BUG#16893: Crash in test 'fulltext_order_by' · ff587ac9
      unknown authored
      Fixed that fulltext query + union results in unexpected behaviour.
      
      
      sql/item_func.h:
        Remove access to table object from cleanup() as the table object
        may have been dropped earlier (In case of temporary tables or of
        close_thread_tables() is run before cleanup())
        This fixed a bug with access to already freed memory
      sql/sql_base.cc:
        Reset variables used by fulltext
      ff587ac9
  11. 01 Feb, 2006 3 commits
  12. 31 Jan, 2006 3 commits
  13. 30 Jan, 2006 1 commit