#At bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-maria/ based on revid:guilhem@stripped
2706 Guilhem Bichot 2008-12-05
Fix for pushbuild failure (test which can't run in embedded mode) and compiler warning
modified:
mysql-test/suite/maria/t/maria_showlog_error.test
storage/innobase/handler/ha_innodb.cc
per-file messages:
mysql-test/suite/maria/t/maria_showlog_error.test
test which can't run in embedded mode
storage/innobase/handler/ha_innodb.cc
compiler warning
=== modified file 'mysql-test/suite/maria/t/maria_showlog_error.test'
--- a/mysql-test/suite/maria/t/maria_showlog_error.test 2008-12-01 13:21:37 +0000
+++ b/mysql-test/suite/maria/t/maria_showlog_error.test 2008-12-05 09:15:23 +0000
@@ -1,4 +1,6 @@
-- source include/have_maria.inc
+# can't restart server in embedded
+--source include/not_embedded.inc
# remove_file can't remove opened file under windows. So we can't reproduce
# the problem there
--source include/not_windows.inc
=== modified file 'storage/innobase/handler/ha_innodb.cc'
--- a/storage/innobase/handler/ha_innodb.cc 2008-12-04 21:17:47 +0000
+++ b/storage/innobase/handler/ha_innodb.cc 2008-12-05 09:15:23 +0000
@@ -1405,7 +1405,9 @@ innobase_init(
int err;
bool ret;
char *default_path;
+#ifdef SAFE_MUTEX
my_bool old_safe_mutex_deadlock_detector;
+#endif
DBUG_ENTER("innobase_init");
handlerton *innobase_hton= (handlerton *)p;
| Thread |
|---|
| • bzr commit into MySQL/Maria:mysql-maria branch (guilhem:2706) | Guilhem Bichot | 5 Dec |