unknown
616fd55753
Patch contributed by Jocelyn Fournier. CLA received 2007-02-27.
...
Bug#25347: mysqlcheck -A -r doesn't repair table marked as crashed
mysqlcheck tests nullness of the engine type to know whether the
"table" is a view or not. That also falsely catches tables that
are severly damaged.
Instead, use SHOW FULL TABLES to test whether a "table" is a view
or not.
(Don't add new function. Instead, get original data a smarter way.)
Make it safe for use against databases before when views appeared.
client/mysqlcheck.c:
Use SHOW FULL TABLES to test better whether a name in the table
list is one of a view. Checking that the engine is NULL is
insufficient.
Implemented suggestion from jimw that involved removing most of
original patch and getting data a better way
mysql-test/r/mysqlcheck.result:
Verify that tables that have NULL/unreadable engine types are
processed and not interpreted as views.
mysql-test/t/mysqlcheck.test:
Verify that tables that have NULL/unreadable engine types are
processed and not interpreted as views.
2008-01-23 11:37:46 -05:00
..
2007-11-12 13:00:22 +04:00
2007-07-27 14:30:25 +05:00
2007-11-21 11:11:22 +04:00
2007-06-24 19:44:54 +05:00
2007-11-27 21:30:00 +04:00
2007-08-29 12:44:43 +02:00
2007-10-10 16:26:02 +03:00
2007-12-19 21:31:04 +01:00
2007-11-12 13:13:43 +01:00
2007-06-25 22:44:22 -07:00
2007-06-19 09:56:19 +02:00
2007-10-29 15:20:59 +02:00
2007-11-06 13:53:26 +02:00
2007-11-06 20:31:40 +02:00
2007-07-09 08:11:38 +02:00
2007-06-07 19:21:01 +02:00
2007-08-07 11:40:03 +02:00
2007-10-29 12:20:21 +04:00
2007-12-01 15:25:24 +03:00
2007-07-19 13:51:31 +05:00
2007-04-09 17:53:10 +05:00
2007-08-29 14:50:32 -06:00
2007-07-13 13:56:22 +03:00
2007-07-26 03:33:43 +05:00
2007-10-25 17:23:12 -07:00
2007-08-07 05:35:20 -04:00
2007-07-04 14:21:29 +05:00
2007-07-09 01:23:33 +04:00
2007-06-07 19:18:01 +02:00
2007-11-28 10:55:13 +04:00
2007-10-01 15:35:42 +05:00
2007-07-04 12:04:57 +05:00
2007-06-07 17:55:55 +05:00
2007-06-07 17:55:55 +05:00
2007-08-07 19:25:45 +05:00
2007-11-05 14:37:00 +01:00
2007-02-19 13:57:06 +03:00
2007-06-22 17:28:26 +05:00
2007-06-07 19:18:01 +02:00
2007-12-04 20:58:21 -07:00
2007-10-30 12:21:44 +04:00
2007-05-16 10:44:59 +02:00
2007-02-12 15:41:36 +04:00
2007-11-29 08:24:52 +04:00
2007-12-04 11:32:11 +01:00
2007-10-18 15:19:04 +03:00
2007-11-28 09:48:06 +01:00
2007-04-10 16:55:48 +03:00
2007-06-14 23:23:30 +02:00
2007-06-07 00:59:08 -07:00
2007-06-07 00:59:08 -07:00
2007-06-18 16:35:01 +03:00
2007-11-16 13:58:09 +03:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-06-28 16:03:01 -07:00
2007-11-30 17:08:00 +04:00
2007-04-04 15:40:40 +02:00
2007-02-06 14:19:07 +01:00
2007-03-23 12:35:30 +01:00
2007-06-14 23:23:30 +02:00
2007-11-22 10:18:19 -02:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-04-02 17:26:39 +05:00
2007-11-02 12:58:20 +04:00
2007-05-30 00:33:12 +04:00
2007-03-05 10:03:42 +01:00
2007-03-05 10:03:42 +01:00
2007-10-29 14:53:10 +04:00
2007-11-01 18:36:24 +02:00
2007-02-12 13:59:29 -07:00
2007-06-09 17:13:33 +05:00
2007-10-01 12:51:59 +03:00
2007-12-13 15:47:23 +04:00
2007-10-30 12:21:44 +04:00
2007-10-12 11:46:48 +02:00
2007-11-23 16:30:06 +04:00
2007-11-05 18:12:42 +04:00
2007-11-16 17:43:15 +01:00
2007-10-05 15:41:56 +05:00
2007-11-24 15:02:29 +04:00
2007-09-27 12:15:19 +03:00
2007-09-20 18:10:35 +02:00
2007-02-26 11:49:24 +01:00
2007-12-07 03:39:37 -07:00
2007-06-15 11:15:22 -06:00
2007-11-09 19:12:12 +03:00
2007-11-20 16:07:24 +02:00
2007-08-27 10:37:12 -03:00
2007-07-21 12:34:18 -07:00
2007-10-19 13:04:30 -07:00
2007-05-31 14:54:44 +04:00
2007-03-20 19:36:11 +01:00
2007-02-23 20:24:32 +03:00
2007-07-14 22:02:10 +04:00
2007-08-29 11:53:15 +02:00
2007-03-23 19:24:03 +01:00
2007-10-29 14:45:35 +04:00
2007-03-20 17:53:55 +04:00
2007-02-19 10:08:27 +01:00
2007-10-10 16:26:02 +03:00
2007-12-13 14:52:49 +04:00
2007-07-30 17:14:34 +04:00
2007-08-27 10:13:54 -03:00
2007-02-15 15:39:03 +01:00
2007-02-19 13:57:06 +03:00
2007-10-13 15:49:42 +03:00
2007-06-07 19:18:01 +02:00
2007-09-21 12:09:00 +04:00
2007-06-12 01:41:23 +04:00
2007-12-02 14:11:36 +03:00
2007-07-11 18:45:35 -07:00
2007-05-26 10:33:01 -07:00
2007-06-15 11:15:22 -06:00
2007-05-31 20:04:54 +02:00
2007-10-26 15:37:38 +05:00
2007-02-07 14:22:19 -08:00
2007-02-24 13:12:20 +03:00
2007-06-21 21:39:52 -04:00
2007-05-18 12:08:07 +05:00
2007-08-28 16:44:31 +02:00
2007-11-28 10:18:01 -02:00
2007-02-24 13:12:20 +03:00
2007-06-11 23:06:20 +04:00
2007-06-11 23:06:20 +04:00
2007-06-11 23:06:20 +04:00
2007-04-30 23:16:46 +02:00
2007-04-30 23:16:46 +02:00
2007-04-30 23:16:46 +02:00
2007-11-13 11:39:52 +02:00
2007-12-13 14:52:49 +04:00
2007-06-20 14:21:48 +05:00
2007-10-13 15:49:42 +03:00
2007-10-13 15:49:42 +03:00
2007-12-13 14:52:49 +04:00
2007-11-07 12:55:28 +04:00
2007-11-02 13:40:34 +03:00
2007-11-02 13:40:34 +03:00
2007-05-19 18:15:08 +02:00
2007-10-04 13:06:01 +05:00
2007-08-07 11:40:03 +02:00
2007-06-07 19:18:01 +02:00
2007-02-22 15:28:42 +03:00
2007-06-07 19:18:01 +02:00
2007-11-09 13:43:09 +01:00
2008-01-23 11:37:46 -05:00
2007-08-31 16:59:07 +05:00
2007-08-31 16:59:07 +05:00
2007-10-03 11:36:42 +05:00
2007-10-05 19:28:09 +02:00
2007-09-24 12:42:44 +02:00
2007-09-24 12:42:44 +02:00
2007-11-05 20:18:22 +01:00
2007-04-05 09:12:30 +02:00
2007-06-14 18:40:32 +02:00
2007-10-26 08:42:33 +02:00
2007-03-21 09:13:05 +01:00
2007-08-14 15:07:17 +10:00
2007-10-04 11:32:49 +02:00
2007-06-15 11:15:22 -06:00
2007-11-05 20:18:22 +01:00
2007-02-21 13:02:57 +02:00
2007-02-26 11:49:24 +01:00
2007-08-13 15:59:08 +02:00
2007-08-07 18:07:57 +00:00
2007-03-08 15:37:53 +07:00
2007-06-17 22:04:01 +02:00
2007-04-16 14:07:31 +02:00
2007-04-04 12:50:39 +02:00
2007-10-02 13:36:13 +02:00
2007-10-10 20:14:29 +05:00
2007-11-21 20:53:44 +04:00
2007-04-11 23:42:53 +02:00
2007-06-01 17:49:01 +04:00
2007-11-20 20:15:20 +04:00
2007-05-17 14:17:50 -06:00
2007-02-26 11:49:24 +01:00
2007-08-28 11:16:03 -06:00
2007-06-22 11:55:48 +02:00
2007-11-10 18:27:57 +04:00
2007-08-21 13:43:09 +02:00
2007-08-21 17:47:06 +02:00
2007-12-13 13:38:22 +03:00
2007-12-10 16:16:21 +01:00
2007-10-17 10:32:05 +04:00
2007-06-01 17:49:01 +04:00
2007-06-07 19:18:01 +02:00
2007-06-07 19:18:01 +02:00
2007-06-20 12:46:56 +03:00
2007-04-12 14:00:45 +02:00
2007-11-05 17:20:10 +02:00
2007-10-10 12:21:11 +05:00
2007-06-21 16:55:52 +02:00
2007-03-29 14:16:28 +02:00
2007-07-26 16:59:21 +03:00
2007-02-08 15:53:14 +01:00
2007-02-08 15:53:14 +01:00
2007-02-08 15:53:14 +01:00
2007-03-01 11:52:25 +04:00
2007-06-01 18:04:25 +04:00
2007-06-15 16:09:28 +05:00
2007-07-09 13:18:27 -06:00
2007-03-05 10:03:42 +01:00
2007-08-29 19:57:10 +03:00
2007-08-03 14:14:33 +03:00
2007-02-26 15:25:43 +04:00
2007-07-05 13:09:56 +05:00
2007-07-27 18:42:25 +05:00
2007-06-22 09:28:38 +05:00
2007-10-26 18:52:58 +02:00
2007-10-26 18:52:58 +02:00
2007-10-21 18:37:37 +03:00
2007-08-28 11:34:43 +02:00
2007-11-05 17:20:10 +02:00
2007-08-06 04:57:28 -07:00
2007-05-24 15:35:43 +05:00
2007-05-31 17:30:56 +05:00
2007-11-18 00:02:55 +04:00
2007-09-24 12:42:44 +02:00
2007-09-24 12:42:44 +02:00
2007-08-01 11:41:13 +05:00
2007-08-02 18:23:23 +05:00
2007-11-09 13:29:43 +03:00
2007-08-22 15:43:16 +03:00
2007-06-14 23:23:30 +02:00
2007-06-07 22:23:47 +02:00
2007-08-07 11:40:03 +02:00
2007-06-22 11:55:48 +02:00
2007-10-15 19:15:38 -06:00
2007-07-27 16:56:29 +02:00
2007-03-23 14:12:11 +03:00
2007-02-19 13:57:06 +03:00
2007-05-16 14:25:38 +02:00
2007-10-16 11:16:31 -06:00
2007-07-17 14:43:56 -04:00
2007-03-05 10:03:42 +01:00
2007-03-05 10:03:42 +01:00
2007-07-12 22:06:33 -04:00
2007-03-05 10:03:42 +01:00
2007-08-28 18:51:03 +03:00
2007-06-02 00:57:25 +02:00
2007-06-02 00:57:25 +02:00
2007-06-06 18:55:21 +05:00
2007-11-26 14:02:02 +02:00
2007-11-12 21:54:04 +04:00
2007-04-04 15:40:40 +02:00
2007-04-04 15:40:40 +02:00
2007-03-22 10:56:47 +01:00
2007-02-26 09:24:03 +01:00
2007-07-12 22:26:41 +04:00
2007-07-18 14:42:06 +04:00
2007-04-17 12:32:01 +02:00
2007-11-21 22:56:42 +04:00
2007-11-19 21:34:21 +04:00
2007-11-07 18:02:12 +02:00
2007-12-13 14:52:49 +04:00
2007-10-29 15:39:56 +04:00
2007-07-22 18:26:16 -07:00
2007-12-01 10:48:41 +03:00
2007-11-17 19:05:31 +01:00
2007-04-02 15:01:19 +05:00
2007-07-15 21:51:36 +04:00
2007-02-23 18:05:32 +01:00
2007-03-29 09:08:30 +05:00
2007-11-27 17:16:52 +02:00
2007-03-21 21:54:38 +03:00
2007-04-23 18:22:33 +04:00
2007-06-07 19:18:01 +02:00
2007-06-03 14:46:09 +04:00
2007-04-12 18:03:26 -04:00
2007-12-19 21:31:04 +01:00
2007-09-29 01:07:29 +00:00
2007-10-10 12:16:13 +05:00
2007-02-24 13:12:20 +03:00
2007-03-23 22:16:32 +02:00
2007-04-23 17:15:51 +03:00
2007-02-26 11:49:24 +01:00