- 15 Feb, 2006 1 commit
-
-
evgen@moonbone.local authored
If item->cached_table is set, find_field_in_tables() returns found field even if it doesn't belong to current select. Because Item_field::fix_fields doesn't expect such behaviour, reported bug occurs. Item_field::fix_fields() was modifed to detect when find_field_in_tables() can return field from outer select and process such fields accordingly. In order to ease this code which was searching and processing outed fields was moved into separate function called Item_field::fix_outer_field().
-
- 14 Dec, 2005 5 commits
-
-
knielsen@production.mysql.com authored
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
-
-
-
-
set in this script.
-
- 13 Dec, 2005 20 commits
-
-
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
-
evgen@moonbone.local authored
into moonbone.local:/work/15268-bug-5.0-mysql
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-5.0-ss92
-
aivanov@mysql.com authored
table' lockup". Changes from the innodb-5.0-ss92 snapshot. Do not call os_file_create_tmpfile() at runtime. Instead, create all tempfiles at startup and guard access to them with mutexes.
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
-
jonas@perch.ndb.mysql.com authored
NOTE: only changes to test script
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
New libc suggests doing this.
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-5.0-ss11
-
jonas@perch.ndb.mysql.com authored
note bug#15629 has been fixed in release clone (sp on 64 bit platform), but not merged here yet
-
aivanov@mysql.com authored
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-5.0-ss11 Null merge
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
knielsen@production.mysql.com authored
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
-
- 12 Dec, 2005 14 commits
-
-
knielsen@production.mysql.com authored
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
-
rparranovo@mysql.com authored
into mysql.com:/home/novo/MySQL/mysql-5.0
-
rparranovo@mysql.com authored
* made the following changes for the generic 5.0 RPM spec file - Added zlib to the list of (static) libraries installed - Added check against libtool wierdness (WRT: sql/mysqld || sql/.libs/mysqld) - Compile MySQL with bundled zlib - Fixed %packager name to "MySQL Production Engineering Team"
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-4.1-ss11
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
knielsen@production.mysql.com authored
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
aivanov@mysql.com authored
table' lockup". Changes from the innodb-4.1-ss11 snapshot. Do not call os_file-create_tmpfile() at runtime. Instead, create a tempfile at startup and guard access to it with a mutex. Also, fix bugs: 10511: "Wrong padding of UCS2 CHAR columns in ON UPDATE CASCADE"; 13778: "If FOREIGN_KEY_CHECKS=0, one can create inconsistent FOREIGN KEYs". When FOREIGN_KEY_CHECKS=0 we still need to check that datatypes between foreign key references are compatible. Also, added test cases (also for bug 9802).
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Manual merge from 4.1, extension of the old fix (1.1976 05/12/05 17:57:48 mleich@mysql.com) to two other places.
-
joerg@mysql.com authored
Fix for bug#12429: Replication tests fail: "Slave_IO_Running" differs: The value is not important, and it depends on timing. Mask it. Backport and extension of a fix made by Matthias in 5.0, originally it was 1.1976 05/12/05 17:57:48 mleich@mysql.com
-
jonas@perch.ndb.mysql.com authored
Error in abort handling in TC when timeout during abort
-