diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-07-14 19:44:37 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-07-14 19:44:37 +0200 |
commit | ff82741d0a5ef4e5dbd153b2d660a9fd3070c999 (patch) | |
tree | 0a479ba8cb929626949fcab1a31d7fdf439b0139 /sql/sql_parse.h | |
parent | 48c54cd35517c02bab8db7dc1c5567d636cb6d3d (diff) | |
download | mariadb-git-ff82741d0a5ef4e5dbd153b2d660a9fd3070c999.tar.gz |
fix pfs_digest* tests.
a different fix for
Bug#14069132 : STATEMENT DIGESTS DUPLICATE CALL STATEMENTS OF THE SAME NORMALIZED FORM
Diffstat (limited to 'sql/sql_parse.h')
-rw-r--r-- | sql/sql_parse.h | 5 |
1 files changed, 2 insertions, 3 deletions
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); |