An error occurred fetching the project authors.
- 11 Dec, 2004 1 commit
-
-
sergefp@mysql.com authored
Call mark_as_null_row in join_read_const and join_read_system.
-
- 02 Oct, 2004 1 commit
-
-
Ensures that WRITE lock is not obtained on all tables referenced.
-
- 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.
-
- 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).
-
- 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
-
- 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
-
- 18 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 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
-
- 06 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 31 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
changed in table initialization
-
- 11 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Still not able to make a proper test case as this crashes on files where key and data pointers are 4 bytes each. Possibly a proper test case would require myisampack.
-
- 04 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 16 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
memory corruption I can only repeat on one system.
-
- 26 Dec, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
* multi-table updates * new paid feature for limiting number of queries per hour for users * optional syntax for multi-table deletes * optimization for SQL_CALC_FOUND_ROWS * a small addition for CREATE .. SELECT that will be of future use I know that all this will require many additions to documentation, which I have not done, but I am at Arjen's disposal to help him document all this.
-
- 28 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
-
- 24 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 15 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Optimize fixed length MyISAM rows to use pread/pwrite.
-
- 11 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added multi-delete test case that does not work - something for Sinisa to fix
-