summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-08-15 13:42:28 -0600
committerunknown <sasha@mysql.sashanet.com>2000-08-15 13:42:28 -0600
commit51eba25ab887469f77e9483fe3b5e60682a7b5fb (patch)
tree3dc397f181a00de5c3858ade842a1ae7f010b8e1
parent771d68b520ae1d1ab86518e07fc27dc77e37428a (diff)
downloadmariadb-git-51eba25ab887469f77e9483fe3b5e60682a7b5fb.tar.gz
testing bk/make for Monty
sql/slave.cc: test change
-rw-r--r--sql/slave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index fb28922c74f..86abf3e3e1f 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -169,7 +169,7 @@ static int create_table_from_dump(THD* thd, NET* net, const char* db,
tables.name = tables.real_name = (char*)table_name;
tables.lock_type = TL_WRITE;
thd->proc_info = "Opening master dump table";
- if(open_tables(thd, &tables) || !tables.table)
+ if(open_ltable(thd, &tables) || !tables.table)
{
// open tables will send the error
sql_print_error("create_table_from_dump: could not open created table");