mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -338,7 +338,7 @@ static void del_dbopt(const char *path)
|
||||
static bool write_db_opt(THD *thd, const char *path,
|
||||
Schema_specification_st *create)
|
||||
{
|
||||
register File file;
|
||||
File file;
|
||||
char buf[256]; // Should be enough for one option
|
||||
bool error=1;
|
||||
|
||||
|
Reference in New Issue
Block a user