- 13 Oct, 2005 7 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug12698/my41-bug12698
-
msvensson@neptunus.(none) authored
- Move test for bug#93 from mysql_client_test.c to show_check.test - No need for test written in c
-
msvensson@neptunus.(none) authored
- The testcase create a .frm file consisting of "junk". Unfortunately the "junk" wasn't written to the .frm file if mysql_client_test was run with -s option to make it run silent. This most likely caused the file never to be created on windows, and thus the test case failed.
-
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 15 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
-
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 8 commits
-
-
evgen@moonbone.local authored
-
jimw@mysql.com authored
-
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 4 commits
-
-
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 2 commits
-
-
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 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
don't allow STOP SLAVE if global read lock is in taken
-
- 07 Oct, 2005 2 commits
-
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-4.1
-
ramil@mysql.com authored
-