- 12 Dec, 2005 5 commits
-
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-4.1-ss11
-
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
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
-
- 08 Dec, 2005 1 commit
-
-
jimw@mysql.com authored
handling so that indexes are closed before trying to commit the transaction. (Bug #15536)
-
- 07 Dec, 2005 5 commits
-
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my41-bug9535
-
bar@mysql.com authored
latin5.xml: - Fixing order thee Turkish letters to conform Turkish rules. - All non-Turkish accented letters are mappend to their non-accented counterparts.
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my41-bug9535
-
msvensson@neptunus.(none) authored
- Set max_length of Item_func_uuid to max_length*system_charset_info->mbmaxlen Note! Item_func_uuid should be set to use 'ascii' charset when hex(), format(), md5() etc will use 'ascii' - Comitting again, the old patch seems to have been lost.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
- 06 Dec, 2005 1 commit
-
-
lenz@mysql.com authored
internals@lists.mysql.com to reduce the noise on the internals list.
-
- 05 Dec, 2005 2 commits
-
-
joerg@mysql.com authored
(Backport of an identical change from 5.0)
-
joerg@mysql.com authored
-
- 04 Dec, 2005 3 commits
-
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
-
- 02 Dec, 2005 2 commits
-
-
evgen@moonbone.local authored
into moonbone.local:/work/15028-bug-4.1-mysql
-
stewart@mysql.com authored
-
- 01 Dec, 2005 2 commits
-
-
evgen@moonbone.local authored
depending on table order multi_update::send_data() was counting updates, not updated rows. Thus if one record have several updates it will be counted several times in 'rows matched' but updated only once. multi_update::send_data() now counts only unique rows.
-
bell@sanja.is.com.ua authored
to be in the query cache. (BUG#14652)
-
- 30 Nov, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 29 Nov, 2005 5 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Merge/4.1
-
gluh@eagle.intranet.mysql.r18.ru authored
added SSL_library_init()
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b10446
-
- 28 Nov, 2005 5 commits
-
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-4.1
-
knielsen@mysql.com authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b14406
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b14406
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
- 26 Nov, 2005 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
- 25 Nov, 2005 3 commits
-
-
konstantin@mysql.com authored
CREATE TABLE and PS/SP": make sure that 'typelib' object for ENUM values and 'Item_string' object for DEFAULT clause are created in the statement memory root.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
- 24 Nov, 2005 3 commits
-
-
evgen@moonbone.local authored
into moonbone.local:/work/14482-bug-4.1-mysql
-
evgen@moonbone.local authored
crash resolve_const_item() substitutes item which will evaluate to constant with equvalent constant item, basing on the item's result type. In this case subselect was resolved as constant, and resolve_const_item() was substituting it's result's Item_caches to Item_null. Later Item_cache's function was called for Item_null object, which caused server crash. resolve_const_item() now substitutes constants for items with result_type == ROW_RESULT only for Item_rows.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-