1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixes for bugs in the usage of IO_CACHE

This commit is contained in:
monty@narttu.mysql.fi
2000-11-17 02:36:46 +02:00
parent ca2cca8dce
commit 22415489f2
21 changed files with 104 additions and 84 deletions

View File

@@ -1446,7 +1446,6 @@ int mysql_alter_table(THD *thd,char *new_db, char *new_name,
mysql_bin_log.write(&qinfo);
}
goto end_temporary;
DBUG_RETURN(0);
}
intern_close_table(new_table); /* close temporary table */