An error occurred fetching the project authors.
  1. 16 Mar, 2007 1 commit
    • jonas@perch.ndb.mysql.com's avatar
      ndb - bug#27203 · f161857d
      jonas@perch.ndb.mysql.com authored
        Allow readTablePk to stumble on scan+deleted tuple,
            reporting no-match instead of crash (in case scan is lock-owner)
      f161857d
  2. 23 Feb, 2007 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings · f0ae3ce9
      monty@mysql.com/narttu.mysql.fi authored
      Fixed compile-pentium64 scripts
      Fixed wrong estimate of update_with_key_prefix in sql-bench
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 into mysql.com:/home/my/mysql-5.1
      Fixed unsafe define of uint4korr()
      Fixed that --extern works with mysql-test-run.pl
      Small trivial cleanups
      This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
      Move all connection handling and command exectuion main loop from sql_parse.cc to sql_connection.cc
      Split handle_one_connection() into reusable sub functions.
      Split create_new_thread() into reusable sub functions.
      Added thread_scheduler; Preliminary interface code for future thread_handling code.
      
      Use 'my_thread_id' for internal thread id's
      Make thr_alarm_kill() to depend on thread_id instead of thread
      Make thr_abort_locks_for_thread() depend on thread_id instead of thread
      In store_globals(), set my_thread_var->id to be thd->thread_id.
      Use my_thread_var->id as basis for my_thread_name()
      The above changes makes the connection we have between THD and threads more soft.
      
      Added a lot of DBUG_PRINT() and DBUG_ASSERT() functions
      Fixed compiler warnings
      Fixed core dumps when running with --debug
      Removed setting of signal masks (was never used)
      Made event code call pthread_exit() (portability fix)
      Fixed that event code doesn't call DBUG_xxx functions before my_thread_init() is called.
      Made handling of thread_id and thd->variables.pseudo_thread_id uniform.
      Removed one common 'not freed memory' warning from mysqltest
      Fixed a couple of usage of not initialized warnings (unlikely cases)
      Suppress compiler warnings from bdb and (for the moment) warnings from ndb
      f0ae3ce9
  3. 06 Dec, 2006 1 commit
  4. 19 May, 2006 1 commit
  5. 18 May, 2006 1 commit
  6. 07 May, 2006 2 commits
  7. 13 Feb, 2006 1 commit
  8. 11 Jan, 2006 1 commit
  9. 07 Nov, 2005 1 commit
  10. 18 Jul, 2005 1 commit
  11. 27 Apr, 2005 1 commit
  12. 13 Apr, 2005 1 commit
    • joreland@mysql.com's avatar
      BUG#9749 - ndb lock upgrade - more fixes... · 45a07db5
      joreland@mysql.com authored
      1) Make getNoParall into function instead of a procedure
      2) Check for multiple transactions in "upgrade's" parallell queue
      3) Set lock mode according to lock_owner's lockMode
      
      NOTE: Does still not handle lock upgrade in case of aborts correctly
      45a07db5
  13. 12 Apr, 2005 1 commit
  14. 28 Mar, 2005 1 commit
  15. 12 Dec, 2004 1 commit
  16. 16 Nov, 2004 1 commit
  17. 15 Nov, 2004 1 commit
  18. 11 Nov, 2004 1 commit
  19. 20 Oct, 2004 1 commit
  20. 27 Aug, 2004 1 commit
  21. 24 Aug, 2004 1 commit
  22. 21 Aug, 2004 1 commit
  23. 10 Aug, 2004 1 commit
  24. 05 Aug, 2004 1 commit
    • joreland@mysql.com's avatar
      bug#4586 testSystemRestart -n SR_FULLDB · 52f9ee10
      joreland@mysql.com authored
      keep acc from shrinking/expanding when less than one page per fragment
      is left.
      
      This makes ACC not shrink so that one get out of pages during 
      log execution in SR (which crashes badly)
      52f9ee10
  25. 19 Jul, 2004 1 commit
    • mronstrom@mysql.com's avatar
      Bug #4479 · 73360e55
      mronstrom@mysql.com authored
      Ensures that the node doesn't crash by overflowing the UNDO log buffer
      at local checkpoints. Inserts a real-time break after 512 operations
      and when low on UNDO log buffer.
      73360e55
  26. 26 May, 2004 1 commit
  27. 14 Apr, 2004 1 commit