~percona-dev/percona-xtradb/fix-bug547230-bug548442

« back to all changes in this revision

Viewing changes to mysql-test.diff

  • Committer: Aleksandr Kuzminsky
  • Date: 2010-02-01 11:36:34 UTC
  • Revision ID: aleksandr.kuzminsky@percona.com-20100201113634-as9kxdjcr9v97631
Fixed path in mysql-test.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
  +---------------------------------------+
298
298
  Wildcard: inf_rmation_schema
299
299
  +--------------------+
300
 
diff -Nur mysql-test/t/disabled.def.orig mysql-test/t/disabled.def
301
 
--- mysql-test/t/disabled.def.orig      2010-01-15 12:46:09.000000000 -0500
302
 
+++ mysql-test/t/disabled.def   2010-01-31 14:09:18.000000000 -0500
303
 
@@ -11,3 +11,5 @@
304
 
 ##############################################################################
305
 
 kill                     : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
306
 
 query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
307
 
+read_many_rows_innodb    : Bug#433409 2009-09-20 the test fails on 5.1.37 https://bugs.launchpad.net/bugs/433409
308
 
+log_tables-big           : Bug#48646 2009-12-12 mysql-test main.log_tables-big fails on 5.1.40
 
300
diff -Nur a/mysql-test/patches/disabled.def b/mysql-test/patches/disabled.def
 
301
--- a/mysql-test/patches/disabled.def   1969-12-31 16:00:00.000000000 -0800
 
302
+++ b/mysql-test/patches/disabled.def   2010-02-01 03:35:33.000000000 -0800
 
303
@@ -0,0 +1,9 @@
 
304
+diff -Nur mysql-test/t/disabled.def.orig mysql-test/t/disabled.def
 
305
+--- mysql-test/t/disabled.def.orig      2010-01-15 12:46:09.000000000 -0500
 
306
++++ mysql-test/t/disabled.def   2010-01-31 14:09:18.000000000 -0500
 
307
+@@ -11,3 +11,5 @@
 
308
+ ##############################################################################
 
309
+ kill                     : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
 
310
+ query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
 
311
++read_many_rows_innodb    : Bug#433409 2009-09-20 the test fails on 5.1.37 https://bugs.launchpad.net/bugs/433409
 
312
++log_tables-big           : Bug#48646 2009-12-12 mysql-test main.log_tables-big fails on 5.1.40