3225 Anitha Gopi 2010-12-21
BUG #59055: RQG was broken after the checkin that removed rpl and rpl_ndb suites. RQG uses MTR V1 and that still has these in the default suite. Removing these from V1. Also removing references to ndb tests in some more disabled.def files
modified:
mysql-test/lib/v1/mysql-test-run.pl
mysql-test/suite/funcs_1/t/disabled.def
mysql-test/suite/funcs_2/t/disabled.def
mysql-test/suite/parts/t/disabled.def
3224 Tor Didriksen 2010-12-21
Bug #58699 cannot build with gcc dbg on solaris
@ cmake/os/SunOS.cmake
Remove TARGET_OS_SOLARIS
@ config.h.cmake
Remove TARGET_OS_SOLARIS
Add PTHREAD_ONCE_INITIALIZER
@ configure.cmake
Add function for testing whether we need { PTHREAD_ONCE_INIT } rather than PTHREAD_ONCE_INIT
@ include/my_pthread.h
Use PTHREAD_ONCE_INITIALIZER if set by cmake.
@ include/mysql/psi/mysql_file.h
Include my_global.h first, to get correct platform definitions.
@ mysys/ptr_cmp.c
Hide the unused static functions in #ifdef's on solaris.
Use __sun (defined by both gcc and SunPro cc) rather than TARGET_OS_SOLARIS
@ sql/my_decimal.cc
Include my_global.h first, to get correct platform definitions.
@ sql/mysqld.cc
Fix signed/unsigned comparison warning.
@ sql/sql_audit.h
Include my_global.h first, to get correct platform definitions.
@ sql/sql_plugin.h
Include my_global.h first, to get correct platform definitions.
@ sql/sql_show.cc
Fix: warning: cast from pointer to integer of different size
@ sql/sys_vars.h
Use reinterpret_cast rather than c-style cast.
@ storage/perfschema/pfs_instr.cc
Include my_global.h first, to get correct platform definitions.
modified:
cmake/os/SunOS.cmake
config.h.cmake
configure.cmake
include/my_pthread.h
include/mysql/psi/mysql_file.h
mysys/ptr_cmp.c
sql/my_decimal.cc
sql/mysqld.cc
sql/sql_audit.h
sql/sql_plugin.h
sql/sql_show.cc
sql/sys_vars.h
storage/perfschema/pfs_instr.cc
=== modified file 'mysql-test/lib/v1/mysql-test-run.pl'
--- a/mysql-test/lib/v1/mysql-test-run.pl 2010-08-05 12:53:09 +0000
+++ b/mysql-test/lib/v1/mysql-test-run.pl 2010-12-21 17:44:48 +0000
@@ -135,7 +135,7 @@ our $default_vardir;
our $opt_usage;
our $opt_suites;
-our $opt_suites_default= "main,binlog,rpl,rpl_ndb,ndb"; # Default suites to run
+our $opt_suites_default= "main,binlog,rpl"; # Default suites to run
our $opt_script_debug= 0; # Script debugging, enable with --script-debug
our $opt_verbose= 0; # Verbose output, enable with --verbose
=== modified file 'mysql-test/suite/funcs_1/t/disabled.def'
--- a/mysql-test/suite/funcs_1/t/disabled.def 2009-09-23 18:50:13 +0000
+++ b/mysql-test/suite/funcs_1/t/disabled.def 2010-12-21 17:44:48 +0000
@@ -10,4 +10,3 @@
#
##############################################################################
-ndb_trig_1011ext: Bug#47564
=== modified file 'mysql-test/suite/funcs_2/t/disabled.def'
--- a/mysql-test/suite/funcs_2/t/disabled.def 2010-08-19 07:31:24 +0000
+++ b/mysql-test/suite/funcs_2/t/disabled.def 2010-12-21 17:44:48 +0000
@@ -1,4 +1 @@
-# Should maybe be enabled, but ndb is not part of the ordinary build.
-# Bernt M. Johnsen 2010-05-10
-ndb_charset : Bug#20447 Problem with prefix keys with contractions and expansions
=== modified file 'mysql-test/suite/parts/t/disabled.def'
--- a/mysql-test/suite/parts/t/disabled.def 2009-09-23 18:50:13 +0000
+++ b/mysql-test/suite/parts/t/disabled.def 2010-12-21 17:44:48 +0000
@@ -1,3 +0,0 @@
-partition_basic_ndb : Bug#44919 parts-suite in mtr tries to use features not supported by ndb
-# http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-limitations-syntax.html
-partition_syntax_ndb : Bug#36735 Not supported
Attachment: [text/bzr-bundle] bzr/anitha.gopi@sun.com-20101221174448-ypa7vfjrv2boj07p.bundle
| Thread |
|---|
| • bzr push into mysql-5.5-bugteam branch (anitha.gopi:3224 to 3225)Bug#59055 | Anitha Gopi | 21 Dec |