An error occurred fetching the project authors.
- 02 Oct, 2004 1 commit
-
-
Ensures that WRITE lock is not obtained on all tables referenced.
-
- 17 Sep, 2004 1 commit
-
-
We don't want the update to abort when IGNORE is specified
-
- 11 Mar, 2004 1 commit
-
-
monty@mysql.com authored
Ensure that install_test_db.sh script works with both 'make install' and 'make_binary_distribution' layouts Abort if we can't allocate memory for table cache Fix bug with multi-update-tables and BDB tables.
-
- 04 Mar, 2004 1 commit
-
-
monty@mysql.com authored
nsure that rows in a multi-row INSERT DELAYED are inserted atomicly
-
- 03 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Now one need only SELECT privilege for tables that are only read in UPDATE statements with many tables. (Bug #2377).
-
- 16 Dec, 2003 1 commit
-
-
guilhem@mysql.com authored
"EE_ error codes (EE_DELETE, EE_WRITE) end up in the binlog, making slave stop". The problem was that during execution of the command on the master, an error can occur (for example, not space left on device, then mysqld waits and when there is space it completes successfully: so finally it worked but the error EE_WRITE remains in thd->net.last_errno and thd->net.last_error). To know if finally the command succeeded, we test the 'error' variable in every place, and if it shows no failure we reset thd->net.last_err* using the function THD::clear_error() which is backported from 4.1. A new test to see if now only real errors get to the binlog (note: the test uses "rm"). Also a bit of memory free/alloc saving in log_event.cc (do not free the whole mem_root after every query in the slave SQL thread: we can keep the initial block of it; which will be freed when the thread terminates).
-
- 14 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 12 Dec, 2003 2 commits
-
-
igor@rurik.mysql.com authored
Simplification of the previous fix for multi-update/delete.
-
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).
-
- 11 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size Add more checks for "out of memory" detection in range optimization
-
- 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
-
- 14 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Changed is_open() to work as before. Added back inited argument to LOG
-
- 11 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
a safer way of initing the mutexes in MYSQL_LOG. is_open() is now always thread-safe. See each file for details.
-
- 19 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
-
- 26 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added read_only variable
-
- 13 May, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Fixed wrong logging of Access denied error (Bug #398)
-
- 03 May, 2003 1 commit
-
-
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
-
- 19 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 11 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 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
-
- 16 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 12 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 11 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 19 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
"A fix for non-releasing locks for multi table updates and multi table deletes with InnoDB tables."
-
- 18 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 12 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed wrong variable name for Windows
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 05 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made keybuff_size longlong (To make show variables work similar on 32 and 64 bit systems) Fixed some 'not initalized variable errors' in multi-table-update. Fixed memory leak in multi-table-update. Now all tests works under valgrind without any errors.
-
- 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)
-
- 21 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
excluded double call of 'invalidate()'
-
- 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
-
- 15 Nov, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 07 Nov, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-
monty@butch. authored
-
- 17 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-