~percona-dev/percona-server/release-5.1.57-12.8-commit108486

« back to all changes in this revision

Viewing changes to mysql-test.diff

  • Committer: kinoyasu
  • Date: 2010-06-18 10:43:10 UTC
  • Revision ID: kinoyasu@gauntlet4-20100618104310-16tw73nfzl8rvkay
port for mysql-5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
634
634
 select count(*) from t1 where sca_code='PD' and sca_pic is null;
635
635
 count(*)
636
636
 1
637
 
@@ -1508,7 +1510,7 @@
 
637
@@ -1432,7 +1434,7 @@
638
638
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1
639
639
 drop index id2 on t2;
640
640
 drop index id on t2;
643
643
 show create table t2;
644
644
 Table  Create Table
645
645
 t2     CREATE TABLE `t2` (
646
 
@@ -1738,7 +1740,7 @@
 
646
@@ -1662,7 +1664,7 @@
647
647
 drop table t1;
648
648
 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total';
649
649
 variable_value
652
652
 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_page_size';
653
653
 variable_value
654
654
 16384
655
 
@@ -1766,9 +1768,10 @@
 
655
@@ -1690,9 +1692,10 @@
656
656
 SELECT variable_value - @innodb_row_lock_time_avg_orig FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_row_lock_time_avg';
657
657
 variable_value - @innodb_row_lock_time_avg_orig
658
658
 0
664
664
 set global innodb_sync_spin_loops=1000;
665
665
 show variables like "innodb_sync_spin_loops";
666
666
 Variable_name  Value
667
 
@@ -1781,10 +1784,11 @@
 
667
@@ -1705,10 +1708,11 @@
668
668
 show variables like "innodb_sync_spin_loops";
669
669
 Variable_name  Value
670
670
 innodb_sync_spin_loops 20
677
677
 set global innodb_thread_concurrency=1001;
678
678
 Warnings:
679
679
 Warning        1292    Truncated incorrect thread_concurrency value: '1001'
680
 
@@ -1970,7 +1974,7 @@
 
680
@@ -1894,7 +1898,7 @@
681
681
 id     select_type     table   type    possible_keys   key     key_len ref     rows    Extra
682
682
 1      SIMPLE  t1      ref     v       v       13      const   #       Using where; Using index
683
683
 alter table t1 add unique(v);
686
686
 alter table t1 add key(v);
687
687
 select concat('*',v,'*',c,'*',t,'*') as qq from t1 where v='a';
688
688
 qq
689
 
@@ -2377,6 +2381,8 @@
 
689
@@ -2301,6 +2305,8 @@
690
690
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1
691
691
 drop table t1;
692
692
 create table t1 (v varchar(10), c char(10)) row_format=fixed;
774
774
 #  Do not use any TAB characters for whitespace.
775
775
 #
776
776
 ##############################################################################
777
 
-innodb : Bug#53306 2010-04-30 VasilDimov valgrind warnings
778
 
+#innodb : Bug#53306 2010-04-30 VasilDimov valgrind warnings
 
777
-innodb_multi_update: Bug #38999 2010-05-05 mmakela Valgrind warnings
 
778
+#innodb_multi_update: Bug #38999 2010-05-05 mmakela Valgrind warnings
779
779
diff -ruN a/mysql-test/suite/innodb/t/innodb-autoinc-44030.test b/mysql-test/suite/innodb/t/innodb-autoinc-44030.test
780
780
--- a/mysql-test/suite/innodb/t/innodb-autoinc-44030.test       2010-05-07 01:01:28.000000000 +0900
781
781
+++ b/mysql-test/suite/innodb/t/innodb-autoinc-44030.test       2010-05-26 19:12:57.000000000 +0900
833
833
 select count(*) from t1 where sca_code='PD' and sca_pic is null;
834
834
 select count(*) from t1 where sca_pic >= 'n';
835
835
 select sca_pic from t1 where sca_pic is null;
836
 
@@ -1151,7 +1153,7 @@
 
836
@@ -1124,7 +1126,7 @@
837
837
 create index id2 on t2 (id);
838
838
 show create table t2;
839
839
 drop index id2 on t2;
842
842
 drop index id on t2;
843
843
 show create table t2;
844
844
 drop table t2;
845
 
@@ -1319,6 +1321,7 @@
 
845
@@ -1292,6 +1294,7 @@
846
846
 
847
847
 # Test for testable InnoDB status variables. This test
848
848
 # uses previous ones(pages_created, rows_deleted, ...).
850
850
 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total';
851
851
 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_page_size';
852
852
 SELECT variable_value - @innodb_rows_deleted_orig FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_rows_deleted';
853
 
@@ -1333,6 +1336,7 @@
 
853
@@ -1306,6 +1309,7 @@
854
854
 SELECT variable_value - @innodb_row_lock_time_avg_orig FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_row_lock_time_avg';
855
855
 
856
856
 # Test for innodb_sync_spin_loops variable
858
858
 show variables like "innodb_sync_spin_loops";
859
859
 set global innodb_sync_spin_loops=1000;
860
860
 show variables like "innodb_sync_spin_loops";
861
 
@@ -1340,6 +1344,7 @@
 
861
@@ -1313,6 +1317,7 @@
862
862
 show variables like "innodb_sync_spin_loops";
863
863
 set global innodb_sync_spin_loops=20;
864
864
 show variables like "innodb_sync_spin_loops";
936
936
 --error 1118
937
937
 CREATE TABLE t1 (
938
938
        c01 CHAR(255), c02 CHAR(255), c03 CHAR(255), c04 CHAR(255),
939
 
diff -Nur a/mysql-test/t/log_tables-big-master.opt b/mysql-test/t/log_tables-big-master.opt
 
939
diff -ruN a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def
 
940
--- a/mysql-test/t/disabled.def 2010-06-04 01:17:34.000000000 +0900
 
941
+++ b/mysql-test/t/disabled.def 2010-06-18 18:46:21.887171602 +0900
 
942
@@ -12,3 +12,4 @@
 
943
 kill                     : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
 
944
 query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
 
945
 partition_innodb_plugin  : Bug#53307 2010-04-30 VasilDimov valgrind warnings
 
946
+#alter_table-big          : Bug#590627 2010-06-09 Fails on MySQL 5.1.47
 
947
diff -ruN a/mysql-test/t/log_tables-big-master.opt b/mysql-test/t/log_tables-big-master.opt
940
948
--- a/mysql-test/t/log_tables-big-master.opt    2010-06-04 05:51:12.000000000 -0700
941
949
+++ b/mysql-test/t/log_tables-big-master.opt    2010-06-04 05:52:30.000000000 -0700
942
950
@@ -1 +1 @@
943
951
---log-slow-queries
944
952
+--log-output=table,file --log-slow-queries
945
 
diff -Nur a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def
946
 
--- a/mysql-test/t/disabled.def 2010-06-08 22:46:28.000000000 -0700
947
 
+++ b/mysql-test/t/disabled.def 2010-06-08 22:49:03.000000000 -0700
948
 
@@ -13,3 +13,4 @@
949
 
 query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
950
 
 partition_innodb_plugin  : Bug#53307 2010-04-30 VasilDimov valgrind warnings
951
 
 ps_3innodb               : Bug#53309 2010-04-30 VasilDimov valgrind warnings
952
 
+alter_table-big          : Bug#590627 2010-06-09 Fails on MySQL 5.1.47