An error occurred fetching the project authors.
- 11 Dec, 2004 2 commits
-
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
Call mark_as_null_row in join_read_const and join_read_system.
-
- 07 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
-
- 02 Oct, 2004 1 commit
-
-
Ensures that WRITE lock is not obtained on all tables referenced.
-
- 08 Sep, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Jul, 2004 1 commit
-
-
bar@mysql.com authored
-
- 28 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
removed influence of some tests on other tests
-
- 04 May, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
but used in a nested query.
-
- 07 Apr, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed IN subselect with basic constant left expression SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406) fixed multiupdate privelege check (BUG#3408) fixed multiupdate tables check (BUG#3411) unchecked commands now is rejected by PS protocol to avoid serever crash fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
-
- 17 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 16 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 13 Mar, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Fix for a bug in the result multi_update.test: Fix for a bug in the test
-
- 12 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 11 Mar, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Test case for a #2996 bug fix multi_update.test: test case for a #2996 bug fix sql_select.cc: Fix for a bug #2996 involving multi-table updates over the const tables
-
- 10 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 22 Feb, 2004 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 19 Feb, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Multi-table delete's with tables having foreign key constraints did not return the error. Also added tests for multi-table updates.
-
- 20 Jan, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 19 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
-
- 11 Dec, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Fixed a bug causing a crash for multi-update/multi-delete with impossible where (bug #1860).
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 04 Dec, 2003 1 commit
-
-
monty@mysql.com authored
move bdb/innodb tests to right places
-
- 03 Dec, 2003 1 commit
-
-
sergefp@mysql.com authored
-
- 02 Dec, 2003 1 commit
-
-
sergefp@mysql.com authored
-
- 18 Nov, 2003 1 commit
-
-
sergefp@mysql.com authored
-
- 20 Aug, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Fix for a bug with LEAST() in WHERE clause ha_innodb.cc: Fix for a configure bug multi_update.result, multi_update.test: Fix for the update with NULL's in the result set sql_update.cc: Fix for the update with NULL's in the result set Fix for the update with NULL's in the result set Fix for the update with NULL's in the result set
-
- 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
-
- 02 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
whenever a temporary MyISAM table had to be created from HEAP table.
-
- 18 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP Fixed bug in multi-table-update where a row could be updated several times
-
- 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()
-
- 28 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
fix for a bug with derived tables and query cache ix for a charset bug in timestamp
-
- 24 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
I still have to make a test case for : UPDATE from sub-select with derived table
-
- 18 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 06 Dec, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Added THD to add_to_xxx_list() functions for faster parsing.
-
- 30 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
More tests for multi-table-update & timestamp handling
-
- 29 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
-
- 16 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
-
- 12 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-