gluh@eagle.intranet.mysql.r18.ru
f78ae59f0f
Fix for bug#18224 VIEW on information_schema crashes the server
...
additional check for subselect
2006-03-20 14:17:47 +04:00
gluh@eagle.intranet.mysql.r18.ru
a184a00eae
Fix for bug #18113 "SELECT * FROM information_schema.xxx crashes server"
...
Crash happened when one selected data from one of INFORMATION_SCHEMA
tables and in order to build its contents server had to open view which
used stored function and table or view on which one had not global or
database-level privileges (e.g. had only table-level or had no
privileges at all).
The crash was caused by usage of check_grant() function, which assumes
that either number of tables to be inspected by it is limited explicitly
or table list used and thd->lex->query_tables_own_last value correspond
to each other (the latter should be either 0 or point to next_global
member of one of elements of this table list), in conditions when
above assumptions were not true. This fix just explicitly limits
number of tables to be inspected. Other negative effects which are
caused by the fact that thd->lex->query_tables_own_last might not
be set properly during processing of I_S tables are less disastrous
and will be reported and fixed separetely.
2006-03-20 13:42:02 +04:00
mats@mysql.com
721ca0cccf
Merge mysql.com:/home/bkroot/mysql-5.1-new
...
into mysql.com:/home/bk/b17400-mysql-5.1-new
2006-03-18 17:18:52 +01:00
mats@mysql.com
723d5deb01
Bug#18326 (Do not lock tables for writing during prepare of statement):
...
Fixing tests to get the test suite passing. This does not hide the bug
since it's a matter of performance, not correctness.
2006-03-18 17:15:53 +01:00
mskold@mysql.com
8296653a91
Post-review fixes for bug#17899 Partitions: crash, NDB, Select .. ORDER BY
2006-03-18 10:04:39 +01:00
mskold@mysql.com
83d4481a5d
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
2006-03-18 08:31:28 +01:00
mats@mysql.com
a8a2d16c1d
Merge mysql.com:/home/bkroot/mysql-5.1-new
...
into mysql.com:/home/bk/b17400-mysql-5.1-new
2006-03-18 00:36:12 +01:00
mats@mysql.com
da22f2dd44
Merge mysql.com:/home/bkroot/mysql-5.1-new
...
into mysql.com:/home/bk/b17400-mysql-5.1-new
2006-03-17 18:19:10 +01:00
mats@mysql.com
4440b71dda
Bug#18280 (RBR: Extreneous maps when writing to general_log and slow_log):
...
Filter out replication general_log and slow_log entirely from binary
log. Caching result of table share-specific tests.
2006-03-17 18:11:07 +01:00
mskold@mysql.com
9e9d2e0311
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
2006-03-17 17:25:00 +01:00
jani@ibmlab.site
928591e50f
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into ibmlab.site:/home/my/bk/mysql-5.1-new
2006-03-17 15:56:27 +02:00
andrey@lmy004.
50efe4ed28
fix after manual merge of fix for bug #16396 : Events: Distant-future dates become past dates.
2006-03-17 11:01:45 +01:00
andrey@lmy004.
a1d87d6a0d
manual merge
2006-03-17 09:40:48 +01:00
bell@production.mysql.com
c5337540af
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into production.mysql.com:/usersnfs/abelkin/work-qc-5.0
2006-03-17 00:56:47 +01:00
jani@ibmlab.site
ba5c940377
Fixed depedency problem with the following test.
...
Without resetting, the next test will not pass.
2006-03-16 17:44:27 +02:00
jani@ibmlab.site
e94aefcd81
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into ibmlab.site:/home/my/bk/mysql-5.1-new
2006-03-16 17:44:26 +02:00
andrey@lmy004.
dd1b001253
fix for bug #17578 : Test "events" fails due to scheduling difference
2006-03-16 16:41:00 +01:00
msvensson@shellback.(none)
714689969f
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1
2006-03-16 16:05:27 +01:00
msvensson@shellback.(none)
f8ee9e47d5
Remove disabling of rpl_ndb_multi_update2
2006-03-16 16:03:39 +01:00
andrey@lmy004.
92b4381966
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into lmy004.:/work/mysql-5.1-bug14356
2006-03-16 14:38:20 +01:00
msvensson@shellback.(none)
5f9138681d
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1
2006-03-16 14:28:23 +01:00
acurtis@xiphis.org
8276474a8c
Merge acurtis@bk-internal:/home/bk/mysql-5.1-new
...
into xiphis.org:/home/antony/work2/p1-bug14575.1-mrg2
2006-03-16 05:02:45 -08:00
msvensson@shellback.(none)
24eaa14b82
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1
2006-03-16 13:42:46 +01:00
acurtis@xiphis.org
e43f49a466
Merge xiphis.org:/home/antony/work2/p1-bug14575.1
...
into xiphis.org:/home/antony/work2/p1-bug14575.1-mrg2
2006-03-16 04:29:59 -08:00
andrey@lmy004.
05684f1fa6
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into lmy004.:/work/mysql-5.1-bug14356
2006-03-16 13:20:34 +01:00
andrey@lmy004.
23888ae52c
fix for bug 16408 (Events: crash for an event in a procedure)
...
(one patch)
2006-03-16 13:14:40 +01:00
mikael@zim.(none)
055371d890
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zim.(none):/home/mikael/bug17772
2006-03-16 03:24:39 -08:00
msvensson@shellback.(none)
59a4f5fdab
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1
2006-03-16 12:22:07 +01:00
mikael@zim.(none)
89b10826ce
BUG#17772
...
A crash after ALTER TABLE t1 RENAME ...
2006-03-16 03:21:15 -08:00
knielsen@mysql.com
8cb582cfda
Merge mysql.com:/usr/local/mysql/mysql-4.1
...
into mysql.com:/usr/local/mysql/mysql-5.1-new
2006-03-16 11:27:50 +01:00
knielsen@mysql.com
28592fec54
Merge mysql.com:/usr/local/mysql/mysql-4.1
...
into mysql.com:/usr/local/mysql/mysql-5.0
2006-03-16 11:23:09 +01:00
knielsen@mysql.com
d75abf873e
Fix bug in mysql-test-run.pl in ^C signal handler.
2006-03-16 11:21:18 +01:00
msvensson@shellback.(none)
fc3a7388ef
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1
2006-03-16 09:56:49 +01:00
msvensson@shellback.(none)
b640490fde
Merge shellback.(none):/home/msvensson/mysql/bug17728/my51-bug17728
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1
2006-03-16 09:44:50 +01:00
mats@mysql.com
6c37cfee5a
Merge mysql.com:/home/bkroot/mysql-5.1-new
...
into mysql.com:/home/bk/b17400-mysql-5.1-new
2006-03-16 09:32:33 +01:00
mats@mysql.com
704c0b57e3
Bug#17400 (RBR: replication of delete and update fails for tables w/o PK):
...
Unable to reproduce failure: some of the 17400 tests pass, other have other failures.
The test in the bug report passes.
Enabling some tests that pass, rebranding others.
2006-03-16 09:23:37 +01:00
konstantin@mysql.com
386ec52a6b
A fix and test case for Bug#16164 "Easter egg":
...
SHOW AUTHORS caused 'Packets out of order' in stored functions:
add the corresponding SQLCOM to sp_get_flags_for_command so that
it'd return sp-related flags for it.
Fix Bug#17403 "Events: packets out of order with show create event"
in the same chaneset.
2006-03-15 20:21:59 +03:00
bell@book.local
1626c2d9e1
We should prohobit concurent read of inserting file in SP
...
because it can couse problem with Query cache (BUG#14767)
2006-03-15 19:15:52 +02:00
msvensson@shellback.(none)
8b2fd13d30
Bug#18208 SBR fails to replicate auto_increment values for Cluster
...
- Replication of tables with autoincrement not supported when maste and or slave uses storage engine "ndb"
2006-03-15 16:29:25 +01:00
mskold@mysql.com
247cedce21
Changed storage engine to be ndb
2006-03-15 16:02:11 +01:00
jani@ibmlab.site
f803908e97
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into ibmlab.site:/home/my/bk/mysql-5.1-new
2006-03-15 14:08:59 +02:00
jani@ibmlab.site
373c17e7e2
Extended test case to check that binary column
...
actually adds zeroes, not spaces at the end.
2006-03-15 10:14:35 +02:00
bar@mysql.com
e983bc7486
xml.result, xml.test:
...
Adding test.
item_xmlfunc.cc:
Bug #18171 XML: ExtractValue: the XPath position() function crashes the server!
Disallowing use of position() and last() without context.
2006-03-15 11:57:37 +04:00
jani@ibmlab.site
b3e5861a02
Added a test case for Bug#18038 MySQL server corrupts binary columns data
2006-03-15 09:40:30 +02:00
mskold@mysql.com
ce9fdb3846
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
2006-03-15 08:25:46 +01:00
mikael@zim.(none)
b572673d7b
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zim.(none):/home/mikael/bug16370
2006-03-14 09:41:14 -08:00
mikael@zim.(none)
4702907597
Fixing test cases
2006-03-14 09:37:29 -08:00
mskold@mysql.com
40913583a5
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
2006-03-14 16:20:56 +01:00
mskold@mysql.com
a73e81898d
Fix for bug#17899 Partitions: crash, NDB, Select .. ORDER BY
2006-03-14 15:27:38 +01:00
gbichot@production.mysql.com
7893017824
Re-enabling rpl_rbr_to_sbr.test as BUG#18108 was fixed
...
(nothing to document, this bug was not released).
2006-03-14 14:21:28 +01:00