mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
into mysql.com:/home/jimw/my/mysql-5.0-clean sql/sql_table.cc: Auto merged
This commit is contained in:
@ -3764,7 +3764,7 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
|
|||||||
shutdown.
|
shutdown.
|
||||||
*/
|
*/
|
||||||
char path[FN_REFLEN];
|
char path[FN_REFLEN];
|
||||||
build_table_path(path, sizeof(path), new_db, table_name);
|
build_table_path(path, sizeof(path), new_db, table_name, "");
|
||||||
table=open_temporary_table(thd, path, new_db, tmp_name,0);
|
table=open_temporary_table(thd, path, new_db, tmp_name,0);
|
||||||
if (table)
|
if (table)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user