Skip to content

Commit 1b54f20

Browse files
committed
WL#6263: Remove limited YEAR(2) support
Minor after-commit fix
1 parent 6d6093c commit 1b54f20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/check/mysqlcheck_core.cc

+2
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ static int rebuild_table(string name)
213213
fprintf(stderr, "Error: %s\n", mysql_error(sock));
214214
rc= 1;
215215
}
216+
else
217+
printf("%s\nRunning : %s\nstatus : OK\n", name.c_str(), query.c_str());
216218
return rc;
217219
}
218220

0 commit comments

Comments
 (0)