mirror of https://github.com/MariaDB/server
Browse Source
The function generate_derived_keys_for_table should set the value of the number of keys for the derived table to 0 before it starts generating key definitions for the table. It's important as the function can be called twice by the optimizer for a derived table if the query contains a subquery to which the IN-EXIST transformation is applicable. Fixed a valgrind complain.pull/374/head
3 changed files with 58 additions and 2 deletions
Loading…
Reference in new issue