1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-12 10:22:39 +03:00
Files
mariadb/mysql-test/t
unknown c9232c60e2 Various bug fixes:
- Duplicate parameters/variables, conditions and cursors (not allowed).
  - ITERATE in labelled BEGIN-END (not allowed).
  - Missing SQLSTATE [VALUE] keywords in CONDITION/HANDLER declaration (added).
  - Empty BEGIN-END (now allowed).
  - End label (now optional).


include/mysqld_error.h:
  New error code for duplicate things (vars et al) in SPs.
mysql-test/r/sp-error.result:
  New error tests for ITERATE in begin-end block and duplicate variables,
  conditions and cursors.
mysql-test/r/sp.result:
  New tests for empty begin-end blocks, overriding local variables outside scope
  only, leave a begin-end block, and SQLSTATE [VALUE] words for CONDITION/HANDLER
  declarations.
mysql-test/t/sp-error.test:
  New error tests for ITERATE in begin-end block and duplicate variables,
  conditions and cursors.
mysql-test/t/sp.test:
  New tests for empty begin-end blocks, overriding local variables outside scope
  only, leave a begin-end block, and SQLSTATE [VALUE] words for CONDITION/HANDLER
  declarations.
sql/lex.h:
  New SQLSTATE keyword.
sql/share/czech/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/danish/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/dutch/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/english/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/estonian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/french/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/german/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/greek/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/hungarian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/italian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/japanese/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/korean/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/norwegian-ny/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/norwegian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/polish/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/portuguese/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/romanian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/russian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/serbian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/slovak/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/spanish/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/swedish/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/share/ukrainian/errmsg.txt:
  New error message for duplicate things (vars et al) in SPs.
sql/sp_pcontext.cc:
  Keep track on scope limits for error checking of duplicate variables,
  conditions and cursors.
sql/sp_pcontext.h:
  Keep track on scope limits for error checking of duplicate variables,
  conditions and cursors.
  Also need to flag BEGIN labels to check for illegal ITERATEs.
sql/sql_yacc.yy:
  End-labels in SPs loop and begin-end blocks are now optional.
  SQLSTATE [VALUE] added to syntax for sqlstates.
  Check for duplicate variable, condition and cursor declarations, but
  only in the same scope.
  Empty BEGIN-END statements now allowed.
  Check if ITERATE is referring to a BEGIN label.
2003-11-13 19:34:56 +01:00
..
2003-08-11 22:44:43 +03:00
2003-08-11 22:44:43 +03:00
2003-03-16 19:17:54 +02:00
2003-08-19 00:08:08 +03:00
2003-04-03 21:19:12 +03:00
2003-03-26 18:37:38 +02:00
2003-09-11 20:24:14 +03:00
2003-03-06 15:29:55 +01:00
2003-08-19 00:08:08 +03:00
2003-02-10 18:01:29 +02:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-09-16 17:14:23 +05:00
2003-05-19 16:35:49 +03:00
2003-09-24 15:26:20 +02:00
2003-06-04 19:21:51 +03:00
2003-02-08 01:12:58 +02:00
2003-08-11 22:44:43 +03:00
2003-08-11 22:44:43 +03:00
2001-04-17 21:30:02 +02:00
2003-08-11 22:44:43 +03:00
2003-08-19 00:08:08 +03:00
2003-07-03 16:48:47 +05:00
2003-07-08 15:06:05 +05:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-08-29 13:44:35 +03:00
2003-08-19 00:10:21 +03:00
2003-03-18 17:01:38 +04:00
2003-04-03 15:13:14 +05:00
2003-07-28 16:58:51 +02:00
2003-08-11 22:44:43 +03:00
2003-09-11 20:24:14 +03:00
2003-08-29 13:44:35 +03:00
2003-08-19 00:08:08 +03:00
2003-05-19 16:35:49 +03:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-05-29 17:47:31 -04:00
2003-05-19 16:35:49 +03:00
2003-10-08 21:50:05 +03:00
2003-10-22 16:10:22 +02:00
2003-08-11 22:44:43 +03:00
2003-08-11 22:44:43 +03:00
2003-08-19 00:08:08 +03:00
2003-08-19 00:08:08 +03:00
2003-08-29 13:44:35 +03:00
2003-03-16 19:17:54 +02:00
2003-09-11 19:06:23 +03:00
2003-08-11 22:44:43 +03:00
2003-08-29 13:44:35 +03:00
2003-09-24 23:25:58 +04:00
2003-10-16 03:08:40 +03:00
2003-01-18 03:13:37 +02:00
2003-08-29 13:44:35 +03:00
2001-08-18 10:49:00 +03:00
2003-08-20 16:25:44 +03:00
2003-06-26 13:23:08 +02:00
2003-10-22 16:10:22 +02:00
2003-06-04 19:21:51 +03:00
2003-09-12 04:18:07 +03:00
2003-06-05 23:19:56 +03:00
2003-05-14 01:27:26 +03:00
2003-01-22 20:08:12 +04:00
2003-08-19 00:08:08 +03:00
2003-08-11 22:44:43 +03:00
2003-10-08 12:01:58 +03:00
2003-02-04 21:52:14 +02:00
2003-08-11 22:44:43 +03:00
2003-10-08 12:01:58 +03:00
2003-05-21 21:39:58 +03:00
2003-08-11 22:44:43 +03:00
2003-10-08 12:01:58 +03:00
2003-10-03 22:14:23 +02:00
2003-06-15 12:01:51 +02:00
2003-06-15 12:01:51 +02:00
2002-08-24 02:10:49 +03:00
2001-12-12 18:55:33 -07:00
2003-08-29 13:44:35 +03:00
2003-10-07 15:42:26 +03:00
2003-08-29 13:44:35 +03:00
2003-11-13 19:34:56 +01:00
2003-11-13 19:34:56 +01:00
2003-05-21 21:39:58 +03:00
2003-07-08 11:03:30 +03:00
2003-10-22 16:10:22 +02:00
2003-08-29 13:44:35 +03:00
2003-06-10 17:53:06 +05:00
2003-08-11 22:44:43 +03:00
2003-08-11 22:44:43 +03:00
2003-08-19 00:08:08 +03:00
2003-10-20 19:13:45 +05:00
2003-09-15 10:26:48 +05:00
2003-08-19 00:08:08 +03:00
2003-03-16 19:17:54 +02:00
2003-08-19 00:08:08 +03:00
2003-10-06 20:55:06 +03:00
2003-05-19 16:35:49 +03:00
2003-10-07 15:42:26 +03:00
2003-10-22 16:10:22 +02:00
2003-08-19 00:08:08 +03:00