From fa7a94ed14f0bdd39b99abfca872444fdb5fff11 Mon Sep 17 00:00:00 2001 From: "monty@mashka.mysql.fi" <> Date: Sat, 25 Jan 2003 15:07:51 +0200 Subject: Added timeout for wait_for_master_pos Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000 Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used. --- sql/item_create.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sql/item_create.cc') diff --git a/sql/item_create.cc b/sql/item_create.cc index c6fca1c01e1..d2454a7fc7e 100644 --- a/sql/item_create.cc +++ b/sql/item_create.cc @@ -424,12 +424,6 @@ Item *create_load_file(Item* a) return new Item_load_file(a); } -Item *create_wait_for_master_pos(Item* a, Item* b) -{ - current_thd->safe_to_cache_query=0; - return new Item_master_pos_wait(a, b); -} - Item *create_func_cast(Item *a, Item_cast cast_type) { Item *res; -- cgit v1.2.1