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-01-19 23:15:59 +03:00
2007-09-20 13:54:46 +05:00
2007-05-30 09:55:38 +03:00
2007-11-21 11:11:22 +04:00
2007-03-29 11:20:08 +02:00
2007-06-24 19:44:54 +05:00
2007-11-27 21:30:00 +04:00
2007-05-30 17:04:04 +05:00
2007-06-06 04:42:41 +05:00
2007-10-10 16:26:02 +03:00
2007-12-19 21:31:04 +01:00
2007-07-26 20:52:53 +04: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-11-06 16:25:32 +02:00
2007-11-06 20:31:40 +02:00
2007-07-09 08:11:38 +02:00
2007-05-10 18:14:04 +05:00
2007-02-20 12:48:15 +01:00
2007-10-29 12:20:21 +04:00
2007-11-08 06:08:44 +01: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
2006-11-28 15:44:11 +02:00
2007-07-13 13:56:22 +03:00
2007-10-10 20:14:29 +05:00
2007-10-25 17:23:12 -07:00
2007-08-07 05:35:20 -04:00
2007-11-28 10:55:13 +04:00
2007-09-20 13:54:46 +05:00
2007-05-24 15:35:43 +05:00
2007-11-28 10:55:13 +04:00
2006-11-20 22:42:06 +02:00
2007-11-29 15:12:09 +04:00
2007-11-28 10:55:13 +04:00
2007-11-28 10:55:13 +04:00
2006-12-22 15:30:37 +03:00
2007-07-04 12:04:57 +05:00
2007-06-07 17:55:55 +05:00
2007-09-20 13:54:46 +05:00
2007-11-29 15:12:09 +04:00
2007-06-22 17:28:26 +05:00
2006-11-28 16:26:15 +04:00
2007-12-04 20:58:21 -07:00
2007-10-30 12:21:44 +04:00
2007-09-22 11:49:27 +04:00
2007-09-20 13:54:46 +05:00
2007-12-13 15:47:23 +04:00
2007-12-04 11:32:11 +01:00
2007-10-18 15:19:04 +03:00
2007-08-27 17:33:41 +02:00
2007-02-14 22:06:41 -08: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-11-30 17:08:00 +04:00
2006-11-29 12:04:29 +01:00
2007-03-23 12:35:30 +01:00
2007-01-03 03:35:57 +04:00
2006-12-08 15:22:46 +04: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-10 00:29:02 +03: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-23 18:51:43 +05:00
2007-11-23 16:30:06 +04:00
2007-11-05 18:23:55 +04:00
2007-03-10 00:29:02 +03:00
2007-11-16 17:43:15 +01:00
2007-10-10 16:26:02 +03: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-12-07 03:39:37 -07: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-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2006-11-13 16:55:05 +01:00
2007-03-05 10:03:42 +01: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-04-29 05:06:14 +05:00
2007-03-20 19:52:40 +01:00
2007-02-23 21:13:21 +03:00
2006-11-23 22:55:36 +03:00
2006-12-26 17:47:30 +04:00
2007-11-30 06:32:04 +01:00
2007-10-26 09:01:29 +02:00
2007-10-29 14:45:35 +04:00
2006-11-15 10:23:27 +01:00
2007-02-19 14:57:54 +01:00
2007-10-10 16:26:02 +03:00
2007-12-13 14:52:49 +04:00
2006-12-19 16:57:51 -07: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-12-13 14:52:49 +04:00
2006-11-13 20:06:45 +04:00
2007-09-21 12:09:00 +04:00
2007-06-12 01:41:23 +04:00
2007-12-01 15:37:25 +03:00
2007-07-11 18:45:35 -07:00
2007-05-26 10:33:01 -07:00
2007-05-04 16:47:58 +03:00
2007-11-30 06:32:04 +01:00
2007-10-26 15:37:38 +05:00
2007-02-07 14:22:19 -08:00
2007-06-21 21:39:52 -04:00
2007-05-18 12:08:07 +05:00
2007-07-06 03:43:23 +05:00
2007-11-28 10:18:01 -02:00
2007-06-06 04:42:41 +05:00
2007-06-11 23:06:20 +04:00
2007-04-30 23:16:46 +02:00
2006-11-14 19:45:52 +01:00
2007-04-30 23:16:46 +02:00
2007-11-13 11:39:52 +02:00
2007-11-26 19:35:08 +03: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-05-19 18:15:08 +02:00
2007-10-04 13:06:01 +05:00
2006-11-10 13:25:10 +01:00
2007-03-22 20:55:59 +02:00
2007-02-19 13:57:06 +03: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-07-25 19:46:50 +04:00
2007-10-03 11:36:42 +05:00
2007-08-13 15:46:11 +02:00
2007-09-24 12:42:44 +02:00
2007-11-05 20:18:22 +01:00
2007-04-03 18:44:29 +08: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-12-06 17:15:21 +01:00
2007-10-04 11:32:49 +02:00
2007-03-29 11:20:08 +02:00
2007-01-08 13:53:37 +01:00
2007-12-06 17:15:21 +01:00
2007-11-05 20:18:22 +01:00
2007-02-21 19:38:40 +02: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-01-12 23:22:41 +03:00
2007-04-04 12:50:39 +02:00
2007-01-18 13:26:48 -07:00
2007-12-06 17:15:21 +01:00
2007-05-30 17:04:04 +05:00
2007-10-10 20:14:29 +05:00
2007-11-21 20:53:44 +04:00
2007-07-25 19:46:50 +04:00
2007-04-03 22:24:57 -07:00
2007-11-20 20:15:20 +04:00
2007-05-04 14:41:58 +05:00
2007-11-30 06:32:04 +01:00
2007-08-28 11:16:03 -06:00
2007-06-06 04:42:41 +05:00
2007-09-20 13:54:46 +05:00
2007-12-06 08:46:01 +01:00
2007-12-06 08:46:01 +01:00
2007-12-06 08:46:01 +01:00
2007-12-06 08:46:01 +01:00
2007-12-06 08:46:01 +01:00
2007-12-06 08:46:01 +01:00
2007-12-13 14:52:49 +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
2006-11-10 15:05:38 +03:00
2007-10-17 10:32:05 +04:00
2007-04-20 15:31:33 +05:00
2006-11-27 19:56:04 +01:00
2007-06-20 13:15:46 +03:00
2006-11-09 14:27:34 +04:00
2006-11-28 16:26:15 +04:00
2007-04-20 14:08:12 +02:00
2007-04-12 14:00:45 +02:00
2006-11-28 20:59:57 +01:00
2006-11-30 11:08:23 +04:00
2006-11-15 10:23:27 +01:00
2007-06-06 04:42:41 +05:00
2007-10-10 12:21:11 +05:00
2007-06-21 16:55:52 +02:00
2006-11-15 10:23:27 +01:00
2007-03-29 14:21:45 +02:00
2006-11-15 10:23:27 +01: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-03-01 11:52:25 +04:00
2007-06-01 18:04:25 +04:00
2006-12-07 09:31:53 +04:00
2007-06-15 16:09:28 +05:00
2006-11-15 10:23:27 +01:00
2007-07-09 13:18:27 -06:00
2007-08-29 19:57:10 +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-21 18:37:37 +03:00
2007-01-08 22:01:06 +01:00
2007-06-15 16:09:28 +05:00
2007-02-26 09:16:22 +01:00
2007-08-06 04:57:28 -07:00
2006-11-13 15:40:22 -07:00
2007-05-24 15:35:43 +05:00
2006-11-15 10:23:27 +01: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-20 13:54:46 +05:00
2007-11-09 13:29:43 +03:00
2006-12-11 16:59:02 -07:00
2007-08-22 15:43:16 +03:00
2007-06-07 19:18:01 +02:00
2007-05-07 10:23:10 +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-01-29 19:09:30 +01:00
2007-07-12 22:06:33 -04:00
2007-08-28 18:51:03 +03:00
2007-05-30 17:04:04 +05:00
2007-01-12 23:22:41 +03:00
2007-11-21 11:40:05 +02:00
2007-06-06 18:55:21 +05:00
2007-12-02 01:48:43 +01:00
2007-11-12 21:54:04 +04:00
2007-03-22 10:56:47 +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-01-09 22:35:30 +03:00
2007-11-30 06:32:04 +01:00
2007-12-02 01:48:43 +01:00
2007-11-19 21:34:21 +04:00
2007-11-07 18:02:12 +02:00
2007-12-08 23:05:00 +02:00
2007-10-29 15:39:56 +04:00
2007-09-20 13:54:46 +05:00
2007-10-15 09:22:11 +02:00
2007-11-17 19:05:31 +01:00
2007-09-20 13:54:46 +05:00
2007-04-02 15:01:19 +05:00
2007-07-15 21:51:36 +04:00
2006-12-04 14:29:51 +02:00
2007-03-29 09:08:30 +05:00
2007-11-27 17:16:52 +02:00
2007-03-22 14:58:43 +01:00
2007-04-23 18:22:33 +04:00
2006-11-28 16:26:15 +04:00
2007-06-03 15:56:48 +04:00
2007-03-10 00:29:02 +03: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-01-10 16:55:53 +02:00
2007-05-30 17:04:04 +05:00
2007-04-23 17:15:51 +03:00