1. 15 Sep, 2005 1 commit
    • unknown's avatar
      ndb - bug#9994 backpatch fixes from 5.0 · 6363fd57
      unknown authored
            IGNORE on merge 4.1->5.0
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        bug#9994 backpatch fixes from 5.0
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        bug#9994 backpatch fixes from 5.0
      ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        bug#9994 backpatch fixes from 5.0
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        bug#9994 backpatch fixes from 5.0
      ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        bug#9994 backpatch fixes from 5.0
      6363fd57
  2. 14 Sep, 2005 6 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 6a47ca25
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      6a47ca25
    • unknown's avatar
      Improve error / process handling in the Perl script to run the test suite (patch supplied by Kent). · abd4974f
      unknown authored
      
      mysql-test/lib/mtr_process.pl:
        Handle errors in child processes separate from the parent process (patch supplied by Kent).
      mysql-test/lib/mtr_report.pl:
        New function to handle errors in child processes separate from the parent process (patch supplied by Kent).
        Expected to avoid HUP signals.
      abd4974f
    • unknown's avatar
      Bug#12920 - key_read_requests counter appears to re-set · 5fe65297
      unknown authored
      After merge fix.
      
      
      include/keycache.h:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        Status variables moved into KEY_CACHE in 4.1.
        Enlarging them there.
      include/my_sys.h:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        Status variables moved into KEY_CACHE in 4.1.
        Removed unused global variables.
      myisam/mi_test2.c:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        Status variables moved into KEY_CACHE in 4.1.
        Changed to print default key cache status.
      mysys/mf_keycache.c:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        Status variables moved into KEY_CACHE in 4.1.
        Changed their debug printout.
      sql/mysqld.cc:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        Changed to print full value.
      sql/sql_show.cc:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        Added a branch for long long values.
      sql/sql_test.cc:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        changed to print full values.
      sql/structs.h:
        Bug#12920 - key_read_requests counter appears to re-set
        After merge fix.
        Added a branch for long long keycache values.
      5fe65297
    • unknown's avatar
      Minor output format change of the Perl test suite script (align with the shell script). · a5903ed9
      unknown authored
      
      mysql-test/lib/mtr_report.pl:
        Make the Perl test script output identical to that of the (old) shell script,
        so that reported differences compare as equal strings (for automatic analysis).
      a5903ed9
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.0-4000 · 683e228a
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      include/my_sys.h:
        Bug#12920 - key_read_requests counter appears to re-set
        Manual merge requiring after merge fix.
      myisam/mi_test2.c:
        Bug#12920 - key_read_requests counter appears to re-set
        Manual merge requiring after merge fix.
      mysys/mf_keycache.c:
        Bug#12920 - key_read_requests counter appears to re-set
        Manual merge requiring after merge fix.
      sql/mysqld.cc:
        Bug#12920 - key_read_requests counter appears to re-set
        Manual merge requiring after merge fix.
      sql/sql_test.cc:
        Bug#12920 - key_read_requests counter appears to re-set
        Manual merge requiring after merge fix.
      683e228a
    • unknown's avatar
      Bug#12920 - key_read_requests counter appears to re-set · 07b61cbb
      unknown authored
      Enlarged the counter variables to ulonglong.
      
      
      07b61cbb
  3. 13 Sep, 2005 4 commits
  4. 12 Sep, 2005 25 commits
  5. 11 Sep, 2005 3 commits
  6. 10 Sep, 2005 1 commit