summaryrefslogtreecommitdiff
path: root/sql/item_create.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-01-25 15:07:51 +0200
committermonty@mashka.mysql.fi <>2003-01-25 15:07:51 +0200
commitfa7a94ed14f0bdd39b99abfca872444fdb5fff11 (patch)
treeec47c385448c97b6f07f4d2851b745236f7e98dd /sql/item_create.h
parent9ec97f2c08fbc022d597e30e249ae403b467dc6b (diff)
downloadmariadb-git-fa7a94ed14f0bdd39b99abfca872444fdb5fff11.tar.gz
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.
Diffstat (limited to 'sql/item_create.h')
-rw-r--r--sql/item_create.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_create.h b/sql/item_create.h
index 80ef57e436a..10b404ec2fd 100644
--- a/sql/item_create.h
+++ b/sql/item_create.h
@@ -92,6 +92,5 @@ Item *create_func_ucase(Item* a);
Item *create_func_version(void);
Item *create_func_weekday(Item* a);
Item *create_load_file(Item* a);
-Item *create_wait_for_master_pos(Item* a, Item* b);
Item *create_func_is_free_lock(Item* a);
Item *create_func_quote(Item* a);