summaryrefslogtreecommitdiff
path: root/storage
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-2741-91/+140
| | | | | | | Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
* Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-2259-212/+245
| | | | into mysql.com:/home/my/mysql-5.1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@nosik.monty.fi2006-11-216-18/+25
|\ | | | | | | into mysql.com:/home/my/mysql-5.1
| * Added --debug-info to most clients to detect memory leaks in mysql-test-runmonty@mysql.com/nosik.monty.fi2006-11-216-18/+25
| | | | | | | | | | | | | | | | | | Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
* | Bug#24361 valgrind error when shutting down mysqld connected to clustermsvensson@shellback.(none)2006-11-201-3/+4
| | | | | | | | - Disconnect from transporter before starting to delete objects
* | Merge mysql.com:/home/bkroot/mysql-5.1-new-rpllars@black.(none)2006-11-134-9/+12
|\ \ | | | | | | | | | into mysql.com:/home/bk/MERGE/mysql-5.1-merge
| * \ Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rplaelkin/elkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi2006-11-122-2/+2
| |\ \ | | | | | | | | | | | | into dsl-hkibras-fe30f900-107.dhcp.inet.fi:/home/elkin/MySQL/TEAM/FIXES/5.1/bug24190_many_field_in_rec_is_0
| | * | Bug #24190 many exportable definitions of field_in_record_is_nullaelkin/elkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi2006-11-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | mysql had several(2) exportable definitions of field_in_record_is_null function. Fixed with adding static.
| * | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145h.mysql.com2006-11-072-7/+10
| |\ \ \ | | |/ / | | | | | | | | into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
| | * | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145h.mysql.com2006-10-252-7/+10
| | |\ \ | | | | | | | | | | | | | | | into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
| | | * | Merge mysql.com:/usr/home/bar/mysql-5.0-rpl.b22052bar@bar.intranet.mysql.r18.ru2006-10-122-7/+10
| | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-5.1-rpl
* | | | | Applied innodb-5.1-ss1004tsmith@quadxeon.mysql.com2006-11-0912-137/+366
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes: - Bug #15815: Very poor performance with multiple queries running concurrently - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw - Bug #24089: Race condition in fil_flush_file_spaces()
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-11-031-1/+0
| | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1cmiller@zippy.cornsilk.net2006-11-0219-250/+234
|\ \ \ \ | | | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
| * | | | Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@shellback.(none)2006-10-301-127/+132
| | | | | | | | | | | | | | | | | | | | into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
| * | | | Post Merge Cleanupiggy/Administrator@amd64.2006-10-261-0/+9
| | | | |
| * | | | Merge siva.hindu.god:/usr/home/tim/m/bk/g51tsmith/tim@siva.hindu.god2006-10-2319-133/+103
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/51
| | * | | Applied InnoDB snapshot 5.1-ss927tsmith/tim@siva.hindu.god2006-10-203-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes: - Bug #23368: crash during insert, table has foreign key pointing into other schema,permission
| | * | | Apply InnoDB snapshot ss923tsmith/tim@siva.hindu.god2006-10-2016-115/+83
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes: - Bug #18077: InnoDB uses full explicit table locks in stored FUNCTION
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1cmiller@zippy.cornsilk.net2006-10-171-2/+2
| | |\ \ \ | | | |/ / | | |/| | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
| | | * | Merge example.com:/work/bug23074/my50-bug23074andrey@example.com2006-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | into example.com:/work/bug23074/my51-bug23074
* | | | | Merge bodhi.local:/opt/local/work/mysql-5.0-runtimekostja@bodhi.local2006-11-022-55/+136
| | | | | | | | | | | | | | | | | | | | into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1kostja@bodhi.local2006-11-022-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
| * | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimepetr/cps@owlet.local2006-10-242-6/+6
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into mysql.com:/home/cps/mysql/devel/5.1-rename-bug
| | * | | Fix for Bug #17544 "Cannot do atomic log rotate",petr/cps@mysql.com/owlet.local2006-10-132-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #21785 "Server crashes after rename of the log table" and Bug #21966 "Strange warnings on create like/repair of the log tables" According to the patch, from now on, one should use RENAME to perform a log table rotation (this should also be reflected in the manual). Here is a sample: use mysql; CREATE TABLE IF NOT EXISTS general_log2 LIKE general_log; RENAME TABLE general_log TO general_log_backup, general_log2 TO general_log; The rules for Rename of the log tables are following: IF 1. Log tables are enabled AND 2. Rename operates on the log table and nothing is being renamed to the log table. DO 3. Throw an error message. ELSE 4. Perform rename. The very RENAME query will go the the old (backup) table. This is consistent with the behavoiur we have with binlog ROTATE LOGS statement. Other problems, which are solved by the patch are: 1) Now REPAIR of the log table is exclusive operation (as it should be), this also eliminates lock-related warnings. and 2) CREATE LIKE TABLE now usese usual read lock on the source table rather then name lock, which is too restrictive. This way we get rid of another log table-related warning, which occured because of the above fact (as a side-effect, name lock resulted in a warning).
* | | | | Merge trift2.:/MySQL/M51/clone-5.1joerg@trift2.2006-11-018-31/+53
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into trift2.:/MySQL/M51/push-5.1
| * | | | | 5.1.12 - release clonejonas@perch.ndb.mysql.com2006-10-231-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | ndb - revert fix bug#21052 as it's wrong, and induces bus-error on node crashes
| * | | | | Merge mysqldev@production.mysql.com:my/mysql-5.1-releaseholyfoot/hf@deer.(none)2006-10-185-0/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/hf/work/mysql-5.1-release
| | * | | | | bug #23369 (Embedded library can't be linked)holyfoot/hf@mysql.com/deer.(none)2006-10-185-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem is that some files moved to storage/*/ still are dependent on sql/ code (usually use members of THD structure) that can get different being compiled with another #define-s Code added to recompile these for the embedded server
| * | | | | | ndb -jonas@perch.ndb.mysql.com2006-10-181-9/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | Fix uninit variable, causing problems with auto-increment on rhas3-x86 (only found on this platform, really weird)
| * | | | | ndb - fix some ndb strict-alias problemsjonas@perch.ndb.mysql.com2006-10-162-22/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | found with gcc 4.0.2 on Itanium2 (ndb_dd_* failures)
| * | | | | ndb - fix memleak (due to incorrect merge of bug#21941)jonas@perch.ndb.mysql.com2006-10-131-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | recommit into release-clone
* | | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1jonas@perch.ndb.mysql.com2006-10-287-148/+425
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * | | | Merge bk-internal:/home/bk/mysql-5.1gkodinov@dl145s.mysql.com2006-10-201-0/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
| | * \ \ \ Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.1gkodinov@dl145s.mysql.com2006-10-191-0/+15
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1-opt
| | | * | | Merge bk@192.168.21.1:mysql-5.1-optholyfoot/hf@deer.(none)2006-10-011-0/+15
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/hf/work/21888/my51-21888
| | | | * | | Merge mysql.com:/home/hf/work/21888/my50-21888holyfoot/hf@deer.(none)2006-09-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/hf/work/21888/my51-21888
| * | | | | | Merge mysql.com:/home/svoj/devel/mysql/engines/mysql-5.0-enginessvoj@april.(none)2006-10-191-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/svoj/devel/mysql/engines/mysql-5.1-engines
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1istruewing@chilla.local2006-10-196-146/+404
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into chilla.local:/home/mydev/mysql-5.1-merge
| | * | | | | Merge chilla.local:/home/mydev/mysql-5.1--teamistruewing@chilla.local2006-10-161-3/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into chilla.local:/home/mydev/mysql-5.1-ateam
| | | * | | | | Bug#21627 - Warnings in build of myisampackistruewing@chilla.local2006-10-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added proper casts No test case. myisampack must be tested manually.
| | * | | | | | Bug#8283 - OPTIMIZE TABLE causes data lossistruewing@chilla.local2006-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After merge fix. Renamed 'info' -> 'sort_param'.
| | * | | | | | Merge chilla.local:/home/mydev/mysql-5.0-bug8283istruewing@chilla.local2006-10-095-142/+400
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | into chilla.local:/home/mydev/mysql-5.1-bug8283
* | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbjonas@perch.ndb.mysql.com2006-10-271-0/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-271-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
* | | | | | | | Merge orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my50-tuxpekka@orca.ndb.mysql.com2006-10-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-tux
* | | | | | | | Merge ymer.(none):/usr/local/mysql/mysql-4.1-ndb.tmpknielsen@ymer.(none)2006-10-252-4/+8
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | into ymer.(none):/usr/local/mysql/mysql-5.1-new-ndb
* | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-10-254-68/+106
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * \ \ \ \ \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbjonas@perch.ndb.mysql.com2006-10-254-68/+106
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | * | | | | | | Merge orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my50-tuxpekka@orca.ndb.mysql.com2006-10-194-68/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-tux