An error occurred fetching the project authors.
- 16 Mar, 2007 1 commit
-
-
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)
-
- 23 Feb, 2007 1 commit
-
-
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
-
- 06 Dec, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 19 May, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
fix scan bugs introduced by acc modifications add more error testcases
-
- 18 May, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
introduce acc per row logical mutex to fix difficult error handling cases
-
- 07 May, 2006 2 commits
-
-
jonas@eel.(none) authored
-
jonas@eel.(none) authored
-
- 13 Feb, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Remove old typedef's ArrayFifoList, ArrayList
-
- 11 Jan, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 07 Nov, 2005 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 18 Jul, 2005 1 commit
-
-
mronstrom@mysql.com authored
-
- 27 Apr, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 13 Apr, 2005 1 commit
-
-
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
-
- 12 Apr, 2005 1 commit
-
-
joreland@mysql.com authored
handle more cases...
-
- 28 Mar, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 12 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 16 Nov, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 15 Nov, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 11 Nov, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 20 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 27 Aug, 2004 1 commit
-
-
joreland@mysql.com authored
Cleaned up code Changed ndb_select_all
-
- 24 Aug, 2004 1 commit
-
-
joreland@mysql.com authored
Implemented new interpreter instruction: exit_ok_last This two new features combined can be used to make fast select count
-
- 21 Aug, 2004 1 commit
-
-
mronstrom@mysql.com authored
Fixing issue with NO_OF_FRAG_PER_NODE Also removed some OSE code no longer needed when configurable log pages
-
- 10 Aug, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 05 Aug, 2004 1 commit
-
-
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)
-
- 19 Jul, 2004 1 commit
-
-
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.
-
- 26 May, 2004 1 commit
-
-
joreland@mysql.com authored
WL1356 - Discless db node WL1357 - sp 1-2
-
- 14 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-