mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
fix pfs_digest* tests.
a different fix for
Bug#14069132 : STATEMENT DIGESTS DUPLICATE CALL STATEMENTS OF THE SAME NORMALIZED FORM
This commit is contained in:
parent
48c54cd355
commit
ff82741d0a
4 changed files with 81 additions and 83 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue