summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix compilation failure on serg's box: we shouldn'tpetr@mysql.com2005-10-197-21/+20
| | | | | use USE_PRAGMA_INTERFACE before include of my_global.h, where it is defined
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0elliot@mysql.com2005-10-189-5/+85
|\ | | | | | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
| * Fixed stack overflow problem and abnormal end on Netware.jani@ua141d10.elisa.omakaista.fi2005-10-181-0/+1
| |
| * Fix for bug #14064: information_schema test fails on opnsrv6c.ramil@mysql.com2005-10-181-3/+3
| |
| * Fix for bug#13783 mysqlcheck tries to optimize and analyze information_schemagluh@eagle.intranet.mysql.r18.ru2005-10-185-2/+73
| | | | | | | | 'information_schema' is excluded from list of databases for mysqlcheck command
| * Hastily fix VC++6 project files to include a new file.konstantin@mysql.com2005-10-182-0/+8
| |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0elliot@mysql.com2005-10-171-1/+1
|\ \ | |/ | | | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
| * Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0patg@krsna.patg.net2005-10-171-1/+1
| |\ | | | | | | | | | into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test1
| | * Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0patg@krsna.patg.net2005-10-171-1/+1
| | |\ | | | | | | | | | | | | into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test1
| | | * BUG# 13052 Changed text in options to TIMESTAMPpatg@krsna.patg.net2005-10-171-1/+1
| | | |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0elliot@mysql.com2005-10-174-62/+95
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-10-174-62/+95
| |\ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/dlenev/src/mysql-5.0-bg12739
| | * | Fix for bug #12739 "Deadlock in multithreaded environment during creating/dlenev@mysql.com2005-10-174-62/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | droping trigger on InnoDB table". Deadlock occured in cases when we were trying to create two triggers for the same InnoDB table concurrently and both threads were able to reach close_cached_table() simultaneously. Bugfix implements new approach to table locking and table cache invalidation during creation/dropping of trigger. No testcase is supplied since bug was repeatable only under high concurrency.
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0elliot@mysql.com2005-10-173-0/+37
|\ \ \ \ | |/ / / |/| | | | | | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
| * | | BUG#13900 DATETIME data changes after inserting a new row in a InnoDB tableelliot@mysql.com2005-10-173-0/+37
| | | | | | | | | | | | | | | | | | | | Applying patch from Marko. All tests pass in pentium-debug-max build on Linux.
* | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0kent@mysql.com2005-10-1727-3344/+146
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0
| * \ \ \ Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-releasekent@mysql.com2005-10-1727-3344/+146
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0
| | * | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasepetr@mysql.com2005-10-171-0/+4
| | |\ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0
| | | * | | Fix im tests on powermacg5: temporarily fix for problem with Darwin kernels. ↵petr@mysql.com2005-10-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more details see bug 2030. Will push a proper fix later
| | * | | | mysql-test-run.pl:kent@mysql.com2005-10-163-34/+40
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added --skip-im option handling Don't terminate script if IM fails to create PID file mtr_cases.pl: Added --skip-im option handling mtr_process.pl: Kill left over 'mysqld' processes started by IM
| | * | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasepetr@mysql.com2005-10-161-2/+2
| | |\ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0
| | | * | | portability fix: sh does not support "==". This resulted in IM tests failing ↵petr@mysql.com2005-10-161-2/+2
| | | |/ / | | | | | | | | | | | | | | | on range of platforms.
| | * | | mysql-test-run.pl:kent@mysql.com2005-10-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Put socket files into $opt_tmpdir, to avoid problems with platforms that can't handle long socket paths.
| | * | | thread_registry.h, thread_registry.cc:kent@mysql.com2005-10-164-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add explicit Thread_info::Thread_info() and move both initializers out of class definition, to solve link problem on QNX Makefile.am: Preserve executable mode on scripts make_binary_distribution.sh: Copy *.imtest files
| | * | | mysql.sln:kent@mysql.com2005-10-151-0/+18
| | | | | | | | | | | | | | | | | | | | Missing yaSSL added to pro-gpl target
| | * | | mysql.spec.sh:kent@mysql.com2005-10-151-12/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give mode arguments the same way in all places Moved copy of mysqld.a to "standard" build, but disabled it as we don't do embedded yet in 5.0
| | * | | mysql.spec.sh:kent@mysql.com2005-10-141-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For 5.x, always compile with --with-big-tables Copy the config.log file to location outside the build tree
| | * | | mysql.spec.sh:kent@mysql.com2005-10-141-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unneeded/obsolte configure options Added archive engine to standard server Removed the embedded server from experimental server Changed suffix "-Max" => "-max" Changed comment string "Max" => "Experimental"
| | * | | Use Field_longlong::store(longlong nr, bool unsigned_val) for ulonglong valuesramil@mysql.com2005-10-141-5/+5
| | | | | | | | | | | | | | | | | | | | instead of Field_longlong::store(double nr).
| | * | | Change the "Password" column type for the Perl suite running the tests. ↵joerg@mysql.com2005-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | bug#14023
| | * | | configure.in:lenz@mysql.com2005-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | - reverted NDB version number, too
| | * | | - revert version number in configure.in to 5.0.15lenz@mysql.com2005-10-141-1/+1
| | | | |
| | * | | Merge mysql.com:/data0/mysqldev/my/mysql-5.0lenz@mysql.com2005-10-1414-3266/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/data0/mysqldev/my/mysql-5.0-release
| | | * | | Fix link failure on OS Xelliot@mysql.com2005-10-131-1/+0
| | | | | |
| | | * | | .del-mysqlwatch.vcproj~91c7061bceb731ad:kent@mysql.com2005-10-1413-3265/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete: VC++Files/mysqlwatch/mysqlwatch.vcproj .del-mysqlshutdown.vcproj~b956e6769cf4fe76: Delete: VC++Files/mysqlshutdown/mysqlshutdown.vcproj .del-pack_isam_ia64.dsp~6172aec32da6de5d: Delete: VC++Files/pack_isam/pack_isam_ia64.dsp .del-pack_isam.vcproj~82b3c430c0c623f2: Delete: VC++Files/pack_isam/pack_isam.vcproj .del-pack_isam.dsp~1f236852e0bcc13d: Delete: VC++Files/pack_isam/pack_isam.dsp .del-isamchk_ia64.dsp~abb473e7d3025305: Delete: VC++Files/isamchk/isamchk_ia64.dsp .del-isamchk.vcproj~19838e6a73320284: Delete: VC++Files/isamchk/isamchk.vcproj .del-isamchk.dsp~6349525f4cf767a4: Delete: VC++Files/isamchk/isamchk.dsp .del-isam_ia64.dsp~e6dffc47e113891: Delete: VC++Files/isam/isam_ia64.dsp .del-isam.vcproj~53282403e12348c3: Delete: VC++Files/isam/isam.vcproj .del-isam.dsw~c64a212cb134161a: Delete: VC++Files/isam/isam.dsw .del-isam.dsp~9c26247a621084bf: Delete: VC++Files/isam/isam.dsp mysql.sln: Removed isam from Visual Studio .Net project files, accidently merged over from 4.1
* | | | | | Bug #13377. Small update, code formatting.SergeyV@selena.2005-10-171-2/+2
| | | | | |
* | | | | | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0SergeyV@selena.2005-10-174-7/+114
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into selena.:H:/MYSQL/src/#13377-mysql-5.0
| * | | | | | Small update for #13377 patchSergeyV@selena.2005-10-171-9/+1
| | | | | | |
| * | | | | | Turn off EOLN_NATIVE for test filesSergeyV@selena.2005-10-170-0/+0
| | | | | | |
| * | | | | | Fixes bug #13377. Added code to close active log files in case SergeyV@selena.2005-10-034-7/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of log reset condition.
* | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-10-17175-1012/+5728
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into mysql.com:/home/pem/work/bug7049/mysql-5.0
| * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0jonas@perch.ndb.mysql.com2005-10-172-38/+41
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push
| | * \ \ \ \ \ Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1jonas@perch.ndb.mysql.com2005-10-171-0/+3
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
| | | * | | | | | ndb - hugojonas@perch.ndb.mysql.com2005-10-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable tests of lock upgrade paths that are currently unsupported
| | * | | | | | | Fix testDict -n FragmentTypeSingle T1jonas@perch.ndb.mysql.com2005-10-171-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Init KeyDescriptor before sending to DIH, make sure that its always inited
| * | | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0jonas@perch.ndb.mysql.com2005-10-171-4/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push
| | * | | | | | ndb - ndbapi testprogram bugfixjonas@perch.ndb.mysql.com2005-10-171-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testBackup, fix assertion
| * | | | | | | sp-security.result, sp.result, sp-security.test, sp.test:evgen@moonbone.local2005-10-164-34/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test for bug#12812 moved from sp.test to sp-security.test
| * | | | | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0hf@deer.(none)2005-10-151-1/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-5.0.12991
| | * | | | | | | Fix for bug #12991 (compile error --without-geometry)hf@deer.(none)2005-09-091-1/+4
| | | | | | | | |