unknown
b42247bca8
Bug#25679
...
"Federated Denial of Service"
Federated storage engine used to attempt to open connections within
the ::create() and ::open() methods which are invoked while LOCK_open
mutex is being held by mysqld. As a result, no other client sessions
can open tables while Federated is attempting to open a connection.
Long DNS lookup times would stall mysqld's operation and a rogue
connection string which connects to a remote server which simply
stalls during handshake can stall mysqld for a much longer period of
time.
This patch moves the opening of the connection much later, when the
federated actually issues queries, by which time the LOCK_open mutex is
no longer being held.
mysql-test/r/federated.result:
change of test/results due to patch for bug25679
mysql-test/t/federated.test:
change of test/results due to patch for bug25679
sql/ha_federated.cc:
bug25679
remove function check_foreign_fata_source()
ha_federated::open() no longer opens the federated connection.
ha_federated::create() no longer opens and tests connection.
ha_federated::real_connect() opens connection and tests presence of table.
ha_federated::real_query() sends query, calling real_connect() if neccessary.
sql/ha_federated.h:
bug25679
new methods real_query() and real_connect()
2007-07-25 12:23:24 -07:00
..
2007-06-15 11:19:35 +05:00
2007-07-04 12:04:57 +05:00
2006-12-31 01:02:27 +01:00
2007-07-18 15:42:36 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-07-12 00:55:40 +05:00
2007-07-21 01:53:19 +02:00
2007-06-20 14:00:28 +02:00
2007-07-01 15:33:28 -07:00
2006-12-31 01:02:27 +01:00
2007-01-31 00:06:42 +01:00
2006-12-23 20:17:15 +01:00
2006-12-31 01:02:27 +01:00
2007-06-27 13:19:34 +05:00
2007-01-22 14:04:40 +02:00
2007-02-28 22:23:35 +02:00
2007-02-22 16:59:57 +02:00
2007-02-14 18:35:59 +02:00
2007-05-10 18:14:04 +05:00
2007-07-25 12:23:24 -07:00
2007-07-25 12:23:24 -07:00
2007-07-18 11:12:15 +04:00
2007-07-17 19:51:50 +04:00
2007-07-10 08:16:51 -06:00
2007-04-18 19:36:22 -06:00
2007-07-19 19:57:53 +05:00
2007-07-12 13:29:51 +02:00
2007-06-14 16:18:01 +05:00
2007-06-06 04:42:41 +05:00
2007-04-24 10:25:15 +02:00
2007-06-19 13:56:02 +02:00
2007-05-28 15:23:28 +02:00
2007-05-08 10:00:12 +08:00
2007-07-19 13:51:31 +05:00
2007-07-12 15:30:34 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-05-28 12:44:59 +04:00
2006-12-31 01:02:27 +01:00
2007-07-16 01:03:58 +04:00
2007-07-15 21:51:36 +04:00
2007-07-07 10:33:02 -07:00
2007-05-10 00:17:21 +05:00
2007-06-16 13:49:26 +05:00
2007-06-03 15:56:48 +04:00
2007-03-05 18:22:35 +04:00
2007-02-28 12:13:46 +04:00
2006-12-23 20:17:15 +01:00
2007-01-22 14:04:40 +02:00
2007-07-19 14:14:03 +02:00
2007-04-11 13:58:16 +03:00
2007-06-29 10:39:17 +03:00
2007-04-17 17:35:29 -07:00
2007-07-19 20:21:23 +04:00
2007-06-29 10:39:17 +03:00
2007-07-20 00:06:35 +04:00
2007-05-16 10:44:59 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-07-06 16:18:49 +04:00
2007-07-16 23:41:28 +04:00
2007-04-29 12:56:46 +05:00
2007-03-08 12:04:45 +03:00
2007-03-08 12:04:45 +03:00
2007-06-01 13:54:31 +05:00
2007-06-24 12:58:45 +05:00
2007-05-28 22:20:22 +03:00
2007-07-10 18:33:20 +02:00
2007-06-28 11:13:18 +02:00
2006-12-31 01:02:27 +01:00
2006-09-01 10:32:12 +02:00
2006-12-31 01:02:27 +01:00
2007-05-16 10:44:59 +02:00
2007-05-28 00:05:38 +02:00
2006-12-31 01:02:27 +01:00
2007-07-17 11:32:50 -06:00
2006-12-23 20:17:15 +01:00
2007-07-05 15:34:12 +05:00
2007-06-19 12:31:37 +05:00
2007-07-18 00:29:25 +04:00
2007-01-22 14:04:40 +02:00
2007-05-15 15:29:12 +03:00
2007-04-06 18:56:39 +04:00
2006-12-23 20:17:15 +01:00
2007-01-22 14:04:40 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-05-16 10:44:59 +02:00
2007-05-16 10:44:59 +02:00
2006-12-31 01:02:27 +01:00
2007-02-21 14:07:08 +02:00
2006-12-31 01:02:27 +01:00
2007-07-11 10:49:54 +03:00
2007-02-21 14:07:08 +02:00
2007-07-11 19:29:11 +04:00
2007-02-08 15:53:14 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2007-07-12 22:26:41 +04:00
2007-07-12 22:26:41 +04:00
2007-03-14 12:02:32 -06:00
2007-03-14 12:02:32 -06:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2007-07-12 22:26:41 +04:00
2006-12-23 20:17:15 +01:00
2007-07-05 18:24:48 +03:00
2007-03-23 16:28:07 -06:00
2007-06-20 14:24:31 +02:00
2007-03-16 20:56:16 +01:00
2007-02-06 17:18:43 +04:00
2006-12-31 01:02:27 +01:00
2006-12-23 20:17:15 +01:00
2007-07-06 16:18:49 +04:00
2006-12-23 20:17:15 +01:00
2007-05-10 14:54:55 +02:00
2007-01-22 14:04:40 +02:00
2007-07-14 17:58:39 +05:00
2007-07-20 04:15:50 +05:00
2007-05-24 11:21:27 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-07-05 02:20:32 +04:00
2007-04-20 12:31:03 +02:00
2007-03-22 15:07:32 +01:00
2006-12-31 01:02:27 +01:00
2007-06-20 12:46:15 +04:00
2007-06-06 04:42:41 +05:00
2007-05-11 20:33:13 +04:00
2007-02-19 14:39:37 +02:00
2007-07-06 09:00:40 -07:00
2007-07-12 22:26:41 +04:00
2007-07-12 22:26:41 +04:00
2006-12-31 01:02:27 +01:00
2007-03-29 10:35:28 +04:00
2007-07-04 02:09:56 +05:00
2007-01-12 12:22:54 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-07-16 23:41:28 +04:00
2007-07-12 23:22:17 +04:00
2006-12-31 01:02:27 +01:00
2007-07-05 13:09:56 +05:00
2006-12-31 01:02:27 +01:00
2007-07-19 19:57:53 +05:00
2007-06-29 10:39:17 +03:00
2007-07-16 23:41:28 +04:00
2007-07-01 15:33:28 -07:00
2006-12-23 20:17:15 +01:00
2007-01-22 14:04:40 +02:00
2007-01-22 14:04:40 +02:00
2007-07-22 19:08:25 +02:00
2006-12-31 01:02:27 +01:00
2007-07-12 22:26:41 +04:00
2007-07-12 22:26:41 +04:00
2007-01-03 18:29:39 +02:00
2007-07-06 16:18:49 +04:00
2007-05-14 17:06:05 -07:00
2007-06-05 01:14:10 +02:00
2007-07-12 22:26:41 +04:00
2006-12-23 20:17:15 +01:00
2007-07-16 23:41:28 +04:00
2007-07-07 07:46:17 +02:00
2006-12-23 20:17:15 +01:00
2007-03-22 20:32:07 +02:00
2007-06-09 17:46:09 +05:00
2007-07-19 14:14:03 +02:00
2007-07-12 22:26:41 +04:00
2006-12-31 01:02:27 +01:00
2007-05-16 10:44:59 +02:00
2006-12-23 20:17:15 +01:00
2007-05-16 10:44:59 +02:00
2007-05-16 10:44:59 +02:00
2007-05-31 14:22:21 +02:00
2007-02-22 16:59:57 +02:00
2007-07-01 15:33:28 -07:00
2007-07-11 10:49:54 +03:00
2007-07-05 15:34:12 +05:00