summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2007-12-07 03:51:23 -0700
committerunknown <tsmith@ramayana.hindu.god>2007-12-07 03:51:23 -0700
commita4df22109cbe2278192722404def28bd68e59c8e (patch)
treedd87a64adf4457ec618c025b55f27b910f4b6cf7 /sql/sql_table.cc
parent8c033250d5ade87629115ccc5328054445cecc00 (diff)
parent21fd6c0f1d79a1a1515b2837d734d37c04231d2a (diff)
downloadmariadb-git-a4df22109cbe2278192722404def28bd68e59c8e.tar.gz
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50 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 2a87d603cf9..0f4abb48f33 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -2771,7 +2771,7 @@ bool mysql_create_like_table(THD* thd, TABLE_LIST* table, TABLE_LIST *src_table,
operations on the target table.
*/
if (lock_and_wait_for_table_name(thd, src_table))
- goto err;
+ DBUG_RETURN(res);
pthread_mutex_lock(&LOCK_open);