1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-12 10:22:39 +03:00
Files
mariadb/mysql-test/r
unknown c92b534970 Fixed BUG#5000: SPs can be created with no default database.
Easy to prevent crash, but the question was how to treat this case?
  We ended up implementing the "global" SPs (i.e. with no associated
  db), which were planned but left unresolved when SPs moved into dbs.
  So now things like "call .p()" work too.


mysql-test/r/sp-error.result:
  New test case for BUG#5000, and "global" SPs in general.
mysql-test/t/sp-error.test:
  New test case for BUG#5000, and "global" SPs in general.
sql/sp.cc:
  Prevent crash when the new db is null.
sql/sp_head.cc:
  Don't set the db part of the name to thd->db, we have already set it correctly
  in the provided name struct.
  Also, don't attempt to change "no-db" when executing an SP.
sql/sql_yacc.yy:
  Added support for the "global SP" syntax, e.g ".p()".
2004-09-08 14:23:14 +02:00
..
2004-05-05 17:05:24 +03:00
2003-03-17 15:05:04 +02:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2004-03-30 02:32:41 +03:00
2004-07-09 10:55:16 +03:00
2004-03-29 17:27:30 +05:00
2004-05-13 23:47:20 +03:00
2003-11-21 01:53:01 +02:00
2004-03-29 17:27:30 +05:00
2004-02-16 10:03:25 +02:00
2004-07-07 11:29:39 +03:00
2004-07-07 11:29:39 +03:00
2004-07-20 11:00:10 +02:00
2003-06-04 19:21:51 +03:00
2004-06-26 14:21:32 +02:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2004-05-13 23:47:20 +03:00
2003-12-10 04:31:42 +00:00
2004-07-07 11:29:39 +03:00
2004-05-13 23:47:20 +03:00
2004-03-16 16:35:53 +01:00
2004-05-13 23:47:20 +03:00
2004-07-07 11:29:39 +03:00
2004-05-13 23:47:20 +03:00
2004-07-17 02:09:25 +03:00
2004-07-07 11:29:39 +03:00
2004-07-21 00:45:52 +03:00
2003-01-28 08:38:28 +02:00
2004-06-20 19:11:02 +02:00
2003-12-14 21:31:02 +01:00
2003-03-11 13:41:53 +04:00
2003-12-25 20:11:01 +04:00
2003-12-10 04:31:42 +00:00
2004-06-22 04:47:28 +04:00
2004-06-22 04:47:28 +04:00
2004-06-22 04:47:28 +04:00
2003-12-10 04:31:42 +00:00
2004-05-14 16:00:57 +02:00
2004-05-14 16:00:57 +02:00
2004-05-29 20:55:46 +04:00
2004-06-14 11:18:56 +04:00
2004-06-26 14:21:32 +02:00
2003-12-10 04:31:42 +00:00
2004-08-23 18:01:22 +03:00
2004-07-07 11:29:39 +03:00
2004-07-07 11:29:39 +03:00
2003-12-10 04:31:42 +00:00
2004-07-07 11:29:39 +03:00
2003-08-11 22:44:43 +03:00
2004-07-07 11:29:39 +03:00
2003-12-10 04:31:42 +00:00
2004-02-16 10:03:25 +02:00
2004-07-26 19:40:24 +02:00
2004-06-28 11:06:22 +02:00
2004-07-12 08:20:24 +03:00
2004-04-07 16:04:28 +02:00
2004-07-15 04:19:07 +03:00
2004-06-24 11:52:50 +00:00
2004-05-11 10:40:48 +02:00
2004-04-30 12:49:34 +02:00
2004-05-11 10:40:48 +02:00
2004-02-22 08:09:32 +02:00
2004-07-07 11:29:39 +03:00
2004-06-22 04:47:28 +04:00
2004-05-05 23:29:35 +03:00
2004-07-07 11:29:39 +03:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2004-05-13 23:47:20 +03:00
2004-07-20 16:51:30 +02:00
2003-12-10 04:31:42 +00:00
2003-08-11 22:44:43 +03:00
2003-10-08 12:01:58 +03:00
2003-10-29 14:23:35 +01:00
2004-07-20 11:00:10 +02:00
2003-12-19 16:25:50 +02:00
2003-01-03 00:04:33 +02:00
2004-07-15 04:19:07 +03:00
2004-06-21 10:21:20 +03:00
2004-06-21 10:21:20 +03:00
2004-02-11 00:06:46 +01:00
2003-03-17 15:05:04 +02:00
2004-05-05 21:24:21 +03:00
2004-02-16 10:03:25 +02:00
2004-05-05 17:05:24 +03:00
2004-03-18 00:09:13 +02:00
2004-05-24 21:12:05 +04:00
2004-05-26 17:04:45 +02:00
2003-08-11 22:44:43 +03:00
2004-07-15 04:19:07 +03:00
2004-07-07 11:29:39 +03:00
2004-07-07 11:29:39 +03:00
2004-05-17 01:52:13 +03:00
2004-07-15 04:19:07 +03:00
2004-05-19 05:09:10 +03:00
2004-07-07 11:29:39 +03:00
2004-07-15 04:19:07 +03:00
2004-07-27 00:00:01 +02:00
2004-07-15 04:19:07 +03:00
2004-07-20 11:00:10 +02:00
2004-07-20 16:51:30 +02:00
2003-12-10 04:31:42 +00:00
2003-12-17 17:35:34 +02:00
2004-06-21 10:21:20 +03:00
2004-06-21 10:24:40 +03:00
2004-02-16 10:03:25 +02:00
2003-12-10 04:31:42 +00:00
2003-12-10 04:31:42 +00:00
2004-02-16 10:03:25 +02:00
2004-07-15 04:19:07 +03:00
2004-07-22 00:57:31 +02:00