1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/mysql-test/t
Marc Alff f3ff1aeb9c Bug#26030 (Parsing fails for stored routine w/multi-statement execution
enabled)

Before this fix, the lexer and parser would treat the ';' character as a
different token (either ';' or END_OF_INPUT), based on convoluted logic,
which failed in simple cases where a stored procedure is implemented as a
single statement, and used in a multi query.

With this fix:
- the character ';' is always parsed as a ';' token in the lexer,
- parsing multi queries is implemented in the parser, in the 'query:' rules,
- the value of thd->client_capabilities, which is the capabilities
  negotiated between the client and the server during bootstrap,
  is immutable and not arbitrarily modified during parsing (which was the
  root cause of the bug)
2008-07-07 10:00:08 -06:00
..
2007-08-29 12:44:43 +02:00
2008-01-27 16:41:29 +01:00
2007-11-06 13:53:26 +02:00
2007-11-06 20:31:40 +02:00
2007-08-07 05:35:20 -04:00
2007-11-30 18:06:28 +01: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-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-11-24 15:02:29 +04:00
2008-03-27 09:37:20 -03:00
2007-07-11 18:45:35 -07:00
2007-06-21 21:39:52 -04:00
2008-03-28 23:39:47 +03:00
2007-06-20 14:21:48 +05:00
2007-11-02 13:40:34 +03:00
2007-11-02 13:40:34 +03:00
2008-06-24 21:03:17 +05:00
2007-08-31 16:59:07 +05:00
2007-08-31 16:59:07 +05:00
2008-03-02 21:20:36 +03:00
2007-11-05 20:18:22 +01:00
2007-10-26 08:42:33 +02:00
2008-01-27 16:41:29 +01:00
2007-11-05 20:18:22 +01:00
2008-01-22 14:18:47 +01:00
2007-11-20 20:15:20 +04:00
2007-11-30 18:06:28 +01:00
2007-06-21 16:55:52 +02:00
2007-09-24 12:42:44 +02:00
2007-08-22 15:43:16 +03:00
2008-01-23 13:26:41 -07:00
2007-06-06 18:55:21 +05:00
2008-06-25 16:59:38 +02:00
2008-03-03 15:02:34 +04:00
2007-04-17 12:32:01 +02:00
2007-07-22 18:26:16 -07:00
2008-03-14 20:51:32 +01:00
2007-07-15 21:51:36 +04:00
2007-06-03 14:46:09 +04:00
2008-06-27 20:56:41 +05:00
2008-03-26 22:43:12 +04:00
2008-02-07 02:33:21 +04:00
2007-04-23 17:15:51 +03:00