unknown
6eced1b857
Fix for bug #29131 : SHOW VARIABLES reports variable 'log' but SET
...
doesn't recognize it
This is a 5.0 version of the patch, it will be null-merged to 5.1
Problem:
'log' and 'log_slow_queries' were "fixed" variables, i.e. they showed up
in SHOW VARIABLES, but could not be used in expressions like
"select @@log". Also, using them in the SET statement produced an
incorrect "unknown system variable" error.
Solution:
Make 'log' and 'log_slow_queries' read-only dynamic variables to make
them available for use in expressions, and produce a correct error
about the variable being read-only when used in the SET statement.
mysql-test/r/variables.result:
Added a test case for bug #29131 .
mysql-test/t/variables.test:
Added a test case for bug #29131 .
sql/mysql_priv.h:
Changed the type of opt_log and opt_slow_log to my_bool to
align with the interfaces in set_var.cc
sql/mysqld.cc:
Changed the type of opt_log and opt_slow_log to my_bool to
align with the interfaces in set_var.cc
sql/set_var.cc:
Made 'log' and 'log_slow_queries' to be read-only dynamic system
variable, i.e. available for use in expressions with the @@var syntax.
sql/set_var.h:
Added a new system variable class representing a read-only boolean
variable.
2007-10-25 14:02:27 +04:00
..
2007-07-27 14:30:25 +05:00
2007-06-24 19:44:54 +05:00
2007-06-27 13:19:34 +05:00
2007-08-29 12:44:43 +02:00
2007-05-17 19:38:34 +03:00
2007-07-30 21:05:56 +05:00
2007-06-25 22:44:22 -07:00
2007-06-19 09:56:19 +02:00
2007-06-07 20:25:22 +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-07-20 00:06:35 +04: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-06-15 11:19:35 +05: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-07-04 16:17:40 +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-06-28 13:34:44 +05:00
2007-06-22 17:28:26 +05:00
2007-06-07 19:18:01 +02:00
2007-10-11 16:07:10 +05:00
2007-10-15 18:40:58 +05:00
2007-05-16 10:44:59 +02:00
2007-09-11 02:41:42 +04:00
2007-05-31 10:20:58 +02: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-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-06-28 16:03:01 -07:00
2007-08-08 11:34:35 +04:00
2007-04-04 15:40:40 +02:00
2007-06-14 23:23:30 +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-04-18 12:39:04 +05:00
2007-05-30 00:33:12 +04:00
2007-07-19 20:21:23 +04:00
2007-10-08 12:57:43 +03:00
2007-06-09 17:13:33 +05:00
2007-10-01 12:51:59 +03:00
2007-10-09 11:36:05 +02:00
2007-10-11 11:29:26 +03:00
2007-05-16 10:44:59 +02:00
2007-10-21 21:45:31 +04:00
2007-10-09 14:58:09 +02:00
2007-10-05 15:41:56 +05:00
2007-10-05 16:33:08 +05:00
2007-09-27 12:15:19 +03:00
2007-06-01 13:39:54 +02:00
2007-06-15 11:15:22 -06:00
2007-08-27 17:33:41 +02:00
2007-06-23 23:33:55 -07:00
2007-08-27 10:37:12 -03:00
2007-07-21 12:34:18 -07:00
2007-05-31 14:54:44 +04:00
2007-07-14 22:02:10 +04:00
2007-08-29 11:53:15 +02:00
2007-10-05 12:29:02 +05:00
2007-09-14 17:43:14 +03:00
2007-07-30 17:14:34 +04:00
2007-08-27 10:13:54 -03:00
2007-07-18 16:22:05 +04: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-05-16 09:51:05 +04: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-05-22 15:58:30 +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-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-06-06 04:42:41 +05:00
2007-06-20 14:21:48 +05:00
2007-07-30 18:27:36 +03:00
2007-06-01 11:14:04 +03:00
2007-08-29 14:44:23 +02:00
2007-05-19 18:15:08 +02:00
2007-09-04 14:38:26 -06:00
2007-08-07 11:40:03 +02:00
2007-06-07 19:18:01 +02:00
2007-06-07 19:18:01 +02:00
2007-08-01 15:27:03 +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-08-13 15:46:11 +02:00
2007-04-05 09:12:30 +02:00
2007-06-14 18:40:32 +02:00
2007-05-28 13:23:11 +02:00
2007-08-14 15:07:17 +10:00
2007-06-15 11:15:22 -06:00
2007-05-09 14:14:27 +02:00
2007-08-13 15:59:08 +02:00
2007-08-07 18:07:57 +00: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-10 20:14:29 +05:00
2007-10-01 20:03:50 +00:00
2007-04-11 23:42:53 +02:00
2007-06-01 17:49:01 +04:00
2007-05-17 14:17:50 -06:00
2007-08-28 11:16:03 -06:00
2007-06-22 11:55:48 +02:00
2007-08-29 12:47:00 +02:00
2007-08-21 13:43:09 +02:00
2007-08-21 17:47:06 +02:00
2007-03-31 00:48:31 +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-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-06-01 18:04:25 +04:00
2007-06-15 16:09:28 +05:00
2007-07-09 13:18:27 -06:00
2007-06-01 13:39:54 +02:00
2007-08-03 14:14:33 +03: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-08-28 11:34:43 +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-09-15 07:04:32 +02:00
2007-08-01 11:41:13 +05:00
2007-08-02 18:23:23 +05:00
2007-06-07 19:18:01 +02: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-06-22 11:55:48 +02:00
2007-07-27 16:56:29 +02:00
2007-05-16 14:25:38 +02:00
2007-09-12 23:41:35 +05:00
2007-07-17 14:43:56 -04:00
2007-07-12 22:06:33 -04: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-06-29 10:39:17 +03:00
2007-07-13 16:32:29 +03:00
2007-04-04 15:40:40 +02:00
2007-04-04 15:40:40 +02: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-09-14 14:53:13 +04:00
2007-10-04 09:15:26 +02:00
2007-09-22 11:49:27 +04:00
2007-10-08 03:48:59 +05:00
2007-07-22 18:26:16 -07:00
2007-05-28 12:44:59 +04:00
2007-07-07 15:45:28 -07:00
2007-04-02 15:01:19 +05:00
2007-07-15 21:51:36 +04:00
2007-06-18 17:55:12 -04: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-10-25 14:02:27 +04:00
2007-09-29 01:07:29 +00:00
2007-10-10 12:16:13 +05:00
2007-06-27 14:04:29 +02:00
2007-07-02 14:22:03 -04:00
2007-04-23 17:15:51 +03:00