Chad MILLER
aa449c1053
Bug#39559: dump of stored procedures / functions with C-style \
...
comment can't be read back
A change to the lexer in 5.1 caused slash-asterisk-bang-version
sections to be terminated early if there exists a slash-asterisk-
style comment inside it. Nesting comments is usually illegal,
but we rely on versioned comment blocks in mysqldump, and the
contents of those sections must be allowed to have comments.
The problem was that when encountering open-comment tokens and
consuming -or- passing through the contents, the "in_comment"
state at the end was clobbered with the not-in-a-comment value,
regardless of whether we were in a comment before this or not.
So, """/*!VER one /* two */ three */""" would lose its in-comment
state between "two" and "three". Save the echo and in-comment
state, and restore it at the end of the comment if we consume a
comment.
2009-04-09 22:18:18 -04:00
..
2009-03-06 15:56:17 +01:00
2008-12-09 17:31:22 +04:00
2008-03-14 17:59:03 +01:00
2009-02-05 13:49:32 +04:00
2009-02-09 22:00:15 +01:00
2009-01-15 14:58:32 +03:00
2009-01-31 22:04:57 -02:00
2009-02-05 21:47:23 +01:00
2008-07-18 15:00:45 +03:00
2008-02-19 14:43:01 +03:00
2008-09-18 15:55:36 +03:00
2009-02-09 22:00:15 +01:00
2008-08-15 14:48:14 -04:00
2008-08-15 14:48:14 -04:00
2008-08-15 14:48:14 -04:00
2008-08-15 14:48:14 -04:00
2009-03-06 15:56:17 +01:00
2009-03-03 21:34:18 +01:00
2009-01-23 13:22:05 +01:00
2009-02-05 13:49:32 +04:00
2009-01-23 13:22:05 +01:00
2008-09-20 02:21:28 -04:00
2008-03-07 15:28:51 +04:00
2008-02-04 11:10:40 +04:00
2008-02-04 11:10:40 +04:00
2008-12-01 13:34:53 +02:00
2008-12-01 13:34:53 +02:00
2008-02-04 11:10:40 +04:00
2008-04-23 02:14:58 +05:00
2008-02-11 16:28:33 +04:00
2009-02-02 17:25:42 +04:00
2008-02-04 11:10:40 +04:00
2008-02-20 19:49:26 +01:00
2008-12-23 18:21:01 +04:00
2008-02-20 19:49:26 +01:00
2008-11-21 17:32:45 +04:00
2009-01-13 23:29:11 +01:00
2009-03-04 13:45:49 +01:00
2009-03-04 13:45:49 +01:00
2008-09-03 12:32:43 +05:00
2009-02-03 15:16:24 -02:00
2009-03-03 21:34:18 +01:00
2009-02-19 18:09:35 -03:00
2008-10-29 18:38:18 +01:00
2009-03-04 13:45:49 +01:00
2008-04-03 10:27:56 +02:00
2008-02-22 21:28:59 +01:00
2008-08-18 13:05:51 +02:00
2009-03-11 17:30:56 -03:00
2008-05-09 09:43:02 +02:00
2008-04-09 09:43:20 +02:00
2008-04-09 09:43:20 +02:00
2008-12-16 19:09:09 +01:00
2008-11-14 17:18:20 +01:00
2008-05-09 09:43:02 +02:00
2008-08-04 12:38:50 +02:00
2009-03-11 14:29:59 +02:00
2008-08-04 21:54:44 +02:00
2009-03-03 21:34:18 +01:00
2009-03-03 21:34:18 +01:00
2009-03-06 15:56:17 +01:00
2008-03-23 20:35:00 +04:00
2008-12-17 17:24:34 +04:00
2008-12-17 17:24:34 +04:00
2009-02-12 14:10:07 +04:00
2009-01-31 14:10:43 -02:00
2008-05-13 20:27:46 +05:00
2008-05-01 14:54:59 +03:00
2009-02-26 18:17:06 +01:00
2008-12-12 17:16:25 +04:00
2008-12-31 15:55:04 +04: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
2008-04-09 15:56:25 +02:00
2009-02-06 18:25:08 +01:00
2009-02-13 19:20:56 +03:00
2009-01-23 13:22:05 +01:00
2009-02-15 12:47:04 +03:00
2009-02-27 09:41:39 +02:00
2009-02-02 22:20:25 +01:00
2009-02-09 22:00:15 +01:00
2009-01-13 13:09:12 +02:00
2009-02-26 18:17:06 +01:00
2008-06-27 23:50:53 +05:00
2009-02-27 17:07:27 +02:00
2009-01-16 17:38:38 +02:00
2008-10-02 14:37:07 +05:00
2008-03-14 14:12:39 +04:00
2008-11-13 16:11:51 +04:00
2009-02-09 22:00:15 +01:00
2009-03-03 21:34:18 +01:00
2009-02-01 11:18:09 +02:00
2008-02-22 16:56:34 -07:00
2009-01-31 14:10:43 -02:00
2008-08-07 18:25:24 -06:00
2009-01-08 10:31:34 -02:00
2008-12-14 13:31:13 -07:00
2008-12-14 13:31:13 -07:00
2009-02-20 16:56:32 +01:00
2009-02-09 19:03:52 +04:00
2009-02-09 19:03:52 +04:00
2009-01-09 14:04:47 +02:00
2009-01-09 14:04:47 +02:00
2009-02-20 11:12:06 +02:00
2009-02-20 11:50:50 +02:00
2008-07-10 18:09:39 +02:00
2008-11-13 20:19:00 +01:00
2009-03-11 18:18:44 -06:00
2008-06-03 13:25:41 +02:00
2009-01-13 15:14:11 +01:00
2009-01-13 15:14:11 +01:00
2009-01-23 13:22:05 +01:00
2008-09-10 12:50:39 +02:00
2008-10-06 08:37:52 -04:00
2008-03-27 17:43:17 +01:00
2008-03-13 14:54:29 -03:00
2008-10-15 18:34:51 -03:00
2008-10-23 21:27:09 +02:00
2009-03-06 15:56:17 +01:00
2009-02-02 22:20:25 +01:00
2009-03-05 15:22:33 +01:00
2009-01-23 13:22:05 +01:00
2009-03-11 17:30:56 -03:00
2009-02-13 16:12:59 -05:00
2009-02-17 18:22:48 +04:00
2009-02-18 16:09:46 +04:00
2008-02-07 12:04:19 +01:00
2009-03-04 14:48:07 +05:30
2008-10-10 15:13:12 +05:00
2008-11-19 19:17:26 +01:00
2008-11-19 19:17:26 +01:00
2008-05-18 14:21:25 +05:00
2008-05-18 14:21:25 +05:00
2009-02-09 22:00:15 +01:00
2008-09-06 08:51:17 +08:00
2009-01-30 15:44:49 +02:00
2008-02-25 07:48:02 -03:00
2008-11-13 20:19:00 +01:00
2008-07-18 13:24:59 +03:00
2009-03-02 11:22:38 +01:00
2008-03-25 18:40:49 +01:00
2008-07-28 15:15:20 +08:00
2008-12-13 19:42:12 +00:00
2008-08-20 19:06:31 +05:00
2008-08-20 19:06:31 +05:00
2008-09-06 12:49:43 +08:00
2008-09-06 12:49:43 +08:00
2009-03-06 15:56:17 +01:00
2009-01-23 13:22:05 +01:00
2009-03-02 11:03:13 +01:00
2008-09-19 16:24:32 +03:00
2008-03-07 11:15:49 +02:00
2008-03-07 11:15:49 +02:00
2009-03-12 11:39:40 -04:00
2009-03-06 15:56:17 +01:00
2009-01-31 22:04:57 -02:00
2008-03-03 20:35:44 +03:00
2009-02-05 13:49:32 +04:00
2009-02-03 14:45:17 +01:00
2008-10-16 23:04:31 +05:00
2009-02-03 14:45:17 +01:00
2009-02-05 21:47:23 +01:00
2009-02-09 22:00:15 +01:00
2008-07-14 15:41:30 -06:00
2009-04-09 22:18:18 -04:00
2008-02-25 21:18:50 +01:00
2009-02-18 21:29:30 +01:00
2008-06-03 13:25:41 +02:00
2008-12-16 12:44:18 +01:00
2009-01-13 23:12:16 +01:00
2008-12-10 19:29:22 +01:00
2008-11-14 23:51:17 +01:00
2008-10-10 20:12:38 +02:00
2009-01-23 13:22:05 +01:00
2008-11-12 19:51:47 +02:00
2008-12-28 12:33:49 +01:00
2008-09-18 22:49:34 +03:00
2008-08-26 16:31:30 +02:00
2009-02-18 21:10:19 +01:00
2008-11-28 17:12:43 +04:00
2008-02-24 14:12:17 +01:00
2008-09-10 12:50:39 +02:00
2008-05-30 11:12:07 +02:00
2008-10-08 14:23:53 +03:00
2008-07-03 23:41:22 +04:00
2008-08-13 21:42:21 +02:00
2009-02-25 16:53:49 +01:00
2009-02-23 09:03:31 +01:00
2009-02-19 18:09:35 -03:00
2008-07-24 11:14:34 -03:00
2009-02-13 17:26:20 -02:00
2009-01-30 15:44:49 +02:00
2008-03-27 03:18:46 +01:00
2008-04-08 10:20:58 +05:00
2009-03-06 15:56:17 +01:00
2009-02-11 10:27:52 +01:00
2008-05-30 11:12:07 +02:00
2009-02-19 17:20:44 +04:00
2009-03-16 09:02:10 +04:00
2009-03-06 15:56:17 +01:00
2008-08-29 17:20:08 +03:00
2008-08-29 17:20:08 +03:00
2009-03-10 16:54:24 +01:00
2009-03-06 15:56:17 +01:00
2008-03-25 17:35:34 -06:00
2008-04-08 16:51:26 +02:00
2008-10-23 21:27:09 +02:00
2009-03-06 15:56:17 +01:00
2009-02-05 21:47:23 +01:00
2008-11-12 19:51:47 +02:00
2008-02-24 13:58:07 +01:00
2009-03-03 21:34:18 +01:00
2009-03-03 21:34:18 +01:00
2009-03-03 21:34:18 +01:00
2008-12-17 17:23:21 +04:00
2009-03-06 15:56:17 +01:00
2009-03-05 08:20:01 -03:00
2009-01-28 22:48:41 +04:00
2008-07-07 11:43:56 +03:00
2008-03-07 21:14:34 +03:00
2009-02-09 22:00:15 +01:00
2008-12-13 19:42:12 +00:00
2009-02-05 21:47:23 +01:00
2009-02-02 13:36:03 +02:00
2008-08-04 07:04:47 +02:00
2008-08-04 07:04:47 +02:00
2008-02-22 12:30:17 +04:00
2009-01-07 10:11:37 -02:00
2008-07-10 18:09:39 +02:00
2008-12-01 16:18:35 +02:00
2009-02-05 21:47:23 +01:00
2008-02-28 12:21:44 +01:00
2009-02-19 18:24:25 -05:00
2008-10-07 19:54:12 +03:00
2008-05-30 11:12:07 +02:00
2009-03-11 14:54:57 -06:00
2008-12-09 17:31:22 +04:00
2008-05-30 11:12:07 +02:00
2009-01-13 15:04:28 +01:00
2009-02-13 19:07:03 +01:00
2008-04-25 00:39:37 +04:00
2009-02-14 18:36:57 +03:00
2008-11-17 19:43:10 +04:00
2008-09-05 18:21:59 +03:00
2009-01-31 02:08:41 +01:00
2008-11-20 08:51:48 +01:00
2008-11-28 20:36:07 +04:00
2008-02-28 12:21:44 +01:00
2009-03-03 21:34:18 +01:00
2009-01-24 18:07:10 +04:00
2008-08-04 07:04:47 +02:00
2008-02-26 12:03:59 -03:00
2008-02-15 12:54:04 +00:00
2008-12-13 19:42:12 +00:00
2009-03-12 17:55:10 +01:00
2009-03-06 15:56:17 +01:00
2009-03-06 15:56:17 +01:00
2009-03-06 15:56:17 +01:00
2008-12-17 19:45:34 +04:00
2009-02-05 13:49:32 +04:00
2009-02-12 11:52:01 +02:00
2009-03-03 21:34:18 +01:00
2009-02-04 15:40:12 +04:00