mats@unknown.kindahl.net
e4bad7a8d0
Post-merge fixes to make tests pass.
2008-01-08 22:22:40 +01:00
msvensson@pilot.(none)
b8d8e494cd
Merge pilot.(none):/data/msvensson/mysql/bug28369/my50-bug28369
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-06-07 19:21:01 +02:00
msvensson@pilot.(none)
1afb1c8ddf
Bug#28369 rpl test cases fail with binlog disabled
...
- Turn on binlog only for tests that need it
- Skip those tests if --skip-binlog is used
2007-06-07 19:18:01 +02:00
msvensson@pilot.(none)
91b2650735
Bug#28718 Running backup testcase fails in mysql testsuite
...
- Skip test if the mysqld to test is not started from MYSQLTEST_VARDIR
2007-06-07 14:25:17 +02:00
svoj@mysql.com/april.(none)
3e21fb0f3b
Merge mysql.com:/home/svoj/devel/mysql/BUG27998/mysql-4.1-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG27998/mysql-5.0-engines
2007-05-10 18:14:04 +05:00
svoj@mysql.com/june.mysql.com
0c7631e763
BUG#27998 - mysqld crashed when executing INSERT DELAYED
...
on a BLACKHOLE table
Using INSERT DELAYED on BLACKHOLE tables could lead to server
crash.
This happens because delayed thread wants to upgrade a lock,
but BLACKHOLE tables do not have locks at all.
This patch rejects attempts to use INSERT DELAYED on MERGE
tables.
2007-04-28 14:37:40 +05:00
gkodinov/kgeorge@macbook.gmz
664f24d5c3
Bug#19717: The blackhole engine is returning an OK flag in
...
index_read(), whereas it must return HA_ERR_END_OF_FILE
instead (as there are by definition no rows in a table of
that engine.
2007-02-14 18:35:59 +02:00
ingo/mydev@chilla.local
dfaa3c78f6
Revoking patch for Bug#10952 on behalf of Brian.
2006-07-10 20:46:05 +02:00
acurtis@xiphis.org
47e89f208a
bug#10952
...
"alter table from MyISAM to MERGE lost data without errors and warnings"
Add new handlerton flag which prevent user from altering table storage
engine to storage engines which would lose data. Both 'blackhole' and
'merge' are marked with the new flag.
Tests included.
2006-05-09 13:31:46 -07:00
monty@mysql.com
82b77cdd90
Fixes to embedded server to be able to run tests with it
...
(Needed for "list of pushes" web page and autopush)
2006-02-24 18:34:15 +02:00
msvensson@neptunus.(none)
09ec2919a1
Make it possible to run mysql-test-run.pl with default test suite in different vardir.
2006-01-24 08:30:54 +01:00
monty@mysql.com
3c12d0ae54
Added end marker for tests to make future merges easier
2005-07-28 03:22:47 +03:00
gbichot@quadita2.mysql.com
a95571875c
checking that statements get into binlog even when they were affecting
...
no rows of the blackhold engine (for this engine to be a binlog propagator).
NOTE: blackhole.test currently hangs in 5.0 BUG#10175 so I'll merge without running this test; the
person who fixes the hang will correct the merged blackhole.result or ask me to).
2005-04-26 15:52:04 +02:00
brian@zim.(none)
e65b96693c
Collection of changes per Bar and Serg.
2005-03-24 16:07:56 -08:00
brian@zim.(none)
cfcedd85cd
Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
2005-03-22 16:10:39 -08:00