1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-14686 Server crashes in Item_field::used_tables on 2nd call of SP [fixes #422]

This commit is contained in:
Aleksey Midenkov
2017-12-21 10:23:56 +03:00
parent a04a283469
commit 36888cc531
6 changed files with 34 additions and 51 deletions

View File

@ -1045,8 +1045,6 @@ public:
bool in_tvc;
/** System Versioning */
private:
Item *vers_saved_where;
public:
uint versioned_tables;
int vers_setup_conds(THD *thd, TABLE_LIST *tables, COND **where_expr);