msvensson@pilot.mysql.com
21e767aaa4
Merge pilot.mysql.com:/data/msvensson/mysql/bug32025/my50-bug32025
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build
2008-02-07 10:01:36 +01:00
msvensson@pilot.mysql.com
800725af95
Merge pilot.mysql.com:/data/msvensson/mysql/bug25988/my50-bug25988
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build
2008-02-07 09:55:12 +01:00
msvensson@pilot.mysql.com
c409f20695
Bug#33050 5.0.50 fails many SSL testcases
2008-02-07 08:48:28 +01:00
msvensson@pilot.mysql.com
259263da7e
Bug#32025 ndb_waiter does too many roundtrips to ndb_mgmd
2008-02-07 08:08:43 +01:00
sven@riska.(none)
ad316c259e
Replace windows path separator backslash by unix path separator forward
...
slash in filenames also for Create_file_log_event.
2008-02-06 20:55:12 +01:00
joerg@trift2.
e2b16eca7a
Merge trift2.:/MySQL/M50/mysql-5.0
...
into trift2.:/MySQL/M50/push-5.0
2008-02-06 15:49:23 +01:00
mskold/marty@mysql.com/quadfish.(none)
859bc1d0fc
Added random sleeps before retrying temporarly failed DICT signals, to avoid race conditions
2008-02-06 15:08:45 +01:00
jperkin/mysqldev@mysql.com/production.mysql.com
21487efe0a
Raise version number after cloning 5.0.56
2008-02-06 14:18:26 +01:00
jperkin/mysqldev@production.mysql.com
1392a8a06d
Merge mysql.com:/data0/mysqldev/my/mysql-5.0
...
into mysql.com:/data0/mysqldev/my/build-200802061048-5.0.56/mysql-5.0-release
2008-02-06 14:13:05 +01:00
tomas@whalegate.ndb.mysql.com
1fa870fa88
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2008-02-06 11:42:18 +01:00
tsmith@ramayana.hindu.god
cb87f97c4e
Minor typo fix for mysql-test-run.pl
2008-02-05 23:16:52 -07:00
tsmith@ramayana.hindu.god
57add90e18
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
2008-02-05 22:41:10 -07:00
mtaylor@solace.(none)
9a2090fcdd
Strip comments from queries before explaining them. Fixes BUG#34339
2008-02-06 04:33:27 +01:00
tsmith@ramayana.hindu.god
6726c9e32d
Merge ramayana.hindu.god:/home/tsmith/m/bk/50
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
2008-02-05 16:04:07 -07:00
aelkin/elkin@koti.dsl.inet.fi
51b33ea35d
Bug #34305 show slave status handling segfaults when slave io is about
...
to leave
The artifact was caused by
a flaw in concurrent accessing the slave's io thd by
the io itself and a handling show slave status thread.
Namely, show_master_info did not acquire mi->run_lock mutex that is
specified for mi->io_thd member.
Fixed with deploying the mutex locking and unlocking. The mutex is kept
short time and without interleaving with mi->data_lock mutex.
Todo: to report and fix an issue with
sys_var_slave_skip_counter::{methods}
seem to acquire incorrectly
active_mi->rli.run_lock
instead of the specified
active_mi->rli.data_lock
A test case is difficult to compose, so rpl_packet should continue serving
as the indicator.
2008-02-05 17:36:26 +02:00
msvensson@pilot.mysql.com
e3e5a1ee14
Merge pilot.mysql.com:/data/msvensson/mysql/bug31239/my50-bug31239
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build
2008-02-05 14:06:59 +01:00
msvensson@pilot.mysql.com
20485108de
Bug#31239 Test "ndb_views" returns NDB error 4259 "Invalid set of range scan bounds"
2008-02-05 12:44:57 +01:00
aelkin/elkin@koti.dsl.inet.fi
7880fade24
Bug#33329 extraneous ROLLBACK in binlog on connection
...
does not use trans tables
There had been two issues.
Rollback statement was recorded in binlog even though a multi-update
had not modified any non-transactional table.
The reason for this artifact was a false initial value of multi_update::transactional_tables.
Yet another artifact that explained on the bug page is that
`ha_autocommit_or_rollback' works differently depending on whether
a transaction engine has been compiled in.
Fixed: with setting multi_update::transactional_tables to zero at initialization
time. Multi-update on non-trans table won't cause ROLLBACK in binlog with
either compilation option.
The 2nd mentioned artifact comprises a self-standing issue (to be reported
separately).
2008-02-04 16:37:41 +02:00
aelkin/elkin@koti.dsl.inet.fi
991b48200e
Bug #32790 crash in trigger.test with InnoDB for a table
...
the reason for the failure were incorrect asserts.
Removing asserts altogether as there is no the implication does not hold
(as explained in the comments for the file).
2008-02-04 16:35:41 +02:00
pekka@sama.ndb.mysql.com
ab547213ad
ndb - some warnings, debug errors
2008-02-04 13:46:35 +01:00
mkindahl@dl145h.mysql.com
69fdf6794a
Updating result file.
2008-02-04 13:19:29 +01:00
mkindahl@dl145h.mysql.com
ed698cf596
Fixes to make rpl_user test pass in pushbuild.
2008-02-04 12:22:37 +01:00
pekka@sama.ndb.mysql.com
2920f9298a
bug#34169 - fix pthread_t abuse
2008-02-04 09:23:56 +01:00
bar@mysql.com/bar.myoffice.izhnet.ru
3a438cf57a
Bug#32510 LIKE search fails with indexed 'eucjpms' and 'ujis' char column
...
Problem: some collation handlers called incorrect version
of my_like_range_xxx(), which led to wrong min_str and max_str,
so like range optimizer threw away good records.
Fix: changing the wrong handlers to call proper version of
my_like_range_xxx().
2008-02-04 11:10:40 +04:00
cbell/Chuck@mysql_cab_desk.
1ab703f093
Merge cbell@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl-merge
...
into mysql_cab_desk.:D:/source/c++/mysql-5.0-rpl-merge
2008-02-01 14:01:21 -05:00
cbell/Chuck@mysql_cab_desk.
7db07f95fb
BUG#32205 : Replaying statements from mysqlbinlog fails with a syntax error, replicates fine
...
This patch adds code to convert the path for LOAD DATA INFILE
events to a Unix path which is needed for running mysql client
on Windows.
2008-02-01 13:11:03 -05:00
mkindahl@dl145h.mysql.com
e00096a1a7
Again blanking out some numbers in file names that is dependent
...
on the context.
2008-02-01 17:26:28 +01:00
mkindahl@dl145h.mysql.com
4f7ad14be0
Fixes to make tests pass in pushbuild.
2008-02-01 15:34:34 +01:00
mkindahl@dl145h.mysql.com
294571f083
Various fixes to make tests pass on Windows.
2008-02-01 13:18:27 +01:00
mkindahl@dl145h.mysql.com
15b74eb7bf
Changes to make tests pass on vanilla build.
2008-02-01 10:46:02 +01:00
pekka@sama.ndb.mysql.com
256f6e31d8
ndb - bug#34107 - ndb api test case
2008-01-31 23:15:07 +01:00
mkindahl@dl145h.mysql.com
7cfdd60045
Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0
...
into dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge
2008-01-31 16:15:46 +01:00
pekka@sama.ndb.mysql.com
e2f23fb8d9
Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my50-ndb
...
into sama.ndb.mysql.com:/export/space/pekka/ndb/version/my50-bug34107
2008-01-31 14:24:10 +01:00
pekka@sama.ndb.mysql.com
2b78957875
ndb - bug#34107 patch 2, ndb api
2008-01-31 13:58:29 +01:00
pekka@sama.ndb.mysql.com
ccb79bb8ee
ndb - bug#34107 patch 1, kernel
2008-01-31 13:56:12 +01:00
mkindahl@dl145h.mysql.com
10b194d272
Changes to fix tests in pushbuild.
2008-01-31 12:17:40 +01:00
mkindahl@dl145h.mysql.com
b8428d1560
Fixes to make code compile on Windows.
2008-01-31 07:19:29 +01:00
tsmith@ramayana.hindu.god
91a7720ad8
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
2008-01-30 19:08:38 -07:00
tsmith@ramayana.hindu.god
c74959c9e0
Bug #32149 Long semaphore wait for adaptive hash latch
...
Fix by calling ha_release_temporary_latches() before ::filesort().
2008-01-30 19:00:20 -07:00
cmiller@zippy.cornsilk.net
806ff0187d
Bug#24624: MySQL client ignores its own completion table
...
Nothing was in the command-line dictionary, because of the wrong
order of instructions when populating it.
This is a smaller, less optimistic patch that both fixes a bug and
refreshes the list of keywords that the command-line library (e.g.,
readline) can use to expand typed commands. Now, read from the
command list /after/ we free the list, not before.
The best way is to read the keywords from the lexer code, but that
doesn't work everywhere yet. Grr.
2008-01-30 16:51:39 -05:00
mkindahl@dl145h.mysql.com
b9b38cb576
Disabling rpl_transaction test for non-debug builds.
2008-01-30 18:24:28 +01:00
mkindahl@dl145h.mysql.com
a440007ca4
Changes to make tests pass in pushbuild.
2008-01-30 15:58:35 +01:00
tomas@whalegate.ndb.mysql.com
4c77586d5c
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2008-01-30 15:36:46 +01:00
jonas@perch.ndb.mysql.com
f16b8a1931
ndb - bug#34160
...
make sure release of not added ptr does not corrupt hashtable
2008-01-30 11:58:10 +01:00
mkindahl@dl145h.mysql.com
716c63ebaa
Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl
...
into dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge
2008-01-30 11:25:54 +01:00
hezx@mail.hezx.com
afe8ac3128
Merge zhe@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl
...
into mail.hezx.com:/media/sda3/work/mysql/bkwork/bug26489_corruption_in_relay_log/5.0
2008-01-30 16:40:36 +08:00
jonas@perch.ndb.mysql.com
4230b1b53e
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into perch.ndb.mysql.com:/home/jonas/src/50-ndb
2008-01-30 08:10:37 +01:00
jonas@perch.ndb.mysql.com
0c03b509eb
ndb - bug#30172
...
Backup can assert with "big" table definitions
Correct condition before fetching next meta-table
Increase meta-buffer, to cope with atleast 2 tables
2008-01-30 08:09:56 +01:00
cmiller@zippy.cornsilk.net
3e23741bc6
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-build
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-build
2008-01-29 18:23:40 -05:00
cmiller@zippy.cornsilk.net
c3a92a661c
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint--bug33841
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-build
2008-01-29 17:18:27 -05:00