#At file:///home/cpowers/work/dev/mysql-5.5-bugteam/ based on revid:chris.powers@stripped
3130 Christopher Powers 2010-11-19
Bug#35333, "If Federated table can't connect to remote host, can't retrieve metadata"
Removed debug statement from test files.
modified:
mysql-test/suite/federated/federated_bug_35333.result
mysql-test/suite/federated/federated_bug_35333.test
=== modified file 'mysql-test/suite/federated/federated_bug_35333.result'
--- a/mysql-test/suite/federated/federated_bug_35333.result 2010-11-18 19:56:42 +0000
+++ b/mysql-test/suite/federated/federated_bug_35333.result 2010-11-19 14:01:00 +0000
@@ -7,7 +7,7 @@
# The fix is to store the error text in the TABLE COMMENTS column of I_S.TABLES, clear
# the remote connection error and push a warning instead. This allows the SELECT operation
# to complete while still indicating a problem. This fix applies to any non-fatal system
-# error that occurs during a query against I_S.TABLES.
+# error that occurs during a query against I_S.TABLES.de
CREATE DATABASE federated;
CREATE DATABASE federated;
CREATE DATABASE IF NOT EXISTS realdb;
@@ -43,7 +43,6 @@ CREATE TABLE t1 (c1 int) ENGINE=MYISAM;
#
# Corrupt the MyISAM table by deleting the base file
#
-/home/cpowers/work/dev/mysql-5.5-bugteam/mysql-test/var/mysqld.2/data/
#
# Trigger a MyISAM system error during an INFORMATION_SCHEMA.TABLES query
#
=== modified file 'mysql-test/suite/federated/federated_bug_35333.test'
--- a/mysql-test/suite/federated/federated_bug_35333.test 2010-11-18 19:56:42 +0000
+++ b/mysql-test/suite/federated/federated_bug_35333.test 2010-11-19 14:01:00 +0000
@@ -7,7 +7,7 @@
--echo # The fix is to store the error text in the TABLE COMMENTS column of I_S.TABLES, clear
--echo # the remote connection error and push a warning instead. This allows the SELECT operation
--echo # to complete while still indicating a problem. This fix applies to any non-fatal system
---echo # error that occurs during a query against I_S.TABLES.
+--echo # error that occurs during a query against I_S.TABLES.de
--source federated.inc
@@ -48,7 +48,6 @@ CREATE TABLE t1 (c1 int) ENGINE=MYISAM;
--echo # Corrupt the MyISAM table by deleting the base file
--echo #
let $MYSQLD_DATADIR= `SELECT @@datadir`;
---echo $MYSQLD_DATADIR
--remove_file $MYSQLD_DATADIR/realdb/t1.MYD
--remove_file $MYSQLD_DATADIR/realdb/t1.MYI
Attachment: [text/bzr-bundle] bzr/chris.powers@oracle.com-20101119140100-u9d84cafs8f48tm7.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugteam branch (chris.powers:3130) Bug#35333 | Christopher Powers | 19 Nov |