anozdrin/alik@station.
69792afb14
Bug#32965 main.ctype_create fails.
...
Disable failing test case.
2007-12-04 18:51:03 +03:00
davi@endora.local
af039c53f9
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into mysql.com:/Users/davi/mysql/mysql-5.1-runtime
2007-11-30 14:07:36 -02:00
davi@endora.local
7bdb3219fe
Merge mysql.com:/Users/davi/mysql/bugs/22312-5.1
...
into mysql.com:/Users/davi/mysql/mysql-5.1-runtime
2007-11-30 14:05:58 -02:00
anozdrin/alik@ibm.
609a1d0d2d
BUG#32723 (grant3.test fails) can not be reproduced.
...
Enabling the test case.
2007-11-30 14:49:34 +03:00
davi@mysql.com/endora.local
ee9bafc1c5
Bug#22312 Syntax error in expression with INTERVAL()
...
Parser rejects valid INTERVAL() expressions when associated with
arithmetic operators. The problem is the way in which the expression
and interval grammar rules were organized caused shift/reduce conflicts.
The solution is to tweak the interval rules to avoid shift/reduce
conflicts by removing the broken interval_expr rule and explicitly
specify it's content where necessary.
Original fix by Davi Arnaut, revised and improved rules by Marc Alff
2007-11-30 09:34:25 -02:00
anozdrin/alik@ibm.
a1666e067a
A test case for BUG#26676: VIEW using old table schema in a session.
...
The following clarification should be made in The Manual:
Standard SQL is quite clear that, if new columns are added
to a table after a view on that table is created with
"select *", the new columns will not become part of the view.
In all cases, the view definition (view structure) is frozen
at CREATE time, so changes to the underlying tables do not
affect the view structure.
2007-11-30 12:14:07 +03:00
davi@mysql.com/endora.local
d179bb64c2
Bug#23713 LOCK TABLES + CREATE TRIGGER + FLUSH TABLES WITH READ LOCK = deadlock
...
This bug is actually two bugs in one, one of which is CREATE TRIGGER under
LOCK TABLES and the other is CREATE TRIGGER under LOCK TABLES simultaneous
to a FLUSH TABLES WITH READ LOCK (global read lock). Both situations could
lead to a server crash or deadlock.
The first problem arises from the fact that when under LOCK TABLES, if the
table is in the set of locked tables, the table is already open and it doesn't
need to be reopened (not a placeholder). Also in this case, if the table is
not write locked, a exclusive lock can't be acquired because of a possible
deadlock with another thread also holding a (read) lock on the table. The
second issue arises from the fact that one should never wait for a global
read lock if it's holding any locked tables, because the global read lock
is waiting for these tables and this leads to a circular wait deadlock.
The solution for the first case is to check if the table is write locked
and upgraded the write lock to a exclusive lock and fail otherwise for non
write locked tables. Grabbin the exclusive lock in this case also means
to ensure that the table is opened only by the calling thread. The second
issue is partly fixed by not waiting for the global read lock if the thread
is holding any locked tables.
The second issue is only partly addressed in this patch because it turned
out to be much wider and also affects other DDL statements. Reported as
Bug#32395
2007-11-29 09:42:26 -02:00
malff@lambda.hsd1.co.comcast.net.
4e8f8a0178
Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-base
...
into lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-rt-merge
2007-11-28 07:42:36 -07:00
istruewing@stella.local
1a87a089a7
Merge stella.local:/home2/mydev/mysql-5.0-axmrg
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-11-28 11:06:40 +01:00
istruewing@stella.local
4d38a04665
Bug#8693 Test 'rpl_log_pos' fails sometimes
...
Moved disabling to rpl suite.
Bug#32801 wait_timeout.test fails randomly
Disabled test case.
2007-11-28 10:00:23 +01:00
istruewing@stella.local
02e321d350
Bug#29149 Test "kill" fails on Windows
...
Disabled test case.
2007-11-28 09:48:06 +01:00
istruewing@stella.local
63e48ec22c
Merge stella.local:/home2/mydev/mysql-5.0-axmrg
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-11-27 20:30:03 +01:00
istruewing@stella.local
da28f9eac4
Merge stella.local:/home2/mydev/mysql-5.1-amain
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-11-27 19:29:10 +01:00
istruewing@stella.local
777d79f5fd
Merge stella.local:/home2/mydev/mysql-5.0-ateam
...
into stella.local:/home2/mydev/mysql-5.0-axmrg
2007-11-27 18:42:59 +01:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
e2fa11fb50
after-merge fixup: archive test/result adjusted.
2007-11-27 21:30:00 +04:00
istruewing@stella.local
c389535ae9
Merge stella.local:/home2/mydev/mysql-5.0-ateam
...
into stella.local:/home2/mydev/mysql-5.0-axmrg
2007-11-27 17:34:03 +01:00
istruewing@stella.local
a167dd0bf4
Bug#8693 Test 'rpl_log_pos' fails sometimes
...
Disabled the test case.
2007-11-27 17:28:55 +01:00
ramil/ram@ramil.myoffice.izhnet.ru
f03fb473b3
Merge mysql.com:/home/ram/work/mysql-5.0-engines
...
into mysql.com:/home/ram/work/b30495/b30495.5.0
2007-11-27 20:03:09 +04:00
malff@lambda.hsd1.co.comcast.net.
fc76a4824a
Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-base
...
into lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-rt-merge
2007-11-27 09:03:04 -07:00
ramil/ram@ramil.myoffice.izhnet.ru
4344785894
Merge mysql.com:/home/ram/work/mysql-5.1-engines
...
into mysql.com:/home/ram/work/b30495/b30495.5.1
2007-11-27 20:00:50 +04:00
istruewing@stella.local
a39180c1f2
Merge stella.local:/home2/mydev/mysql-5.0-amain
...
into stella.local:/home2/mydev/mysql-5.0-axmrg
2007-11-27 16:24:44 +01:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
14e74e82e8
Merge mysql.com:/home/ram/work/mysql-5.0-engines
...
into mysql.com:/home/ram/work/b30495/b30495.5.0
2007-11-27 15:15:28 +04:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
d20dcd2421
after-merge fix:
...
- archive test/result adjusted.
- OPTIMIZE/ANALYZE PARTITION EXTENDED test case added.
2007-11-27 12:28:08 +04:00
istruewing@stella.local
13f317c565
Bug#32754 - InnoDB tests do not prepare or clean up correctly
...
Some test cases were missing preparation to deal with failed
predecessor test cases.
Added preparation (drop table if exists) to some test cases.
2007-11-27 09:25:45 +01:00
ramil/ram@ramil.myoffice.izhnet.ru
32f9164bb5
Merge mysql.com:/home/ram/work/b30495/b30495.5.0
...
into mysql.com:/home/ram/work/b30495/b30495.5.1
2007-11-27 10:14:46 +04:00
msvensson@pilot.mysql.com
f45cf3e975
Bug#25146 Some warnings/errors not shown when using --show-warnings
...
- Additional patch to fix compiler warnings
2007-11-26 19:50:43 +01:00
thek@adventure.(none)
da93d2b363
Merge adventure.(none):/home/thek/Development/cpp/bug16470/my51-bug16470
...
into adventure.(none):/home/thek/Development/cpp/mysql-5.1-runtime
2007-11-26 19:31:41 +01:00
istruewing@stella.local
7fcf494018
Merge stella.local:/home2/mydev/mysql-5.0-axmrg
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-11-26 19:18:21 +01:00
istruewing@stella.local
f140e7e000
Bug#20830 - INSERT DELAYED does not honour SET INSERT_ID
...
Bug#20627 - INSERT DELAYED does not honour auto_increment_* variables
Fixed wrong variable assignment.
2007-11-26 19:16:23 +01:00
thek@adventure.(none)
345650212c
Bug#16470 crash on grant if old grant tables
...
Loading 4.1 into 5.0 or 5.1 failed silently because procs_priv table missing.
This caused the server to crash on any attempt to store new grants because
of uninitialized structures.
This patch breaks up the grant loading function into two phases to allow
for procs_priv table to fail with an warning instead of crashing the server.
2007-11-26 19:09:40 +01:00
istruewing@stella.local
010d82753d
Moved disabling of tests to the respective suites.
2007-11-26 17:31:53 +01:00
istruewing@stella.local
0b62d9664a
Bug#30751: rpl_ndb_multi missing row in output
...
Disabled the test case.
2007-11-26 16:17:26 +01:00
istruewing@stella.local
a5fcd69702
Bug#32724: innodb_mysql.test fails randomly
...
Disabled test case.
2007-11-26 16:12:14 +01:00
istruewing@stella.local
f4b37b3035
Bug#32723: grant3.test fails
...
Disabled test case.
2007-11-26 16:04:29 +01:00
istruewing@stella.local
ba6da10296
Bug#29149: Test "kill" fails on Windows
...
Disabled test case.
2007-11-26 15:40:08 +01:00
istruewing@stella.local
c29088d275
Merge stella.local:/home2/mydev/mysql-5.0-axmrg
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-11-26 15:38:29 +01:00
istruewing@stella.local
a7aa278482
Bug#32357 - ndb_backup_print test fails sometimes in pushbuild
...
Disabled test case
2007-11-26 14:49:41 +01:00
istruewing@stella.local
bd2154836e
Merge stella.local:/home2/mydev/mysql-5.0-axmrg
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-11-25 15:55:03 +01:00
istruewing@stella.local
2fe97d3428
Merge stella.local:/home2/mydev/mysql-5.1-ateam
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-11-25 14:51:01 +01:00
istruewing@stella.local
2cc3e56ea4
Merge stella.local:/home2/mydev/mysql-5.0-ateam
...
into stella.local:/home2/mydev/mysql-5.0-axmrg
2007-11-25 14:14:52 +01:00
istruewing@stella.local
6c6ee17297
Bug#32668 rpl_row_charset_innodb.test fails
...
Re-enabled test case after fix
2007-11-23 18:27:05 +01:00
istruewing@stella.local
32b99c5570
Bug#32668 - rpl_row_charset_innodb.test fails
...
Disabled test case
2007-11-23 17:54:19 +01:00
istruewing@stella.local
9f19e3f647
Bug#32667 lowercase_table3.test reports to error log
...
Disabled test case
2007-11-23 17:47:22 +01:00
istruewing@stella.local
bc7205bb3f
Bug#29830 Test case 'events_scheduling' fails on Mac OS X and Windows
...
Disabled the test case
2007-11-23 17:05:16 +01:00
istruewing@stella.local
6f426699e5
Bug#32664 - events.test fails randomly
...
Disabled test case
2007-11-23 16:53:31 +01:00
istruewing@stella.local
55a8f4c784
Bug#32663 binlog_multi_engine.test fails randomly
...
Disabled test case
2007-11-23 16:32:51 +01:00
istruewing@stella.local
9e450e76cd
Bug#32659 - ndb_dd_backuprestore.test fails randomly
...
Disabled test case
2007-11-23 15:30:04 +01:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
7a41acfd40
Merge mysql.com:/home/ram/work/mysql-5.0-engines
...
into mysql.com:/home/ram/work/b32560/b32560.5.0
2007-11-23 17:24:54 +04:00
ramil/ram@ramil.myoffice.izhnet.ru
2bc1e74c55
Merge mysql.com:/home/ram/work/b32560/b32560.5.0
...
into mysql.com:/home/ram/work/b32560/b32560.5.1
2007-11-23 16:43:49 +04:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
51ca3235b8
Fix for bug #32560 : crash with interval function and count(*)
...
Problem: INTERVAL function implementation doesn't handle NULL range values.
Fix: skip NULL ranges looking for a proper one.
2007-11-23 16:30:06 +04:00