1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-13 21:42:58 +03:00
Files
mariadb/sql
unknown bc543f6997 Removed dummy SPSET construct.
Setting of SP local variables is now part of the existing SET syntax.

Note: This has the result that a somewhat extended syntax (from SQL-99)
is allowed. We allow a list of settings ("SET a=1, b=2, ...;"), where the
different variables can be of different types (SP local, system or user (@)).
This also means that certain optional modifiers, such as GLOBAL, are allowed
when setting an SP local variable, but then has no meaning and is ignored.


sql/lex.h:
  Removed dummy SPSET symbol.
sql/sql_yacc.yy:
  Removed dummy SPSET construct.
  Setting of SP local variables is now part of the existing SET syntax.
2003-01-10 17:14:26 +01:00
..
2003-01-09 17:41:25 +04:00
2003-01-03 03:52:53 -08:00
2002-12-28 01:01:05 +02:00
2002-12-28 01:01:05 +02:00
2003-01-06 02:04:52 +02:00
2003-01-05 20:18:49 +02:00
2003-01-06 22:07:25 +02:00
2003-01-06 22:07:25 +02:00
2003-01-03 00:04:33 +02:00
2003-01-03 00:04:33 +02:00
2002-12-05 19:38:42 +02:00
2002-11-21 15:56:48 +02:00
2002-11-21 15:56:48 +02:00
2002-12-19 15:27:46 +04:00
2003-01-04 15:40:55 +02:00
2003-01-02 12:24:33 +02:00
2003-01-03 00:04:33 +02:00
2003-01-04 15:40:55 +02:00
2003-01-04 15:40:55 +02:00
2002-12-31 18:39:16 +02:00
2003-01-02 12:24:33 +02:00
2002-12-28 01:01:05 +02:00
2003-01-09 17:56:57 +01:00
2003-01-09 17:56:57 +01:00
2002-12-20 17:14:46 +04:00
2003-01-10 17:14:26 +01:00
2002-11-21 15:56:48 +02:00
2003-01-04 15:40:55 +02:00
2003-01-03 00:04:33 +02:00
2003-01-09 17:56:57 +01:00
2003-01-06 02:04:52 +02:00
2003-01-06 22:07:25 +02:00
2003-01-06 02:04:52 +02:00
2002-12-28 01:01:05 +02:00
2002-12-28 01:01:05 +02:00
2002-08-30 12:40:40 +03:00
2002-12-19 15:27:46 +04:00
2002-12-28 01:01:05 +02:00
2003-01-06 02:04:52 +02:00
2002-12-11 09:17:51 +02:00
2003-01-03 00:04:33 +02:00
2003-01-06 22:07:25 +02:00
2003-01-03 00:04:33 +02:00
2003-01-03 00:04:33 +02:00
2003-01-03 00:04:33 +02:00
2002-12-28 01:01:05 +02:00
2003-01-03 00:04:33 +02:00
2003-01-03 00:04:33 +02:00
2002-12-24 13:58:07 +02:00
2003-01-09 17:56:57 +01:00
2003-01-09 17:56:57 +01:00
2002-12-20 17:14:46 +04:00
2002-12-28 01:01:05 +02:00
2003-01-03 00:04:33 +02:00
2003-01-09 17:56:57 +01:00
2003-01-09 17:56:57 +01:00
2002-12-08 03:19:03 +02:00
2003-01-03 00:04:33 +02:00
2002-12-28 01:01:05 +02:00
2003-01-09 17:56:57 +01:00
2002-11-21 15:56:48 +02:00
2002-12-28 01:01:05 +02:00
2002-12-18 17:17:35 +04:00
2003-01-05 20:18:49 +02:00
2003-01-03 00:04:33 +02:00
2003-01-10 17:14:26 +01:00
2002-12-28 01:01:05 +02:00
2003-01-03 00:04:33 +02:00
2003-01-06 02:04:52 +02:00
2002-12-06 21:11:27 +02:00
2002-12-19 09:38:30 +04:00
2002-11-29 16:40:18 +02:00
2002-12-05 19:38:42 +02:00
2002-10-02 17:55:12 +03:00