Commit cbb2e27d authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2615], remove extraneous printf

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@20451 c7de825b-a66e-492c-adef-691d508d4ae1
parent 39e87018
......@@ -278,7 +278,6 @@ static inline bool is_replace_into(THD* thd) {
static inline bool do_ignore_flag_optimization(THD* thd, TABLE* table, bool opt_eligible) {
uint pk_insert_mode = get_pk_insert_mode(thd);
printf("is replace into %d, insert ignore %d \n", is_replace_into(thd), is_insert_ignore(thd));
return (
opt_eligible &&
(is_replace_into(thd) || is_insert_ignore(thd)) &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment