- 31 Aug, 2005 11 commits
-
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
-
evgen@moonbone.local authored
into moonbone.local:/work/12861-bug-4.1-mysql
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
evgen@moonbone.local authored
Item_func_group_concat::fix_fields() set maybe_null flag to 0, and set it to 1 only if some of it's arguments may be null. When used in subquery in tmp table created field which can't be null. When no data retireved result field have to be set to null and error mentioned in bug report occurs. Also this bug can occur if selecting from not null field in empty table. Function group_concat now marked maybe_null from the very beginning not only if some of it's argument may be null.
-
tomas@poseidon.ndb.mysql.com authored
-
heikki@hundin.mysql.fi authored
Fix bug #12410 : InnoDB was too permissive with LOCK TABLE ... READ LOCAL, and alowed new inserts to the table; we now make READ LOCAL equivalent to READ for InnoDB; note that this will cause slightly more locking in mysqldump, but makes the InnoDB table dumps consistent with MyISAM table dumps; note that the real code change patch was accidentally pushed with my another patch 5 minutes ago
-
heikki@hundin.mysql.fi authored
Fix bug #12852 : do not increment the open handle count to a table if the table does not have an .ibd file and InnoDB decides to return an error from the ::open() function; then the table can be dropped even if the user has tried to open it
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
-
- 30 Aug, 2005 17 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
evgen@moonbone.local authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/4.1.b9613
-
evgen@moonbone.local authored
Item::tmp_table_field_from_field_type() and create_tmp_field_from_item() was converting string field to blob depending on byte-wise length instead of character length, which results in converting valid varchar string with length == 86 to longtext. Made that functions above take into account max width of character when converting string fields to blobs.
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/4.1.b9613
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/4.1.b9613
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1-push
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1-push
-
jonas@eel.(none) authored
fix typo
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
pgalbraith@mysql.com authored
Found one more missing DBUG_ENTER. compile-pentium-debug-max does not enable blackhole on 4.1!
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
- 29 Aug, 2005 12 commits
-
-
brian@zim.(none) authored
-
pgalbraith@mysql.com authored
Added missing DBUG enter, compiled and tested on production with debug-max build (my regular build missed the previous errors friday) Changeset: Added missing DBUG_ENTER, compiled and tested on production with debug-max build!
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
paul@frost.snake.net authored
into frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
-
ingo@mysql.com authored
Skipping deleted records instead of breaking the loop during checksum calculation.
-
ingo@mysql.com authored
Handle temporary tables like permanent tables: If the storage engine cannot truncate, delete instead.
-
ingo@mysql.com authored
Supplied the default database name for ALTER TABLE ... RENAME for the new table instead of the old tables db like we do for other ALTERs.
-
ingo@mysql.com authored
Changed end-space comparison so that the key is not used past its end. This is due to the new end-space behaviour in 4.1. See also bug 6151 and 9188.
-
bar@mysql.com authored
Bug#12371 executing prepared statement fails (illegal mix of collations) After review fixes.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12371
-