mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
This commit is contained in:
commit
d3d218c2cf
1 changed files with 3 additions and 0 deletions
|
|
@ -659,6 +659,9 @@ main(int argc, const char** argv){
|
|||
|
||||
for(Uint32 i = 0; i < 12; i++)
|
||||
{
|
||||
if(i == 6 || i == 8 || i == 10)
|
||||
continue;
|
||||
|
||||
BaseString name("bug_9749");
|
||||
name.appfmt("_%d", i);
|
||||
NDBT_TestCaseImpl1 *pt = new NDBT_TestCaseImpl1(&ts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue