- 06 Mar, 2004 2 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
Allow one to force lower_case_table_names to 0, even if the file system is case insensitive. This fixes some issues on Mac OS X (Bug #2994) Added variables "lower_case_file_system", "version_compile_os" and "license"
-
- 04 Mar, 2004 12 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
jani@ua72d24.elisa.omakaista.fi authored
Useful in case mysqld was started with chroot.
-
jani@ua72d24.elisa.omakaista.fi authored
into ua72d24.elisa.omakaista.fi:/home/my/bk/mysql-4.0
-
jani@ua72d24.elisa.omakaista.fi authored
Setting insert delayed threads = 0 at mysql_init_command.
-
bell@sanja.is.com.ua authored
fixed linking query_prealloc_size to query cache presence
-
monty@mysql.com authored
nsure that rows in a multi-row INSERT DELAYED are inserted atomicly
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
even if the thread was killed, we write the DROP with error_code=0. This will remove unneeded stops on slave, and will lose nothing: if a real update was killed, this real update will be logged with the nonzero error code and will cause the stop on slave.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
heikki@hundin.mysql.fi authored
Protect the reading of the latest foreign key error explantion buffer with a mutex; in theory, a race condition could cause SHOW INNODB STATUS print garbage characters after the error info; remove the sprintf of the latest UNIQUE KEY error, since the buffer really was always empty
-
monty@mashka.mysql.fi authored
-
- 02 Mar, 2004 1 commit
-
-
konstantin@mysql.com authored
- server-side variable 'license' added
-
- 01 Mar, 2004 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
"(binlog, position) stored by InnoDB for a replication slave can be wrong". This code contains conditional #if to distinguish between versions; it should be merged into 4.1 and 5.0.
-
ulli@morbus.(none) authored
into morbus.(none):/home/ulli/work/mysql-4.0
-
- 29 Feb, 2004 1 commit
-
-
guilhem@mysql.com authored
"wrong Relay_Log_Pos if Rotate is in the middle of a transaction in relay log" increment 'pending' instead of 'relay_log_pos'.
-
- 28 Feb, 2004 1 commit
-
-
Greg@greg-laptop. authored
-
- 27 Feb, 2004 2 commits
-
-
Greg@greg-laptop. authored
-
heikki@hundin.mysql.fi authored
Fix bug: in a FOREIGN KEY, ON UPDATE CASCADE was not triggered if the update changed a string to another value identical in alphabetical ordering, e.g., abc -> aBc
-
- 26 Feb, 2004 2 commits
-
-
ulli@morbus.(none) authored
"mysqladmin.c & co fail to use MYSQL_PORT as the default value of the TCP/IP port"
-
serg@serg.mylan authored
-
- 25 Feb, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/m/mysql-4.0
-
marko@hundin.mysql.fi authored
Removed bogus assertion
-
- 24 Feb, 2004 5 commits
-
-
arjen@bitbike.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
heikki@hundin.mysql.fi authored
Add diagnostic code to analyze an assertion failure in ha_innodb.cc on line 2020 reported by a user (Bug #2903)
-
heikki@hundin.mysql.fi authored
If there is an assertion failur refer the user to section 6.1 of the InnoDB online manual about forcing recovery
-
- 23 Feb, 2004 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/m/mysql-4.0
-
marko@hundin.mysql.fi authored
Removed the unused odbc directory
-
- 22 Feb, 2004 5 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
ChangeSet 1.1616.23.1 Fix for BUG#1858 "SQL-Thread stops working when using optimize table". A test for this.
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 21 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-