1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 8a661e77ea Issuing error about presence of commit/rollback statements in stored functions and triggers added to SP parsing procedure (BUG#13627)
The crash mentioned in original bug report is already prevented by one
of previous patches (fix for bug #13343 "CREATE|etc TRIGGER|VIEW|USER
don't commit the transaction (inconsistency)"), this patch only improve
error returning.


mysql-test/r/sp-error.result:
  Test that statements which implicitly commit transaction
mysql-test/t/sp-error.test:
  Test that statements which implicitly commit transaction
sql/sp_head.cc:
  We set the new flag about commit/rollback statements presence
sql/sp_head.h:
  The new flag about commit/rollback presence added
  A comment fixed
sql/sql_yacc.yy:
  Removed commit/rollback-statement-present errors spread by this file, only one check left which check flags of a SP
2005-11-16 14:09:06 +02:00
..
2005-06-16 10:09:05 +02:00
2005-11-02 16:28:58 +02:00
2005-10-13 19:34:15 +03:00
2005-06-27 12:25:15 +02:00
2005-10-13 11:28:06 +02:00
2005-11-09 14:47:58 +03:00
2005-11-06 02:11:12 +03:00
2005-04-11 15:11:52 +05:00
2005-11-03 16:17:11 +04:00
2005-10-21 16:58:10 +05:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-10-31 17:26:45 -08:00
2005-08-29 22:35:48 -05:00
2005-08-15 14:19:56 -07:00
2005-06-27 20:31:00 +03:00
2005-11-03 01:50:36 +03:00
2005-06-13 11:45:29 -07:00
2005-10-12 00:58:22 +03:00
2005-08-26 22:25:45 -07:00
2005-11-01 11:43:34 +04:00
2005-05-18 13:54:36 -07:00
2005-08-08 19:04:11 +05:00
2005-09-09 12:47:57 +02:00
2005-05-05 10:36:17 -07:00
2005-07-22 21:06:02 +05:00
2005-10-28 02:36:19 +03:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02:00
2005-04-11 22:36:07 +02:00
2005-05-24 15:52:48 +01:00
2005-09-14 12:24:14 +03:00
2005-11-02 17:34:40 +01:00
2005-10-12 15:19:51 +02:00
2005-05-04 10:16:03 +02:00
2005-04-21 10:59:21 +02:00
2005-08-26 22:25:45 -07:00
2005-09-15 22:21:30 +04:00
2005-05-14 16:24:36 +03:00
2005-07-28 21:39:24 +03:00
2005-08-19 11:38:14 +03:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-07-19 03:01:25 +04:00
2005-10-07 15:09:44 +05:00
2005-07-19 03:01:25 +04:00
2005-11-11 03:28:35 +03:00
2005-09-14 23:12:01 +03:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-10-10 19:38:58 +02:00
2005-10-13 00:29:23 +02:00
2005-08-11 18:42:22 +01:00
2005-10-11 16:39:35 +05:00
2005-11-10 16:32:49 +04:00
2005-11-01 19:47:53 +03:00
2005-05-02 11:45:06 -07:00
2005-11-16 02:08:20 +03:00