Details
Attachments
Issue Links
- includes
-
MDEV-32177 Add to the ps-protocol a comparison of the result sets of the first and second execution
-
- Closed
-
- relates to
-
MDEV-31175 Server crash on 2n execution of select with view and aggregate function
-
- Open
-
-
MDEV-31178 Server crash on second execution of prepare statement with in_predicate_conversion_threshold=1 (or =2)
-
- Confirmed
-
-
MDEV-31270 Wrong result on 2nd execution for PS with NULL on MAX function and IN predicate
-
- Open
-
-
MDEV-31276 Wrong warnings on 2-nd execution of PS for query with GROUP_CONCAT
-
- Closed
-
-
MDEV-31277 Wrong result on 2-nd execution of PS to select from view using derived
-
- Closed
-
-
MDEV-31281 Server crash on 2nd execution of query with window function and IN subquery
-
- Open
-
-
MDEV-31282 Second execution of prepare statement with ESCAPE clause fails with message "Incorrect arguments to ESCAPE"
-
- Open
-
-
MDEV-31307 Second excution of query "select * from t1 where a is null" where a is auto_increment column doesn't return result
-
- Open
-
-
MDEV-31359 No warning is produced on second SELECT for virtual column with arg_comparator
-
- Open
-
-
MDEV-31361 Wrong result on 2nd execution of PS for query with derived table
-
- Closed
-
For ps-protocol is added second execution for 'SELECT' queries. Also it is added ability to disable/enable (disable_ps2_protocol/enable_ps2_protocol) second execution for "ps-prototocol" in testcases.
Branch for review bb-10.4-
MDEV-31003