mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge MySQL 5.1.44 into MariaDB.
This commit is contained in:
commit
4bf849c23c
301 changed files with 10423 additions and 2259 deletions
|
|
@ -67,6 +67,6 @@ int mysql_alter_tablespace(THD *thd, st_alter_tablespace *ts_info)
|
|||
hton_name(hton)->str,
|
||||
"TABLESPACE or LOGFILE GROUP");
|
||||
}
|
||||
write_bin_log(thd, FALSE, thd->query(), thd->query_length());
|
||||
DBUG_RETURN(FALSE);
|
||||
error= write_bin_log(thd, FALSE, thd->query(), thd->query_length());
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue