- 04 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
If the autocommit is on, let handler.cc commit or rollback the whole transaction at an updating SQL statement end. This probably fixes bug number 578. The problem was that when explicit LOCK TABLES is used, then the lock count method in autocommit does not work.
-
- 03 Jun, 2003 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
Plus a changeset which I had committed but forgot to push (and this changeset is lost on another computer, so I recreate it here). This changeset is "user-friendly SHOW BINLOG EVENTS and CHANGE MASTER TO when log positions < 4 are used.
-
guilhem@mysql.com authored
Bug 571: play LOAD DATA INFILE the same way on the slave as it was on the master: if it was with IGNORE, do it with IGNORE, if it was with REPLACE, do it with REPLACE, and (the change) if it was with nothing, do it with nothing (not with IGNORE !!). Bug 573: print a proper error message in case of duplicate entry in LOAD DATA INFILE on the slave, i.e. a message where the keyname and key value appear : 'Duplicate entry '1' for key 1' and not 'Duplicate entry '%-.64s' for key %d'
-
- 02 Jun, 2003 8 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
not the master's binlog) (SW 1571).
-
heikki@hundin.mysql.fi authored
Do not try to reserve os_sync_mutex in shutdown after it has been freed
-
heikki@hundin.mysql.fi authored
Removed auto event creation because it is not needed in any MySQL/InnoDB code
-
heikki@hundin.mysql.fi authored
Put back Monty's patch which the previous push accidentally erased: print also operation type in os_file_handle_error()
-
heikki@hundin.mysql.fi authored
Release all event semaphores at shutdown also in Windows srv0start.c, srv0srv.c: make test sometimes failed because lock timeout thread exited without decrementing the InnoDB thread counter
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
- 01 Jun, 2003 5 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
- 31 May, 2003 4 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-3.23
-
monty@narttu.mysql.fi authored
(Casused problems in GIS functions in 4.1)
-
heikki@hundin.mysql.fi authored
Cleanup os0sync.c: Free all OS sync primitives and allocated memory in InnoDB shutdown
-
heikki@hundin.mysql.fi authored
Free all OS sync primitives and allocated memory in InnoDB shutdown
-
- 30 May, 2003 4 commits
-
-
bell@sanja.is.com.ua authored
-
heikki@hundin.mysql.fi authored
Cleanup
-
heikki@hundin.mysql.fi authored
Exit all threads created by innoDB at shutdown
-
gluh@gluh.mysql.r18.ru authored
-
- 29 May, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 28 May, 2003 4 commits
-
-
heikki@hundin.mysql.fi authored
Prevent the InnoDB main thread from hogging CPU if a table lingers in the background drop queue (though it is essentially a bug if a table end up there at all)
-
bar@bar.mysql.r18.ru authored
Fix for multibyte charsets
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
- 27 May, 2003 8 commits
-
-
guilhem@mysql.com authored
before stopping. This is to make the test's result predictable (depending on the machine the results could formerly be slightly different, though everything is sane in the code; it's not a bug).
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316)
-
guilhem@mysql.com authored
soon.
-
- 26 May, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-