- 13 Oct, 2005 6 commits
-
-
evgen@moonbone.local authored
into moonbone.local:/work/13535-bug-4.1-mysql
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12476
-
ramil@mysql.com authored
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-4.1
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12476
-
- 12 Oct, 2005 16 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
evgen@moonbone.local authored
-
evgen@moonbone.local authored
Bug #7672 after merge fix
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
guilhem@mysql.com authored
To force a restart at the end of test, the option file must be non-empty, it's not enough if it exists and is empty.
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
evgen@moonbone.local authored
into moonbone.local:/work/13535-bug-4.1-mysql
-
ramil@mysql.com authored
1. it's wrong to use memcpy() for overlapped areas; 2. we use it only once. During merge to 4.1 will remove a memcpy_overlap() call from strings/ctype-tis620.c as well in order to fix bug #10836: ctype_tis620 test failure with ICC-compiled binaries on IA64.
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
in short we now record whenever the slave I/O thread ignores a master's event because of its server id, and use this info in the slave SQL thread to advance Exec_master_log_pos. Because if we do not, this variable stays at the position of the last executed event, i.e. the last *non-ignored* executed one, which may not be the last of the master's binlog (and so the slave *looks* behind the master though it's data-wise it's not).
-
grog@mysql.com authored
into mysql.com:/users/grog/4.1
-
grog@mysql.com authored
Bug #10308: Parse 'purge master logs' with subselect correctly. subselect.test: Bug #10308: Test for 'purge master logs' with subselect. subselect.result: Bug #10308: Test result for 'purge master logs' with subselect.
-
- 11 Oct, 2005 9 commits
-
-
evgen@moonbone.local authored
-
jimw@mysql.com authored
-
kent@mysql.com authored
Removed Debug target not used mysql.sln: Added pro-gpl target Build mysqlwatch and mysqlshutdown for classic as well
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
-
jimw@mysql.com authored
signal handlers are set up, the blocking flags for sockets are set, and which thread-related functions are used. (Bug #8731)
-
gluh@eagle.intranet.mysql.r18.ru authored
The fix is needed to perform locking on shared data structures This is modification of patch proposed by Leandro Santi (see http://webs.sinectis.com.ar/lesanti/misc/mysql-4.0.23a-openssl_locking.patch)
-
- 10 Oct, 2005 5 commits
-
-
kent@mysql.com authored
Added Visual Studio .Net targets and 'vcproj' files for "isam", "isamchk", "mysqlshutdown", "mysqlwatch" and "pack_isam"
-
lars@mysql.com authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.13372
-
lars@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
- Added error printout and nice exit for duplicate default sections
-
- 09 Oct, 2005 3 commits
-
-
kent@mysql.com authored
Copy "disabled.def"
-
evgen@moonbone.local authored
into moonbone.local:/work/7672-bug-4.0-mysql
-
evgen@moonbone.local authored
When fixing Item_func_plus in ORDER BY clause field c is searched in all opened tables, but because c is an alias it wasn't found there. This patch adds a flag to select_lex which allows Item_field::fix_fields() to look up in select's item_list to find aliased fields.
-
- 08 Oct, 2005 1 commit
-
-
kent@mysql.com authored
Test requires innodb
-