diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-10-07 22:17:05 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-10-14 10:29:31 +0200 |
commit | 721a9df75137bd1a41dc1547d5c615781754aec6 (patch) | |
tree | 3dd8b9de82c754dbcfd7cc4dad0c9c04c43e5920 /sql/sql_delete.cc | |
parent | 828d9ae597a88c2d4273929f5fcb1c0ae8d073e4 (diff) | |
download | mariadb-git-721a9df75137bd1a41dc1547d5c615781754aec6.tar.gz |
cleanup: formatting
comments, whitespaces
Diffstat (limited to 'sql/sql_delete.cc')
-rw-r--r-- | sql/sql_delete.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc index d39bcaea299..d0c9167a484 100644 --- a/sql/sql_delete.cc +++ b/sql/sql_delete.cc @@ -1087,7 +1087,7 @@ int mysql_prepare_delete(THD *thd, TABLE_LIST *table_list, fix_inner_refs(thd, all_fields, select_lex, select_lex->ref_pointer_array)) DBUG_RETURN(TRUE); - select_lex->fix_prepare_information(thd, conds, &fake_conds); + select_lex->fix_prepare_information(thd, conds, &fake_conds); DBUG_RETURN(FALSE); } |