guilhem@mysql.com
ab05c75ea7
merge
2005-10-12 13:31:48 +02:00
guilhem@mysql.com
4c1c9db823
Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc;
...
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).
2005-10-12 13:29:55 +02:00
pem@mysql.com
b9b8349b3a
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/usr/home/pem/bug13616/mysql-5.0
2005-10-12 11:52:37 +02:00
pem@mysql.com
f3af927fff
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/usr/home/pem/bug13616/mysql-5.0
2005-10-12 10:26:35 +02:00
gluh@mysql.com
c40df6576b
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/gluh/MySQL/Merge/5.0
2005-10-12 13:19:45 +05:00
gluh@eagle.intranet.mysql.r18.ru
4b2a0f0c70
after merge fix
2005-10-12 13:18:46 +05:00
grog@mysql.com
d1132f0ef1
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/users/grog/4.1
2005-10-12 09:54:20 +02:00
grog@mysql.com
c248a36e30
sql_yacc.yy:
...
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.
2005-10-12 09:47:59 +02:00
lenz@mysql.com
ead4e2d85f
Merge lgrimmer@bk-internal:/home/bk/mysql-5.0
...
into mysql.com:/space/my/mysql-5.0
2005-10-12 08:58:45 +02:00
gluh@mysql.com
d19c85199f
4.1->5.0 merge
2005-10-12 11:54:12 +05:00
evgen@moonbone.local
c16410d3a1
Manual merge, fix for bug #7672
2005-10-12 03:32:14 +04:00
jimw@mysql.com
281b8e26d8
Fix read past allocated buffer when parsing charsets file. (Bug #6413 )
2005-10-11 15:23:34 -07:00
monty@mysql.com
5513ab69b7
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2005-10-12 00:59:52 +03:00
monty@mysql.com
f5fdf3e87a
Reviewing new pushed code
...
- CHAR() now returns binary string as default
- CHAR(X*65536+Y*256+Z) is now equal to CHAR(X,Y,Z) independent of the character set for CHAR()
- Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait()
(Some old systems returns ETIME and it's safer to test for both values
than to try to write a wrapper for each old system)
- Fixed new introduced bug in NOT BETWEEN X and X
- Ensure we call commit_by_xid or rollback_by_xid for all engines, even if one engine has failed
- Use octet2hex() for all conversion of string to hex
- Simplify and optimize code
2005-10-12 00:58:22 +03:00
kent@mysql.com
c1de265163
mysqlwatch.vcproj:
...
Removed Debug target not used
mysql.sln:
Added pro-gpl target
Build mysqlwatch and mysqlshutdown for classic as well
2005-10-11 22:34:40 +02:00
lenz@mysql.com
c36cf6dbd9
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2005-10-11 22:31:08 +02:00
lenz@mysql.com
16b0bc39aa
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2005-10-11 22:30:37 +02:00
evgen@moonbone.local
38a470794d
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into moonbone.local:/work/13327-bug-5.0-mysql
2005-10-12 00:12:54 +04:00
lenz@mysql.com
c0aa09884a
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-10-11 21:54:23 +02:00
evgen@moonbone.local
50361f8b00
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into moonbone.local:/work/13327-bug-5.0-mysql
2005-10-11 23:31:32 +04:00
lenz@mysql.com
9b4ab5931a
Merge mysql.com:/space/my/mysql-4.0-build
...
into mysql.com:/space/my/mysql-4.1-build
2005-10-11 21:24:01 +02:00
lenz@mysql.com
8782f5a0e3
- added Docs/manual.chm to the windows source distribution (BUG#13899)
2005-10-11 21:16:08 +02:00
eric@mysql.com
6c80672c8a
Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/Users/eric/dev/mysql-5.0
2005-10-11 09:13:27 -07:00
jimw@mysql.com
c8a6c2c614
Fix wait_timeout (and kill) handling on Mac OS X by cleaning up how
...
signal handlers are set up, the blocking flags for sockets are set,
and which thread-related functions are used. (Bug #8731 )
2005-10-11 09:12:12 -07:00
jimw@mysql.com
de8b29cd0e
Merge mysql.com:/home/jimw/my/mysql-5.0-13650
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-10-11 08:40:23 -07:00
tomas@poseidon.ndb.mysql.com
b78fa95d2a
minor fix in ndb using a define
2005-10-11 15:59:13 +02:00
pem@mysql.com
9d16659d10
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/home/pem/work/bug7049/mysql-5.0
2005-10-11 15:57:27 +02:00
tomas@poseidon.ndb.mysql.com
c43121e253
corrected typo
2005-10-11 15:51:39 +02:00
tomas@poseidon.ndb.mysql.com
2b0a3b4780
Bug #9249 NDBD crashes when mapping SHM segment w/o correct permission
2005-10-11 15:48:07 +02:00
pem@mysql.com
2456c0c668
Fixed BUG#13510: Setting password local variable changes current password
...
Disallow conflicting use of variables named "password" and "names". If such
a variable is declared, and "SET ... = ..." is used for them, an error is
returned; the user must resolve the conflict by either using `var` (indicating
that the local variable is set) or by renaming the variable.
This is necessary since setting "password" and "names" are treated as special
cases by the parser.
2005-10-11 15:01:38 +02:00
guilhem@mysql.com
554970c058
To help people avoid BUG#2122 "changing hostname confuses master or slave" until it's fixed,
...
we now issue a warning (at slave's server startup only) when a relay log is named
using the implicit hostname-relay-bin naming. Like we already do for binlogs.
2005-10-11 15:01:24 +02:00
bar@mysql.com
bb179f2376
Merge abarkov@bk-internal:/home/bk/mysql-5.0
...
into mysql.com:/usr/home/bar/mysql-5.0.b9278
2005-10-11 17:03:41 +05:00
bar@mysql.com
d99146ce2c
complete.c:
...
Fixed compilation problem on FreeBSD,
after discussion with Jani.
Doesn't FreeBSD follow the standard?
2005-10-11 16:56:42 +05:00
hf@deer.(none)
cb7d5f4488
Merging
2005-10-11 16:39:35 +05:00
gluh@eagle.intranet.mysql.r18.ru
8d01ea1be7
Fix for bug#9270 multiple SSL race conditions (for 5.0 tree)
...
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 )
2005-10-11 16:26:00 +05:00
hf@deer.(none)
be0917049b
Merging
2005-10-11 14:58:25 +05:00
bar@mysql.com
735f424b5c
Bug#12547: Inserting long string into varchar causes table crash in cp932
...
ctype-cp932.c:
Decrement for "pos" variable disappered somehow.
Restoring it back.
ctype_cp932.test: ctype_cp932.result:
Adding test case.
2005-10-11 12:09:38 +05:00
jimw@mysql.com
083c032ec3
Fix minimum value of query_prealloc_size to be the same as its default. (Bug #13334 )
2005-10-10 19:39:16 -07:00
eric@mysql.com
215ecd3322
BUG#13724 conditionally added CONNECTION='connect string' for SHOW CREATE TABLE
2005-10-10 17:41:36 -07:00
kent@mysql.com
ab8abdb85c
Many files:
...
Added Visual Studio .Net targets and 'vcproj' files for "isam",
"isamchk", "mysqlshutdown", "mysqlwatch" and "pack_isam"
2005-10-11 01:07:50 +02:00
lars@mysql.com
bef189cc4e
Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/users/lthalmann/bkroot/mysql-5.0
2005-10-10 21:52:50 +02:00
lars@mysql.com
5456afc603
Added missing HAVE_REPLICATION define
2005-10-10 21:42:14 +02:00
svoj@mysql.com
3d0082d3b0
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/svoj/devel/mysql/engine/mysql-5.0
2005-10-11 00:35:09 +05:00
svoj@mysql.com
83043c3c83
Always save/restore connect string.
2005-10-10 23:53:53 +05:00
svoj@mysql.com
eb8ab30046
Store and read engine type string in extra block of .frm.
2005-10-10 23:01:45 +05:00
lars@mysql.com
af951aa662
After merge fixes
2005-10-10 19:38:58 +02:00
lars@mysql.com
cd0e0a9933
Added missing HAVE_REPLICATION define
2005-10-10 19:23:13 +02:00
tomas@poseidon.ndb.mysql.com
d9b59517fd
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
2005-10-10 19:15:42 +02:00
lars@mysql.com
94169d9324
Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0
...
into mysql.com:/users/lthalmann/bk/mysql-5.0
2005-10-10 18:34:35 +02:00
hf@deer.(none)
83c103ed81
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.13372
2005-10-10 21:09:34 +05:00