- 21 Feb, 2005 2 commits
-
-
lars@mysql.com authored
-
lars@mysql.com authored
-
- 16 Feb, 2005 10 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445.1
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Make a more informative platform info for Windows
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my41-1.2154.30.2
-
pekka@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
guilhem@mysql.com authored
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
-
igor@rurik.mysql.com authored
Added a test case for bug #8392. sql_delete.cc: Fixed bug #8392. The bug caused a crash for a delete statement with ORDER BY that explicitly referred to the modified table.
-
- 15 Feb, 2005 12 commits
-
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
joerg@mysql.com authored
2) Raise the version number to 4.1.11.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
monty@mysql.com authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
monty@mysql.com authored
This fixes also the reverse lookup bug introduced by the previous patch
-
ramil@mysql.com authored
on some 64-bit platforms (e.g. IRIX, non-debug build).
-
marko@hundin.mysql.fi authored
(Bug #5822)
-
konstantin@mysql.com authored
delete is declared. As we don't use exceptions placement delete is never called and the fix only affects numerous warnings when compiling with MS Visual C++. For more info see http://www.gotw.ca/gotw/010.htm.
-
- 14 Feb, 2005 7 commits
-
-
guilhem@mysql.com authored
and fixing it another way (per Monty; a simpler solution which does not increase the number of binlog events is to always execute DROP TEMPORARY TABLE IF EXISTS on slave). A new test rpl_drop_temp. 2) fixing BUG#8436 "Multiple "stacked" SQL statements cause replication to stop" by setting thd->query_length to the length of the query being executed, not counting the next queries if this is a multi-query. Should also improve display of SHOW PROCESSLIST. A new test rpl_multi_query.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug8218
-
sergefp@mysql.com authored
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
svoj@mysql.com authored
Fix for crash when using a double quote in boolean fulltext query.
-
serg@serg.mylan authored
-
- 13 Feb, 2005 4 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Alter handling for UNION syntax Tests for UNION and parentheses
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
heikki@hundin.mysql.fi authored
Backport the column prefix memory corruption fix from 5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
- 12 Feb, 2005 5 commits
-
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
sergefp@mysql.com authored
Remove TMP_TABLE_PARAM::copy_funcs_it. TMP_TABLE_PARAM is a member of JOIN which is copied via memcpy, and List_iterator_fast TMP_TABLE_PARAM::copy_funcs_it ends up pointing to the wrong List.
-
guilhem@mysql.com authored
new static archive_inited variable, so that archive_db_end() will do something only if archive_db_init() was run before (protection against destroying uninited mutex in the case where mysqld fails early at startup (before archive_db_init() was called) and then calls archive_db_end() to clean up).
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
hf@deer.(none) authored
-