1. 09 Jun, 2005 3 commits
  2. 08 Jun, 2005 1 commit
    • joreland@mysql.com's avatar
      bug#11166 - ndb · dc78a772
      joreland@mysql.com authored
        Fix potential inconsistency when running ndb_restore due to faulty parsing
          of backup log wrt inserts
      dc78a772
  3. 07 Jun, 2005 23 commits
  4. 06 Jun, 2005 4 commits
  5. 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
  6. 04 Jun, 2005 4 commits
  7. 03 Jun, 2005 3 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