You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
delete a zero-length frm manually
because DROP TABLE won't do it
This commit is contained in:
@@ -298,6 +298,7 @@ static int test_frm_bug(MYSQL *mysql)
|
|||||||
|
|
||||||
fclose(test_file);
|
fclose(test_file);
|
||||||
mysql_query(mysql, "drop table if exists test_frm_bug");
|
mysql_query(mysql, "drop table if exists test_frm_bug");
|
||||||
|
unlink(test_frm);
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user