summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mergeVladislav Vaintroub2009-12-1983-1037/+1887
|\
| * Merge mysql-next-mr (revno 2939) --> mysql-next-mr-marcMarc Alff2009-12-1722-103/+443
| |\
| | * Merge to latest mysql-next-mrMikael Ronstrom2009-12-16242-1726/+5385
| | |\
| | * | Fix for Windows atomicsMikael Ronstrom2009-12-161-15/+19
| | * | Fixed complex gcc assembler issues with 64-bit operations on 32-bit platforms...Mikael Ronstrom2009-12-151-18/+47
| | * | Include windows.h in atomics framework for windowsMikael Ronstrom2009-12-151-0/+1
| | * | Fixed 64-bit atomics on Win x86 and removed support for 8 and 16-bit atomic o...Mikael Ronstrom2009-12-152-16/+4
| | * | Fixed atomic instruction headers for Windows and x86-gccMikael Ronstrom2009-12-152-4/+34
| | * | MergeMikael Ronstrom2009-12-14500-154304/+95136
| | |\ \
| | * | | Fixed an issue where STOP SLAVE generated a warning to error log which test c...Mikael Ronstrom2009-12-141-2/+15
| | * | | Fixed --fast flag on Linux to use -O3Mikael Ronstrom2009-12-081-1/+5
| | * | | Merged in WL#5105Mikael Ronstrom2009-11-271-0/+24
| | |\ \ \
| | | * | | WL#5105, review fixMikael Ronstrom2009-11-201-5/+5
| | | * | | WL#5105, Optimize ptr_cmp on Solaris by using memcmp instead of native ptr_cmpMikael Ronstrom2009-11-201-0/+24
| | | |\ \ \
| | | | * | | WL#5105, ptr_cmp optimised on Solaris, more efficient to use memcmp on Solari...Mikael Ronstrom2009-09-231-0/+24
| | * | | | | Merged in WL#5138Mikael Ronstrom2009-11-2713-64/+198
| | |\ \ \ \ \
| | | * \ \ \ \ Merge WL#5138 to mysql-next-mrMikael Ronstrom2009-11-27191-1449/+5130
| | | |\ \ \ \ \
| | | * | | | | | WL#5138, Fixed according to code review comments from DaviMikael Ronstrom2009-11-246-12/+32
| | | * | | | | | WL#5138, fixed review commentsMikael Ronstrom2009-11-236-25/+15
| | | * | | | | | WL#5138, reverted some review fixesMikael Ronstrom2009-11-202-3/+3
| | | * | | | | | WL#5138, review fixesMikael Ronstrom2009-11-203-12/+12
| | | * | | | | | WL#5138 merged to mysql-next-mrMikael Ronstrom2009-11-2019-366/+701
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | Bug fixes to my_atomic infrastructureMikael Ronstrom2009-10-151-0/+2
| | | | * | | | | Backported my_atomic from 6.0-codebase and added support for 64-bit atomics t...Mikael Ronstrom2009-10-1213-167/+337
| | | | * | | | | Moved atomics from 6.0 codebase to prepare for using atomic increments in pla...Mikael Ronstrom2009-10-097-203/+388
| | * | | | | | | Merged in WL#4949Mikael Ronstrom2009-11-272-0/+66
| | |\ \ \ \ \ \ \
| | | * | | | | | | Removed extra test case after review commentMikael Ronstrom2009-11-262-23/+0
| | | * | | | | | | Fixed kill_alarm test and got it workingMikael Ronstrom2009-11-263-0/+24
| | | * | | | | | | MergeMikael Ronstrom2009-11-2090-719/+2396
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | * | | | | | | WL#4949, Remove use of LOCK_alarm by instead using SO_SNDTIME0/SO_RCVTIME0Mikael Ronstrom2009-11-122-0/+65
| | * | | | | | | | Merge WL#5137 to mysql-next-mrMikael Ronstrom2009-11-273-11/+58
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | WL#5137, Remove hash calculation from LOCK_open in open_tableMikael Ronstrom2009-11-203-11/+58
| | | |\ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | | | * | | | | | Review comments for LOCK_open patchMikael Ronstrom2009-11-103-20/+28
| | | | * | | | | | A minor change to MySQL's hash where calculation of hash can be done separate...Mikael Ronstrom2009-10-093-4/+43
| | | | | |/ / / / | | | | |/| | | |
| * | | | | | | | Merge mysql-next-mr (revno 2942) --> mysql-next-mr-marcMarc Alff2009-12-16242-1726/+5385
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge cleanupMarc Alff2009-12-1115-28/+27
| * | | | | | | | Merge mysql-next-mr (revno 2936) --> mysql-next-mr-marcMarc Alff2009-12-11222-150494/+84841
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | WL#2360 Performance schemaMarc Alff2009-12-0964-916/+1380
* | | | | | | | | Simplify embedding version info into executables with ADD_VERSION_INFOVladislav Vaintroub2009-12-188-71/+65
* | | | | | | | | add missing file to EXTRA_DIST Vladislav Vaintroub2009-12-181-1/+2
* | | | | | | | | add new fileVladislav Vaintroub2009-12-181-0/+89
* | | | | | | | | Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta...Vladislav Vaintroub2009-12-1711-117/+66
* | | | | | | | | mergeVladislav Vaintroub2009-12-16243-1728/+5389
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Update version in mysql-next-mr.Alexander Nozdrin2009-12-162-2/+2
| * | | | | | | | Auto-merge from mysql-trunk.Alexander Nozdrin2009-12-1620-140/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Remove .cvsignore files (attempt #2).Alexander Nozdrin2009-12-1620-140/+0
| * | | | | | | | | Post-merge fix.Alexander Nozdrin2009-12-151-4/+2
| * | | | | | | | | Post-merge fix (binlog_unsafe).Alexander Nozdrin2009-12-152-0/+3
| * | | | | | | | | Post-merge fix.Evgeny Potemkin2009-12-144-18/+15
| * | | | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-12221-1577/+5378
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |