mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -18209,9 +18209,9 @@ static void test_bug40365(void)
|
||||
if (!opt_silent)
|
||||
fprintf(stdout, "\ntime[%d]: %02d-%02d-%02d ",
|
||||
i, tm[i].year, tm[i].month, tm[i].day);
|
||||
DIE_UNLESS(tm[i].year == 0);
|
||||
DIE_UNLESS(tm[i].month == 0);
|
||||
DIE_UNLESS(tm[i].day == 0);
|
||||
DIE_UNLESS(tm[i].year == 0);
|
||||
DIE_UNLESS(tm[i].month == 0);
|
||||
DIE_UNLESS(tm[i].day == 0);
|
||||
}
|
||||
mysql_stmt_close(stmt);
|
||||
rc= mysql_commit(mysql);
|
||||
|
Reference in New Issue
Block a user