- 18 Nov, 2004 1 commit
-
-
guilhem@mysql.com authored
When mysqlbinlog prints LOAD DATA INFILE, let it print the thread id. Some customer would have benefited much from this in his recovery. All this change does is adding one commented (#) line before the LOAD DATA command, so it is quite innocuous.
-
- 17 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 16 Nov, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix InnoDB bug #6287: if one uses INSERT IGNORE to insert several rows at a time, and the first inserts are ignored because of a duplicate key collision, then InnoDB in a replication slave assigns AUTO_INCREMENT values 1 bigger than in the master
-
- 12 Nov, 2004 4 commits
-
-
serg@serg.mylan authored
were stopping at docid 0xffffffff
-
paul@kite-hub.kitebird.com authored
Add -acc flag for texi2html to handle accented characters.
-
jani@ua141d10.elisa.omakaista.fi authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6564
-
- 11 Nov, 2004 4 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Prevent creation of a row which grants no rights Test included
-
-
ram@gw.mysql.r18.ru authored
-
-
- 10 Nov, 2004 3 commits
-
-
paul@kite-hub.kitebird.com authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
When we are writing a transaction to the binlog, we log BEGIN/COMMIT with zero error code. Example: all statements of trans succeeded, connection lost and so implicit rollback: we don't want ER_NET* errors to be logged in the BEGIN/ROLLBACK events, while statement events have 0. If there was really a serious error code, it's already in the statement events.
-
- 09 Nov, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
Revise the --hex-blob help message string. (This will need revising after merge to 4.1, too, but the CHAR BINARY and VARCHAR BINARY data types will be BINARY and VARBINRY.)
-
- 08 Nov, 2004 1 commit
-
-
bar@mysql.com authored
Adding a prototype for the new function.
-
- 05 Nov, 2004 9 commits
-
-
--defaults-extra-file option.
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0
-
my.cnf from the default directories.
-
bar@mysql.com authored
Dump VARCHAR(n) BINARY in HEX if --hex-blob too.
-
joerg@mysql.com authored
this is important because this 4.0 "Bootstrap" is the one generally used on host "build".
-
bar@mysql.com authored
Backport --hex-blob to 4.0
-
bar@mysql.com authored
After-merge clean-up
-
bar@mysql.com authored
-
bar@mysql.com authored
Clean-ups
-
- 04 Nov, 2004 6 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
the fact that the transaction log is empty does not mean we're not in a transaction (it could be BEGIN; SELECT * FOR UPDATE FROM ibtable: then we don't want to commit now, even if the statement is a MyISAM update). With a testcase.
-
tim@siva.hindu.god authored
into siva.hindu.god:/opt/home/tim/m/40/a
-
joerg@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bg6387
-
joerg@mysql.com authored
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro in a new "Docs/Images/Makefile". As the source BK tree does not contain these files, they are copied from the "mysqldocs" tree at release build time. This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
-
- 03 Nov, 2004 5 commits
-
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
dlenev@mysql.com authored
value if server runs in time zone with leap seconds". Now in my_gmt_sec() function we take into account difference between our target and estimation in seconds part.
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
tim@siva.hindu.god authored
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
-
- 02 Nov, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Backport Jan's fix of the LOAD DATA INFILE REPLACE duplicate key error bug (Bug #5835) to 4.0
-
- 01 Nov, 2004 2 commits
-
-
joerg@mysql.com authored
which is needed for Netware ports.
-
marko@hundin.mysql.fi authored
Describe innodb_max_purge_lag Improve description of innodb_table_locks
-
- 31 Oct, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it dict0dict.c: Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it; fix also a hang that would occur if one tried in ALTER TABLE or RENAME TABLE to create a foreign key constraint name that collided with another existing name
-