An error occurred fetching the project authors.
- 16 Jul, 2005 1 commit
-
-
evgen@moonbone.local authored
disabled if ref is built with a key from the updated table Problem was in add_not_null_conds() optimization function. It contains following code: JOIN_TAB *referred_tab= not_null_item->field->table->reginfo.join_tab; ... add_cond_and_fix(&referred_tab->select_cond, notnull); For UPDATE described in bug report referred_tab is 0 and dereferencing it crashes the server.
-
- 18 Apr, 2005 1 commit
-
-
sergefp@mysql.com authored
Don't produce data truncation warnings from within cp_buffer_from_ref(). This function is only used to make index search tuples and data truncation that occurs here has no relation with truncated values being saved into tables.
-
- 17 Mar, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 03 Feb, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Fix crash with LAST_INSERT_ID() in UPDATE, Tests included,
-
- 16 Dec, 2004 3 commits
-
-
timour@mysql.com authored
-
timour@mysql.com authored
-
timour@mysql.com authored
-
- 17 Sep, 2004 1 commit
-
-
We don't want the update to abort when IGNORE is specified
-
- 15 Mar, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
a fix for a test with latest change
-
- 20 Jan, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 13 May, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
Fix for USE_FRM and crashed index file
-
monty@narttu.mysql.fi authored
-
- 23 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
- 22 Mar, 2003 1 commit
-
-
jani@hynda.(none) authored
e.g. default value is not accepted with auto_increment anymore.
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 25 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 08 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 23 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed bug in CONCAT_WS() Print the default ISOLATION level. Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
-
- 17 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed mutex problem when doing automatic repair of MyISAM tables
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-