summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-06-01 16:13:25 -0700
committerunknown <jimw@mysql.com>2005-06-01 16:13:25 -0700
commit54999b267a6ddaeb13b8b2392734550483e97f6c (patch)
tree6e4b556cf8f444d60a3582e6a867e814a342e507 /sql/sql_table.cc
parentdaf8cc671f0e90b279105f1fb1d56acba6c3a3e2 (diff)
parent4e19af2716b645cec8ca04ea15ddf698ec36927c (diff)
downloadmariadb-git-54999b267a6ddaeb13b8b2392734550483e97f6c.tar.gz
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
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 0aa566b4e32..d98ae778bcf 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -3764,7 +3764,7 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
shutdown.
*/
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);
if (table)
{