davi@endora.local
ab6ef39cd1
Merge mysql.com:/Users/davi/mysql/bugs/28317-5.1
...
into mysql.com:/Users/davi/mysql/mysql-5.1-runtime
2007-12-19 21:01:48 -02:00
davi@mysql.com/endora.local
cab36bdf57
Bug#28317 Left Outer Join with {oj outer-join}
...
Parser rejects ODBC's escape sequences for outer joins other
than left outer join, yet the escape sequence BNF specifies
that this syntax can be used for left, right, and full outer
join syntax.
The problem is that although the MySQL Connector/ODBC advertises
"Outer Join Escape Sequence" capabilities, the parsing is done
in the server and historically it only supported this syntax
for left outer joins and applications such as Crystal Reports
11 tries to use this syntax for inner joins.
The chosen solution is to reorganize a couple of parser rules
to ignore any kind of SQL escape sequence. Ignoring the escape
sequences is harmless because the various SQL join clauses
are supported by the server.
2007-12-19 20:59:57 -02:00
serg@janus.mylan
b07aaec21c
Merge janus.mylan:/usr/home/serg/Abk/mysql-5.0
...
into janus.mylan:/usr/home/serg/Abk/mysql-5.1
2007-12-19 22:35:46 +01:00
serg@janus.mylan
4a5eb6bd17
correct invalid values in SET GLOBAL var=DEFAULT
...
bug#33382
2007-12-19 21:31:04 +01:00
kostja@bodhi.(none)
b9a41928e6
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
2007-12-19 22:52:31 +03:00
kostja@bodhi.(none)
15c04b2db8
Make handler::{write,delete,update}_row private. It's critical
...
that the entire server uses their public ha_* counterparts instead,
since only then we can ensure proper tracing of these calls that
is necessary for Bug#12713.
A pre-requisite for Bug#12713 "Error in a stored function called from
a SELECT doesn't cause ROLLBACK of statem"
2007-12-19 22:15:02 +03:00
mkindahl@dl145h.mysql.com
bdea24f483
Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl
...
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge
2007-12-19 18:51:46 +01:00
msvensson@pilot.mysql.com
f32e0b0bf8
Update location of binlog
2007-12-19 17:26:43 +01:00
msvensson@pilot.mysql.com
d9bdcddc57
Update name of binlog file for ndb_binlog* tests
2007-12-19 17:16:22 +01:00
mhansson/martin@linux-st28.site
0004b99b58
Merge mhansson@bk-internal:/home/bk/mysql-5.0-opt
...
into linux-st28.site:/home/martin/mysql/src/bug32848/my50-bug32848
2007-12-19 15:59:05 +01:00
mkindahl@dl145h.mysql.com
a9daa2cd86
Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl
...
into dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge
2007-12-19 14:49:04 +01:00
msvensson@pilot.mysql.com
a8210af5b0
Test does not need binlog
2007-12-19 14:16:33 +01:00
msvensson@pilot.mysql.com
6c2dfb7710
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2007-12-19 13:57:38 +01:00
msvensson@pilot.mysql.com
b93f8b6820
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-win
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
2007-12-19 13:06:03 +01:00
msvensson@pilot.mysql.com
aeb88d4b76
Properly detect cygwin
2007-12-19 13:04:54 +01:00
msvensson@pilot.mysql.com
3f2d676863
Merge bk-internal:/home/bk/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2007-12-19 13:00:00 +01:00
msvensson@pilot.mysql.com
9defa8aedc
Improve error message when file fails to open
2007-12-19 12:58:56 +01:00
msvensson@pilot.mysql.com
926f7dec68
Windows fixeds for mtr
2007-12-19 12:58:06 +01:00
mkindahl@dl145h.mysql.com
fabaa50cd9
Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
...
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl
2007-12-19 11:35:26 +01:00
msvensson@pilot.mysql.com
ec886a34c6
Use dynamic switch directly from "server_need_restart" for better control of when to do it.
...
Remove #!force-restart and #!fresh-datadir
2007-12-19 11:08:41 +01:00
msvensson@pilot.mysql.com
87283f40cf
Don't use innodb on slave
2007-12-19 10:32:53 +01:00
msvensson@pilot.mysql.com
bb1897640c
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-vanilla
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
2007-12-19 10:31:01 +01:00
msvensson@pilot.mysql.com
4c7fea8f90
Bug#33361 rpl_row_sp005 fails randomly
2007-12-19 10:30:05 +01:00
mkindahl@dl145h.mysql.com
29c55e41b8
Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl
...
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl
2007-12-19 10:28:31 +01:00
msvensson@pilot.mysql.com
7feb6c1abe
Improve --check-testcase
2007-12-19 10:25:21 +01:00
msvensson@pilot.mysql.com
f4d93f41bc
Use absolute path to allow tets to be run also when datadir differs
2007-12-19 09:42:31 +01:00
msvensson@pilot.mysql.com
85047bba05
BUG#30919
...
- move tests to main suite
2007-12-19 09:37:35 +01:00
serg@janus.mylan
3bd3bd1e30
Followup for bug#30252.
...
Ensure that all SQLCOM_ constants have corresponding Com_ variables.
2007-12-19 01:27:15 +01:00
dkatz@damien-katzs-computer.local
6b2815bedc
Merge damien-katzs-computer.local:/Users/dkatz/mysql-5.1-runtime
...
into damien-katzs-computer.local:/Users/dkatz/Com_create_function
2007-12-18 13:52:26 -05:00
knielsen@loke.(none)
cdc302fdbe
Merge bk-internal:/home/bk/mysql-5.1-new-ndb
...
into loke.(none):/home/knielsen/devel/mysql-5.1-new-ndb-bug33061
2007-12-18 16:00:31 +01:00
skozlov/ksm@mysql.com/virtop.localdomain
b1f2a84bba
WL#4077. Added new value 'ENABLED' for 'support' column of information_schema.engines
2007-12-18 16:10:58 +03:00
knielsen@ymer.(none)
0ae0c1333b
Bug #33061 : ORDER BY DESC becomes ASC in NDB partition pruning to one partition
...
When partition pruning resulted in an ordered index scan spanning only
one partition, any descending flag for the scan was wrongly discarded,
turning ORDER BY DESC into ORDER BY ASC, and similar problems.
Fixed by correctly passing descending flag in SCAN_TABREQ signal sent
to data nodes.
2007-12-18 13:40:35 +01:00
istruewing@stella.local
cd1b00e8bb
Bug#32705 - myisam corruption: Key in wrong position
...
at page 1024 with ucs2_bin
Inserting strings with a common prefix into a table with
characterset UCS2 corrupted the table.
An efficient search method was used, which compares end space
with ASCII blank. This doesn't work for character sets like UCS2,
which do not encode blank like ASCII does.
Use the less efficient search method _mi_seq_search()
for charsets with mbminlen > 1.
2007-12-18 12:29:50 +01:00
tomas@whalegate.ndb.mysql.com
33721fd493
search for clone several step in the path name
2007-12-18 11:54:19 +01:00
gkodinov/kgeorge@magare.gmz
af1231fa80
Merge magare.gmz:/home/kgeorge/mysql/autopush/B19390-5.0-opt
...
into magare.gmz:/home/kgeorge/mysql/work/B19390-5.1-opt
2007-12-18 11:07:08 +02:00
gkodinov/kgeorge@magare.gmz
1a8b8eb91c
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into magare.gmz:/home/kgeorge/mysql/autopush/B19390-5.0-opt
2007-12-18 10:45:05 +02:00
hezx@hezx.(none)
f858fe1064
Fixed some test case for BUG#32205
2007-12-18 15:43:51 +08:00
tomas@whalegate.ndb.mysql.com
a021330f79
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2007-12-18 07:13:59 +01:00
df@pippilotta.erinye.com
92de4d5e78
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-build
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
2007-12-17 19:08:55 +01:00
df@pippilotta.erinye.com
01b6c78fbe
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
2007-12-17 19:01:14 +01:00
gkodinov/kgeorge@magare.gmz
695342d676
Bug #19390 : Test 'rpl_trigger' fails, might be random
...
The checks in the test for bug #12480 were too wide and
made the test to depend on the procedures and triggers
present in the server.
Corrected the test to check only for the procedure and
trigger it creates.
2007-12-17 18:56:39 +02:00
cmiller@zippy.cornsilk.net
6accbba0c0
Order results to be deterministic.
...
Follow SergG's lead with mysqlcheck result.
2007-12-17 08:51:29 -05:00
hezx@hezx.(none)
f8fb5adc2f
Merge hezx.(none):/media/sda3/work/mysql/bkwork/bug#32205/5.1
...
into hezx.(none):/media/sda3/work/mysql/bkwork/bug#32205/mysql-5.1-new-rpl
2007-12-17 21:21:23 +08:00
hezx@hezx.(none)
3255237fc2
BUG#32205 Replaying statements from mysqlbinlog fails with a syntax error, replicates
...
fine
The reason of this bug is that when mysqlbinlog dumps a query, the query is written to
output with a delimeter appended right after it, if the query string ends with a '--'
comment, then the delimeter would be considered as part of the comment, if there are any
statements after this query, then it will cause a syntax error.
Start a newline before appending delimiter after a query string
2007-12-17 21:13:25 +08:00
istruewing@stella.local
03a24463ca
Merge stella.local:/home2/mydev/mysql-5.1-amain
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-12-17 09:02:24 +01:00
tnurnberg@white.intern.koehntopp.de
786b3a2b16
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
...
into mysql.com:/misc/mysql/32770/51-32770
2007-12-17 08:10:13 +01:00
tnurnberg@white.intern.koehntopp.de
2ab88382ef
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into mysql.com:/misc/mysql/32770/50-32770
2007-12-17 07:54:32 +01:00
tnurnberg@white.intern.koehntopp.de
4abda87881
Merge mysql.com:/misc/mysql/32770/50-32770
...
into mysql.com:/misc/mysql/32770/51-32770
2007-12-17 07:49:26 +01:00
mhansson/martin@linux-st28.site
ca5f50788e
Merge mhansson@bk-internal:/home/bk/mysql-5.0-opt
...
into linux-st28.site:/home/martin/mysql/src/bug32798-united/my50-bug32798-united-push
2007-12-15 16:45:21 +01:00
kostja@bodhi.(none)
4bb503568d
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into bodhi.(none):/opt/local/work/mysql-5.0-runtime
2007-12-15 17:00:18 +03:00