summaryrefslogtreecommitdiff
path: root/mysys/testhash.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | dbug changes:serg@serg.mylan2006-02-141-2/+0
|/ | | | | | | | | | | | | | 1. dbug state is now local to a thread 2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL, DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF 3. macros are do{}while(0) wrapped 4. incremental modifications to the dbug state (e.g. "+d,info:-t") 5. dbug code cleanup, style fixes 6. _db_on_ and DEBUGGER_ON/OFF removed 7. rest of MySQL code fixed because of 3 (missing ;) and 6 8. dbug manual updated 9. server variable @@debug (global and local) to control dbug from SQL! a. -#T to print timestamps in the log
* A fix for Bug#7209 "Client error with "Access Denied" on updates konstantin@mysql.com2006-01-041-4/+5
| | | | | | | | | | | when high concurrency": remove HASH::current_record and make it an external search parameter, so that it can not be the cause of a race condition under high concurrent load. The bug was in a race condition in table_hash_search, when column_priv_hash.current_record was overwritten simultaneously by multiple threads, causing the search for a suitable grant record to fail. No test case as the bug is repeatable only under concurrent load.
* SCRUMhf@deer.(none)2003-09-191-2/+2
| | | | | | | embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
* mysys/testhash.c: Changed Swedish comments to English.jcole@mugatu.spaceapes.com2002-03-271-8/+10
|
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Import changesetbk@work.mysql.com2000-07-311-0/+291