Sergei Golubchik
|
dcc35b666a
|
extract privilege tests from delete_returning.test into delete_returning_grant.test
that is not run for embedded server
|
2013-09-25 19:41:53 +02:00 |
|
Sergey Petrunya
|
8d8ad548b3
|
MDEV-4919: Packets out of order on a SELECT after calling a procedure with DELETE .. RETURNING
- Let sp_get_flags_for_command() set sp_head::MULTI_RESULTS for DELETE ... RETURNING,
like it does for all statements that return a resultset.
|
2013-08-21 13:51:21 +04:00 |
|
Igor Babaev
|
7c85205d19
|
Fixed bug mdev-4918.
The function SELECT_LEX::mark_const_derived() must take into account that
in DELETE ... RETURNING join == NULL.
|
2013-08-18 12:29:06 -07:00 |
|
Igor Babaev
|
86d62605e8
|
MWL#205 DELETE with result set (mdev-3814)
Includes all post-review fixes as well.
|
2013-08-06 13:31:38 -07:00 |
|