- 31 Jul, 2004 3 commits
-
-
guilhem@mysql.com authored
Bug #4810 "deadlock with KILL when the victim was in a wait state" (I included mutex unlock into exit_cond() for future safety) and BUG#4827 "KILL while START SLAVE may lead to replication slave crash"
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
-
- 30 Jul, 2004 8 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
heikki@hundin.mysql.fi authored
Add still more diagnostic code to track buffer pool corruption in one AMD64/Linux computer
-
marko@hundin.mysql.fi authored
Restore accidentally deleted comment to dict_create_sys_tables_tuple()
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
"-classic" in the version string
-
guilhem@mysql.com authored
removing safe_mutex_assert_owner, as it would require an include, and Konstantin already has cleaned up things with assert.h in 4.1; so I'll put the safe_mutex_assert_owner in 4.1 instead.
-
- 29 Jul, 2004 5 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
when we come at this place).
-
guilhem@mysql.com authored
Avoiding a theoretically possible crash (pthread_mutex_lock(0)) which could (at least in POSIX Threads books) happen on SMP machines, when a thread is going to wait on a condition and it is KILLed at the same time. Cleaning code a bit by adding a test in enter_cond() that we have the mutex (was already the case in all places where it's called except one which is fixed here).
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
- 28 Jul, 2004 2 commits
-
-
jani@rhols221.adsl.netsonic.fi authored
when compiled with metroworks compiler for Netware.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0
-
- 27 Jul, 2004 4 commits
-
-
heikki@hundin.mysql.fi authored
Add more diagnostic code to determine when an lsn field gets corrupt; tracks a crash reported from one Itanium computer
-
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 print hex dumps and track corruption of next record offsets in an index page
-
- 26 Jul, 2004 3 commits
-
-
ingo@mysql.com authored
-
ingo@mysql.com authored
-
serg@serg.mylan authored
-
- 23 Jul, 2004 4 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
BUG#4681
-
lenz@mysql.com authored
and HP-UX (.sl) for creating "mysql-shared" packages there
-
lenz@mysql.com authored
configure.in (thanks to Al Begley from Apple for the hint)
-
- 22 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
rm -f lex_hash.h BUG#4583
-
- 21 Jul, 2004 2 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
hf@deer.(none) authored
There is some 'ulong'<->'uint' mess in libmysqld.c
-
- 20 Jul, 2004 1 commit
-
-
lenz@mysql.com authored
man page that can be used as a default man page for programs that do not have their own man page)
-
- 19 Jul, 2004 2 commits
-
-
serg@serg.mylan authored
-
lenz@mysql.com authored
exception (it only applies to 4.0 and above)
-
- 18 Jul, 2004 1 commit
-
-
guilhem@mysql.com authored
The problem was that (for any storage engine), the created temporary table was not removed if CREATE SELECT failed (because of a constraint violation for example). This was not consistent with the manual and with CREATE SELECT (no TEMPORARY).
-
- 17 Jul, 2004 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines", BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table" with a test file. It was not possible to add a test for BUG#4506 as in the test suite we must use --short-form which does not display the "# at" lines.
-
- 15 Jul, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
(Bug #4446)
-
heikki@hundin.mysql.fi authored
Do not add + 1 to the InnoDB index cardinality estimate if the B-tree just contains one page; the fix made in March 2004 caused InnoDB systematically to overestimate the cardinality of empty or small tables by 1
-