- 25 May, 2004 6 commits
-
-
monty@mysql.com authored
into mysql.com:/tmp/skr99/mysql-4.0
-
monty@mysql.com authored
-
marko@hundin.mysql.fi authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
- 24 May, 2004 5 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
Update of VC++ project files.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
so we set SQL_BIG_SELECTS to 1.
-
marko@hundin.mysql.fi authored
-
- 20 May, 2004 1 commit
-
-
monty@mysql.com authored
Use %windir% instead of c:\winnt\ (Bug #3786) Fixed wrong foreign key test in crash-me (Bug #3740)
-
- 19 May, 2004 6 commits
-
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.0-root
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
(fix by our Harrison Fisk): when one does SET GLOBAL SERVER_ID=x, we must set server_id_supplied to 1.
-
konstantin@mysql.com authored
work as expected": precision-losing conversion removed from sys_var_thd_ulonglong.
-
- 18 May, 2004 3 commits
-
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b3756
-
- 17 May, 2004 7 commits
-
-
heikki@hundin.mysql.fi authored
Fix a memory corruption bug: in 32-bit computers, every 4 billionth malloc outside innodb_additional_mem_pool_size was mistreated when freeing the memory; this could corrupt the InnoDB additional mem pool and could have caused crashes anywhere, also inside MySQL, or even database corruption! the bug exists also in 3.23 and 4.1; workaround: configure innodb_additional_mem_pool_size big enough
-
heikki@hundin.mysql.fi authored
Allocate the table name buffer from the mem heap of a foreign key object rather than pointing to the name buffer in the table object; even though this apparently caused no bugs in RENAME, DROP, ALTER TABLE, or elsewhere, this convention was very prone to memory allocation bugs
-
marko@hundin.mysql.fi authored
-
ram@gw.mysql.r18.ru authored
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
-
ram@gw.mysql.r18.ru authored
-
- 15 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 14 May, 2004 4 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
by adding sleep-and-retries (max 4 times) if MASTER_POS_WAIT() returns NULL in sync_with_master and sync_slave_with_master. The problem showed up only today, in MySQL 5.0 in rpl_server_id2.test, but may affect 4.x as well, so fixing it here. Note that I am also fixing 5.0 too, with the same exact patch, because I don't want to leave 5.0 broken until the next 4.0->4.1->5.0 merge.
-
heikki@hundin.mysql.fi authored
Fix remaining cases of Bug #3596: fix possible races caused by an obsolete value of thd->query_length in SHOW PROCESSLIST and SHOW INNODB STATUS; this fix depends on the fact that thd->query is always set to NULL before setting it to point to a new query
-
marko@hundin.mysql.fi authored
-
- 13 May, 2004 7 commits
-
-
heikki@hundin.mysql.fi authored
Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that this patch still leaves open the possibility of races in MySQL's thd->query_len
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
heikki@hundin.mysql.fi authored
A flawed fix of the thd->query race in SHOW INNODB STATUS; see the comments in code about how to fix this properly; we cannot use LOCK_thread_count to protect thd->query, because that will cause a deadlock of threads
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
lenz@mysql.com authored
make_binary_distribution (bug#2857)
-
marko@hundin.mysql.fi authored
innobase_mysql_print_thd(): protect thd with LOCK_thread_count (Bug #3596)
-
marko@hundin.mysql.fi authored
-