From ff82741d0a5ef4e5dbd153b2d660a9fd3070c999 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 14 Jul 2013 19:44:37 +0200 Subject: fix pfs_digest* tests. a different fix for Bug#14069132 : STATEMENT DIGESTS DUPLICATE CALL STATEMENTS OF THE SAME NORMALIZED FORM --- sql/sql_parse.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sql/sql_parse.h') diff --git a/sql/sql_parse.h b/sql/sql_parse.h index 4510ebe94e2..12d42b57618 100644 --- a/sql/sql_parse.h +++ b/sql/sql_parse.h @@ -46,9 +46,8 @@ bool insert_precheck(THD *thd, TABLE_LIST *tables); bool create_table_precheck(THD *thd, TABLE_LIST *tables, TABLE_LIST *create_table); -bool parse_sql(THD *thd, - Parser_state *parser_state, - Object_creation_ctx *creation_ctx); +bool parse_sql(THD *thd, Parser_state *parser_state, + Object_creation_ctx *creation_ctx, bool do_pfs_digest=false); void free_items(Item *item); void cleanup_items(Item *item); -- cgit v1.2.1