1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/mysql-test/r
unknown 03db11cfda MBug#423035: error in parsing enum value for plugin variable in mysqld command-line option
Fix parsing of invalid plugin enum option value.

Previous patch to fix plugin enum option parsing on big-endian introduced another bug due
to incorrect comparison of unsigned value. This would cause an incorrect value to be
parsed as value 0.

See also MySQL Bug#41010 and Bug#32034.


mysql-test/mysql-test-run.pl:
  Add a facility for test case to run the mysqld binary (to test that invalid startup options
  are rejected correctly).
mysql-test/r/mysqld_option_err.result:
  Add a test case to check that invalid startup options for mysqld are rejected.
  This is needed to test MBug#423035.
  Also add a few other similar tests, as this was completely untested before this patch.
mysql-test/t/mysqld_option_err.test:
  Add a test case to check that invalid startup options for mysqld are rejected.
  This is needed to test MBug#423035.
  Also add a few other similar tests, as this was completely untested before this patch.
mysys/my_getopt.c:
  Fix parsing of invalid plugin enum option value.
2009-09-03 15:05:02 +02:00
..
2008-04-02 10:06:36 +02:00
2009-02-10 16:27:35 +03:00
2009-01-23 13:22:05 +01:00
2008-10-02 10:56:07 +05:00
2008-03-08 01:14:56 +04:00
2009-02-19 18:22:28 +01:00
2009-02-19 18:22:28 +01:00
2008-09-03 13:06:03 +05:00
2009-03-11 14:29:59 +02:00
2009-02-10 16:27:35 +03:00
2009-02-23 14:42:31 +02:00
2009-02-05 11:45:30 +04:00
2008-09-05 13:36:02 +05:00
2009-02-07 16:50:31 +01:00
2009-02-14 12:11:32 +03:00
2009-01-23 13:22:05 +01:00
2009-02-14 12:11:32 +03:00
2009-02-25 16:18:24 +04:00
2009-02-26 18:17:06 +01:00
2009-02-03 14:45:17 +01:00
2009-02-10 16:27:35 +03:00
2009-06-09 17:08:46 +02:00
2009-06-09 17:08:46 +02:00
2008-12-27 04:05:16 +02:00
2009-03-16 20:54:50 +01:00
2008-10-23 21:27:09 +02:00
2008-10-10 18:28:41 +03:00
2009-01-26 15:20:33 +01:00
2009-03-24 23:48:31 +03:00
2009-02-10 22:26:37 +01:00
2009-02-27 17:06:23 +02:00
2009-02-19 18:22:28 +01:00
2009-02-19 18:22:28 +01:00
2009-02-03 14:45:17 +01:00
2009-02-09 22:00:15 +01:00
2008-12-10 09:06:58 +01:00
2008-07-03 23:41:22 +04:00
2009-03-06 16:11:34 +01:00
2009-02-15 12:58:34 +02:00
2009-02-27 17:06:23 +02:00
2009-06-09 17:08:46 +02:00
2009-02-19 17:59:00 +04:00
2008-04-02 10:06:36 +02:00
2008-03-26 20:27:23 +01:00
2008-03-25 17:48:05 -06:00
2008-12-13 19:42:12 +00:00
2009-02-09 22:00:15 +01:00
2008-12-13 19:42:12 +00:00
2009-02-19 18:24:25 -05:00
2008-05-30 11:12:07 +02:00
2008-12-09 17:31:22 +04:00
2009-01-13 15:04:28 +01:00
2009-02-14 20:14:10 +03:00
2008-11-18 13:52:03 +04:00
2008-08-26 15:22:09 +05:00
2008-06-27 20:56:41 +05:00
2009-06-09 15:19:13 +02:00
2009-02-12 11:52:01 +02:00