1. 08 Jun, 2005 1 commit
  2. 07 Jun, 2005 21 commits
  3. 06 Jun, 2005 4 commits
  4. 05 Jun, 2005 2 commits
    • kent@mysql.com's avatar
      mtr_misc.pl, mtr_report.pl: · 5ec15497
      kent@mysql.com authored
        Try kill all children to the mysql-test-run process when exiting
      mtr_process.pl:
        Added new function mtr_exit() that try kill all children to the mysql-test-run process when exiting
      mysql-test-run.pl:
        Try kill all children to the mysql-test-run process when exiting
        New --vardir caused problems on Windows
        Changed faulty calls to error() to mtr_error()
      5ec15497
    • serg@serg.mylan's avatar
      a compiler must see '#pragma implementation' *before* · 6a534902
      serg@serg.mylan authored
      '#pragma interface' (that comes with the #include'd header file)
      6a534902
  5. 04 Jun, 2005 4 commits
  6. 03 Jun, 2005 8 commits
    • mronstrom@mysql.com's avatar
      Bug #10901 · 1eaacaf1
      mronstrom@mysql.com authored
      After review fix
      Copy from internal state to share state only when in lock write
      mode (happens only when lock table x write has been performed since
      update_state_info is only called when holding a TL_READ_NO_INSERT
      lock normally. Previous patch would have failed in combination with
      delayed writes.
      1eaacaf1
    • monty@mysql.com's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · a49387a1
      monty@mysql.com authored
      into mysql.com:/home/my/mysql-4.1
      a49387a1
    • monty@mysql.com's avatar
      Move USE_PRAGMA_IMPLEMENTATION to proper place · 29fd1f2f
      monty@mysql.com authored
      Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
      Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
      Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
      29fd1f2f
    • serg@serg.mylan's avatar
      mergemerged · aaa4c11d
      serg@serg.mylan authored
      aaa4c11d
    • serg@serg.mylan's avatar
      after merge fixes · 5b810bc6
      serg@serg.mylan authored
      5b810bc6
    • serg@serg.mylan's avatar
      merged · e4d4baed
      serg@serg.mylan authored
      e4d4baed
    • mronstrom@mysql.com's avatar
      Bug #10901 · 96252c1d
      mronstrom@mysql.com authored
      Analyze table corrupts the state on
      data_file_length, records, index_file_length...
      by writing the shared state when there is an updated internal
      state due to inserts or deletes
      Fixed by synching the shared state with the internal state before
      writing it to disk
      Added test cases of 2 error cases and a normal case in new
      analyze test case
      96252c1d
    • serg@serg.mylan's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 52340c55
      serg@serg.mylan authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      52340c55