From b617e9baa8ce3904703bccc4ea937a341e96159f Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Tue, 15 Aug 2000 13:42:28 -0600 Subject: [PATCH] testing bk/make for Monty --- sql/slave.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");