mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
testing bk/make for Monty
sql/slave.cc: test change
This commit is contained in:
parent
771d68b520
commit
51eba25ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue